Reasoning-Table: Exploring Reinforcement Learning for Table Reasoning
Fangyu Lei, Jinxiang Meng, Yiming Huang, Tinghong Chen, Yun Zhang, Shizhu He, Jun Zhao, Kang Liu

TL;DR
Reasoning-Table introduces reinforcement learning to table reasoning tasks, achieving state-of-the-art results and improved robustness over traditional supervised fine-tuning methods across multiple benchmarks.
Contribution
This work is the first to apply reinforcement learning to table reasoning, outperforming supervised fine-tuning and larger models through tailored training and reward strategies.
Findings
Outperforms supervised fine-tuning on multiple benchmarks.
Achieves 68.3% on text-to-SQL BIRD dataset with a 7B model.
Enhances model robustness and generalization capabilities.
Abstract
Table reasoning, encompassing tasks such as table question answering, fact verification, and text-to-SQL, requires precise understanding of structured tabular data, coupled with numerical computation and code manipulation for effective inference. Supervised fine-tuning (SFT) approaches have achieved notable success but often struggle with generalization and robustness due to biases inherent in imitative learning. We introduce Reasoning-Table, the first application of reinforcement learning (RL) to table reasoning, achieving state-of-the-art performance. Through rigorous data preprocessing, reward design, and tailored training strategies, our method leverages simple rule-based outcome rewards to outperform SFT across multiple benchmarks. Unified training across diverse tasks enables Reasoning-Table to emerge as a robust table reasoning large language model, surpassing larger proprietary…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Engineering Research
MethodsShrink and Fine-Tune
