ARASH Boosts Tabular Prediction Efficiency with Adaptive Shot Selection
Key takeaways
- TFMs are powerful but resource-intensive for tabular prediction.
- Few-shot prompting is efficient but shot selection is challenging for tabular data.
- ARASH adaptively selects optimal shots based on local neighborhood analysis.
- ARASH significantly reduces TFM prompt length and memory usage with comparable accuracy.
Who benefits
Summary
This paper introduces ARASH, a method that enhances the efficiency of Tabular Foundation Models (TFMs) like TabPFN by adaptively selecting optimal few-shot examples based on local neighborhood analysis. ARASH significantly reduces prompt length and memory usage while maintaining comparable accuracy.
Why it matters
For professionals working with tabular data and deploying AI models, ARASH provides a way to significantly reduce the computational cost and memory requirements of powerful TFMs, making them more practical and scalable for real-world applications without sacrificing performance.
How to implement this in your domain
- 1Integrate ARASH: Explore implementing ARASH or similar adaptive shot selection techniques for few-shot prompting in tabular prediction tasks.
- 2Optimize TFM deployment: Apply ARASH to reduce the resource footprint of Tabular Foundation Models, enabling more efficient deployment and inference.
- 3Enhance in-context learning: Develop strategies for query-specific retrieval of relevant examples to improve the performance and efficiency of in-context learning for tabular data.
- 4Reduce operational costs: Leverage ARASH's efficiency gains to lower the computational and memory costs associated with tabular AI model usage.
Original post by Samirasadat Jamalidinan, Yue Xu, Kazem Cheshmi
"arXiv:2608.17856v1 Announce Type: new Abstract: Tabular prediction is a critical task across numerous applications. The recent success of large language models has sparked various approaches for adapting them to the tabular domain. A prevalent strategy involves training or fine-t…"
View on XOriginally posted by Samirasadat Jamalidinan, Yue Xu, Kazem Cheshmi on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Engineering & DevTools
Zapier vs. Tray: Enterprise Automation Platform Comparison for 2026
This post compares Zapier and Tray.io, evaluating which platform is better suited for enterprise automation needs by balancing power and ease of use. It argues that the best tools scale for complex requirements while remaining intuitive for all users.
Debate Training Curbs Reward Hacking in AI Feedback Systems
This research demonstrates that using a two-player adversarial debate game during reinforcement learning from AI feedback (RLAIF) significantly reduces reward hacking, a common problem where policies exploit judge errors. The method maintains judge performance and achieves higher validation accuracy compared to a single-player RLAIF baseline, even with weaker judges.
Human-in-Loop Anomaly Detection Boosts Factory AI Accuracy.
This paper introduces a training-free human-in-the-loop framework for anomaly detection, allowing domain experts to correct a PatchCore detector by directly editing its memory bank. This method significantly improves accuracy with minimal initial data and no retraining, outperforming fully trained banks in some cases.