paper-with-me

홈 › Papers

TableGPT-R1: Advancing Tabular Reasoning Through Reinforcement Learning

2025-12-23 · Saisai Yang, Qingyi Huang, Jing Yuan, Liangyu Zha, Kai Tang, Yuhang Yang, Ning Wang, Yucheng Wei, Liyao Li, Wentao Ye, Hao Chen, Tao Zhang, Junlin Zhou, Haobo Wang, Gang Chen, Junbo Zhao arxiv

Tabular data serves as the backbone of modern data analysis and scientific research. While Large Language Models (LLMs) fine-tuned via Supervised Fine-Tuning (SFT) have significantly improved natural language interaction with such structured data, they often fall short in handling the complex, multi-step reasoning and robust code execution required for real-world table tasks. Reinforcement Learning (RL) offers a promising avenue to enhance these capabilities, yet its application in the tabular domain faces three critical hurdles: the scarcity of high-quality agentic trajectories with closed-loop code execution and environment feedback on diverse table structures, the extreme heterogeneity of feedback signals ranging from rigid SQL execution to open-ended data interpretation, and the risk of catastrophic forgetting of general knowledge during vertical specialization. To overcome these challenges and unlock advanced reasoning on complex tables, we introduce \textbf{TableGPT-R1}, a specialized tabular model built on a systematic RL framework. Our approach integrates a comprehensive data engineering pipeline that synthesizes difficulty-stratified agentic trajectories for both supervised alignment and RL rollouts, a task-adaptive reward system that combines rule-based verification with a criteria-injected reward model and incorporates process-level step reward shaping with behavioral regularization, and a multi-stage training framework that progressively stabilizes reasoning before specializing in table-specific tasks. Extensive evaluations demonstrate that TableGPT-R1 achieves state-of-the-art performance on authoritative benchmarks, significantly outperforming baseline models while retaining robust general capabilities. Our model is available at https://huggingface.co/tablegpt/TableGPT-R1.

📄 PDF Abstract BibTeX arXiv:2512.20312

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningGeneral Knowledge

Similar Papers 제목 키워드 기반

Enabling Few-Shot Alzheimer's Disease Diagnosis on Biomarker Data with Tabular LLMs

2025-07-31 · Sophie Kearney, Shu Yang, Zixuan Wen, Bojian Hou 외 arxiv

Early and accurate diagnosis of Alzheimer's disease (AD), a complex neurodegenerative disorder, requires analysis of heterogeneous biomarkers (e.g., neuroimaging, genetic risk factors, cognitive tests, and cerebrospinal …

Binary Classification

TableGPT: Towards Unifying Tables, Nature Language and Commands into One GPT

2023-07-17 · Liangyu Zha, Junlin Zhou, Liyao Li, Rui Wang 외

Tables are prevalent in real-world databases, requiring significant time and effort for humans to analyze and manipulate. The advancements in large language models (LLMs) have made it possible to interact with tables usi…

Data VisualizationQuestion Answering

TableGPT2: A Large Multimodal Model with Tabular Data Integration

2024-11-04 · Aofeng Su, Aowen Wang, Chao Ye, Chen Zhou 외

The emergence of models like GPTs, Claude, LLaMA, and Qwen has reshaped AI applications, presenting vast new opportunities across industries. Yet, the integration of tabular data remains notably underdeveloped, despite i…

BenchmarkingData Integration

Tabular LLMs for Interpretable Few-Shot Alzheimer's Disease Prediction with Multimodal Biomedical Data

2026-03-17 · Sophie Kearney, Shu Yang, Zixuan Wen, Weimin Lyu 외 arxiv

Accurate diagnosis of Alzheimer's disease (AD) requires handling tabular biomarker data, yet such data are often small and incomplete, where deep learning models frequently fail to outperform classical methods. Pretraine…

MaTableGPT: GPT-based Table Data Extractor from Materials Science Literature

2024-06-08 · Gyeong Hoon Yi, Jiwoo Choi, Hyeongyun Song, Olivia Miano 외

Efficiently extracting data from tables in the scientific literature is pivotal for building large-scale databases. However, the tables reported in materials science papers exist in highly diverse forms; thus, rule-based…

Few-Shot Learning