TabR1: Taming GRPO for tabular reasoning LLMs
Pengxiang Cai, Zihao Gao, Jintai Chen
TL;DR
TabR1 tackles the challenge of enabling reliable, interpretable tabular reasoning with LLMs by introducing Permutation Relative Policy Optimization (PRPO) and a tabular serialization procedure. TabR1 serializes tabular data into natural-language prompts and applies PRPO to encode column-permutation invariance as a structural prior, turning sparse outcome rewards into denser learning signals via intra- and inter-permutation advantages. On 139 OpenML datasets, TabR1 achieves strong fully supervised performance, while also delivering competitive zero-shot and few-shot generalization, with the 8B variant outperforming much larger LLMs in several tasks and approaching 32-shot baselines in zero-shot settings. Overall, PRPO enables efficient, interpretable tabular reasoning in reasonably sized LLMs, offering practical transferability and transparency for real-world tabular prediction tasks.
Abstract
Tabular prediction has traditionally relied on gradient-boosted decision trees and specialized deep learning models, which excel within tasks but provide limited interpretability and weak transfer across tables. Reasoning large language models (LLMs) promise cross-task adaptability with trans- parent reasoning traces, yet their potential has not been fully realized for tabular data. This paper presents TabR1, the first reasoning LLM for tabular prediction with multi-step reasoning. At its core is Permutation Relative Policy Optimization (PRPO), a simple yet efficient reinforcement learning method that encodes column-permutation invariance as a structural prior. By construct- ing multiple label-preserving permutations per sample and estimating advantages both within and across permutations, PRPO transforms sparse rewards into dense learning signals and improves generalization. With limited supervision, PRPO activates the reasoning ability of LLMs for tabular prediction, enhancing few-shot and zero-shot performance as well as interpretability. Comprehensive experiments demonstrate that TabR1 achieves performance comparable to strong baselines under full-supervision fine-tuning. In the zero-shot setting, TabR1 approaches the performance of strong baselines under the 32-shot setting. Moreover, TabR1 (8B) substantially outperforms much larger LLMs across various tasks, achieving up to 53.17% improvement over DeepSeek-R1 (685B).
