paper-with-me

홈 › Papers

TabQL: In-Context Q-Learning with Tabular Foundation Models

2026-05-18 · Qisai Liu, Zhanhong Jiang, Timilehin Ayanlade, Ashutosh Kumar Nirala, Yang Li, Aditya Balu, Soumik Sarkar arxiv

We propose Tabular Q-Learning (TabQL), a reinforcement learning framework that replaces the conventional parametric Q-network in Deep Q-Learning (DQN) with a tabular foundation model endowed with in-context learning capabilities. The key idea is to represent Q-values through a sequence-to-sequence foundation model operating over a tabularized representation of state-action-Q-value tuples, enabling rapid adaptation from limited online interaction by conditioning on recent experience. TabQL departs from classical DQN by leveraging (i) zero- or few-shot Q-value inference via in-context updates, and (ii) a warm-up phase using standard DQN to bootstrap high-quality context. Particularly, to enhance the context quality, new transitions are generated by executing actions output by TabQL with predicted Q values from DQN. We formalize TabQL, analyze its convergence and sample complexity under mild assumptions, and show that TabQL interpolates between vanilla Q-learning and DQN with in-context learning. Our analysis demonstrates that TabQL achieves improved efficiency compared to DQN by amortizing Bellman updates through in-context learning. Extensive numerical experiments with several benchmarks showcase the effectiveness and efficacy of the proposed TabQL.

📄 PDF Abstract BibTeX arXiv:2605.18979

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Foundation Models for Tabular Data within Systemic Contexts Need Grounding

2025-05-26 · Tassilo Klein, Johannes Hoffart

Current research on tabular foundation models often overlooks the complexities of large-scale, real-world data by treating tables as isolated entities and assuming information completeness, thereby neglecting the vital o…

Towards Unified and Data-Efficient Prognostics and Health Management with Tabular Foundation Models

2026-06-03 · Raffael Theiler, Lev Telyatnikov, Leandro Von Krannichfeldt, Olga Fink arxiv

Data-driven Prognostics and Health Management (PHM) uses time-varying condition-monitoring data to diagnose system states and estimate remaining useful life in engineered assets. These tasks are central to maintenance pl…

TabSwift: An Efficient Tabular Foundation Model with Row-Wise Attention

2026-06-05 · Si-Yang Liu, Han-Jia Ye arxiv

Tabular foundation models, exemplified by TabPFN, perform prediction via in-context learning, inferring test labels directly from labeled training examples. They have demonstrated competitive performance, particularly on…

Reinforcement Learning Foundation Models Should Already Be A Thing

2026-06-17 · Abdelrahman Zighem, Jill-Jênn Vie arxiv

Foundation models for language and vision are powered by internet-scale data, while structured domains such as tabular prediction are powered by synthetic data. This substitute shifts the challenge from collection to pri…

Reinforcement Learning

End-to-End Compression for Tabular Foundation Models

2026-02-05 · Guri Zabërgja, Rafiq Kamel, Arlind Kadra, Christian M. M. Frey 외 arxiv

The long-standing dominance of gradient-boosted decision trees for tabular data has recently been challenged by in-context learning tabular foundation models. In-context learning methods fit and predict in one forward pa…