OpenTable-R1: A Reinforcement Learning Augmented Tool Agent for Open-Domain Table Question Answering
Zipeng Qiu

TL;DR
This paper introduces OpenTable-R1, an end-to-end reinforcement learning augmented framework that enables large language models to directly retrieve, reason, and execute queries for open-domain table question answering, significantly improving accuracy.
Contribution
The paper presents a novel integrated approach combining structured tool calls with RL fine-tuning for scalable, accurate open-domain table question answering.
Findings
Achieved over 0.86 exact match accuracy on test set.
Significant accuracy improvement from single-digit zero-shot performance.
Effective integration of structured tool calls with RL fine-tuning.
Abstract
Open-domain table question answering traditionally relies on a two-stage pipeline: static table retrieval followed by a closed-domain answer. In contrast, we propose an end-to-end agentic framework that embeds multi-turn tool calls-using a BM25+-based search API and a SQLite SQL executor-directly into a large language model. To further adapt a compact 4B-parameter model, we introduce a two-stage fine-tuning process: supervised cold-start on easy questions, then Async GRPO reinforcement learning on harder cases with LoRA adapters and a rollout buffer. This unified approach enables the model to jointly retrieve, reason, and execute queries, yielding a dramatic accuracy improvement from single-digit zero-shot performance to over 0.86 exact match on a held-out test set. Our results underscore the effectiveness of integrating structured tool calls with targeted RL fine-tuning for scalable,…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
