Enhancing Table Reasoning with Deterministic Table-State Rewards

TL;DR

Proposes TABROUGE, a training-free, deterministic LCS-based reward, improving table reasoning accuracy by 26.7 points.

cs.AI 🔴 Advanced 2026-01-30 57 views
Tung Sum Thomas Kwok Xinyu Wang Hengzhi He Xiaofeng Lin Peng Lu Liheng Ma Chunhe Wang Chun Ho Mak Yuyu Luo Ying Nian Wu Lei Ding Guang Cheng
Table Reasoning Reward Mechanism NLP Unsupervised Model Enhancement

Key Findings

Methodology

This paper introduces TABROUGE, adapting ROUGE-L’s Longest Common Subsequence (LCS) to evaluate intermediate table states. By serializing tables into '[header] is [value]' strings, it measures lexical coverage and structural integrity against queries without training or external executors. Building on this, RE-TAB frames table reasoning as deterministic control, incorporating stepwise feedback and trajectory-level test-time scaling (TTS). This approach significantly improves accuracy across six models and three benchmarks, reducing sample requirements by up to 33%. Preliminary GRPO experiments show TABROUGE’s viability as a post-training reward, boosting gains by 8.34 points.

Key Results

  • Across six backbones and three datasets, RE-TAB achieves an average accuracy increase of 26.7 percentage points over no-reward baselines. It reduces the number of TTS samples needed by approximately 33%, demonstrating efficiency. The method outperforms trained reward models like PRM, matching or exceeding their performance on multiple benchmarks, with gains up to 30.3 points on TabFact. The preliminary GRPO results further confirm its scalability as a post-training reward, adding 8.34 points over the baseline.

Significance

This work addresses the core challenge of lacking explicit intermediate supervision in table reasoning, providing a scalable, query-grounded reward without training. It enhances multi-step reasoning, reduces reliance on task-specific executors, and offers a general framework adaptable across models and tasks. The approach paves the way for more robust, interpretable, and efficient table reasoning systems, impacting data analytics, question answering, and AI interpretability fields.

Technical Contribution

The paper introduces TABROUGE, a novel LCS-based, structure-aware, lexical reward metric that does not require training. It integrates this into RE-TAB, a plug-and-play framework that supervises stepwise state transitions and trajectory selection via deterministic signals. The method combines simple serialization, relative scoring, and early stopping strategies, enabling scalable, domain-agnostic supervision for multi-step table reasoning, surpassing existing learned or environment-dependent rewards.

Novelty

This is the first work to adapt ROUGE-L’s LCS to structured table states for deterministic, training-free supervision. Unlike prior approaches relying on embeddings or external executors, it leverages simple string-based matching to evaluate intermediate states, addressing reward sparsity and scalability issues. Its relative, non-absolute scoring mechanism effectively mitigates reward hacking and structure mismatches, offering a new paradigm for supervision in structured reasoning tasks.

Limitations

  • TABROUGE may undervalue paraphrased or synonym-replaced content, leading to under-rewarding correct states. It also struggles with renamed or reordered columns, which can bias the reward signal. In highly noisy or complex tables, serialization might omit subtle information, affecting accuracy. These limitations suggest the need for more semantic-aware or robust scoring mechanisms in future work.
  • The approach relies on serialization consistency; structural variations can impact scores. Additionally, while scalable, the method may still face challenges in extremely large or dynamic tables where serialization and matching become computationally intensive.
  • Future improvements could incorporate semantic understanding or adaptive serialization to handle diverse table formats and linguistic variations more effectively.

Future Work

Future directions include integrating semantic similarity measures to handle paraphrases and synonyms, enhancing robustness against structural variations. Extending the framework to multimodal data, such as images with embedded tables, is also promising. Further, combining this deterministic reward with learned signals could yield hybrid supervision strategies, improving performance in more complex or noisy environments. Exploring real-time applications and domain-specific tuning will further broaden its impact.

AI Executive Summary

Large Language Models (LLMs) have demonstrated remarkable capabilities across many NLP tasks, yet they face significant challenges in multi-step table reasoning. The core issue lies in the absence of explicit supervision signals for intermediate states during reasoning processes. Traditional reward mechanisms, such as answer correctness or learned reward models, either lack scalability or depend on environment-specific answer-checking systems unavailable for many complex tabular tasks. This gap hampers the models’ ability to effectively control and evaluate their reasoning steps.

To address this, the authors introduce TABROUGE, a novel, training-free, deterministic reward based on the Longest Common Subsequence (LCS) metric. By serializing intermediate table states into structured strings, TABROUGE measures the lexical coverage and structural fidelity of these states against the query, without relying on learned encoders or external executors. This approach preserves exact numeric and symbolic information, overcoming the truncation and ambiguity issues faced by embedding-based rewards.

Building upon TABROUGE, the paper proposes RE-TAB, a flexible, plug-and-play framework that reframes table reasoning as a control problem over intermediate states. It employs stepwise feedback, where each transition is scored by TABROUGE, guiding the model’s actions toward query-relevant states. Additionally, it incorporates trajectory-level test-time scaling (TTS), which ranks multiple sampled reasoning paths based on their cumulative scores, selecting the most query-aligned trajectory.

Extensive experiments across six models—from small open-weight architectures to GPT-5.4—and three benchmark datasets (WTQ, TabFact, MMQA) demonstrate the effectiveness of RE-TAB. The approach yields an average accuracy improvement of 26.7 percentage points over no-reward baselines and reduces sample requirements by up to 33%. Notably, preliminary results show that TABROUGE can serve as a robust post-training reward, further boosting gains by 8.34 points.

This work significantly advances the field of structured reasoning by providing a scalable, domain-agnostic supervision signal that enhances multi-step reasoning without additional training. It opens new avenues for developing more interpretable, efficient, and generalizable AI systems capable of complex data manipulation and inference. Future research will focus on improving robustness to paraphrases, structural variations, and extending to multimodal data, aiming to realize fully autonomous, reliable reasoning agents.

Deep Analysis

Background

Structured table reasoning has evolved from rule-based semantic parsing to deep learning approaches like TAPAS, TaBERT, and RAT-SQL, which leverage pretraining and supervised intermediate signals. Despite progress, these methods rely heavily on annotated data or external executors, limiting scalability and domain transferability. Recent advances incorporate symbolic and multi-step reasoning, but often depend on environment-specific answer verification or learned reward models, which are costly and brittle. The challenge remains to develop a universal, scalable supervision mechanism that can guide models through complex reasoning steps without extensive training or external tools. This paper situates itself within this context, aiming to fill the supervision gap with a simple yet effective deterministic reward based on lexical matching.

Core Problem

Existing reward signals for table reasoning are sparse or task-dependent, making it difficult for models to learn intermediate transformations effectively. Learned reward models require costly annotations and are domain-specific, while answer-based rewards only provide sparse feedback at the end. External executors or answer checkers are often unavailable for complex operations like multi-table joins or schema understanding. Consequently, models struggle to detect when they have lost relevant evidence or over-applied operations, leading to error accumulation. This bottleneck hampers the development of robust, scalable multi-step reasoning systems capable of handling diverse and complex tabular data.

Innovation

The key innovation is the development of TABROUGE, a deterministic, structure-aware reward based on LCS, which evaluates intermediate table states without training. It serializes tables into a standardized string format, preserving exact numeric and symbolic information, and compares these against queries. This approach addresses the limitations of embedding-based rewards, which often truncate long tables and lose structural fidelity. The RE-TAB framework integrates TABROUGE into a control paradigm, supervising each reasoning step with a relative score, and employs trajectory-level ranking via TTS. This combination enables scalable, domain-agnostic supervision, significantly improving multi-step reasoning accuracy and efficiency without additional training.

Methodology

  • �� Serialize each intermediate table into a deterministic string using the '[header] is [value]' format.
  • �� Compute the LCS between the serialized table and the query to measure lexical coverage.
  • �� Normalize the LCS length by the total serialized table length to obtain a relative reward.
  • �� During reasoning, after each action, evaluate the post-action state with TABROUGE, providing stepwise feedback.
  • �� Implement early stopping based on rolling variance of TABROUGE scores to avoid over-processing.
  • �� Generate multiple reasoning trajectories, score them cumulatively, and select the highest-scoring trajectory using TTS.
  • �� Integrate this process into existing reasoning pipelines, replacing traditional sparse or learned rewards.

Experiments

The authors evaluate RE-TAB on datasets WTQ, TabFact, and MMQA, across models from small open-weight architectures to GPT-5.4. They compare no-reward, embedding-based, and TABROUGE-based rewards, focusing on accuracy improvements and sample efficiency. Hyperparameters such as discount factors and early stopping thresholds are tuned to optimize performance. Ablation studies analyze the contribution of stepwise feedback and trajectory ranking. Results show consistent accuracy gains, with an average increase of 26.7 points, and a reduction in required samples by up to 33%. Additional tests examine robustness and failure modes, validating the method’s scalability and reliability.

Results

RE-TAB achieves an average accuracy boost of 26.7 percentage points over baseline models without rewards, with the highest gains on TabFact (up to 30.3 points). It reduces the number of TTS samples needed by roughly one-third, demonstrating efficiency. The approach outperforms trained reward models like PRM, matching or exceeding their performance on multiple datasets, with gains up to 8.34 points in post-training scenarios. Ablation results confirm that stepwise, deterministic rewards improve both intermediate reasoning and overall trajectory selection, especially in complex multi-step tasks.

Applications

This framework can be directly applied to automated data analysis, complex question answering, and enterprise data management, especially in scenarios involving multi-table joins and schema understanding. Its training-free nature allows easy integration into existing systems, reducing costs and increasing robustness. Long-term, it could enable autonomous AI agents capable of reasoning over diverse structured data sources, supporting decision-making, scientific research, and intelligent data-driven services across industries.

Limitations & Outlook

TABROUGE’s lexical matching may undervalue paraphrased or synonym-replaced states, leading to under-rewarding correct reasoning. It is sensitive to column renaming and reordering, which can bias the reward signal. In highly noisy or large-scale tables, serialization might omit subtle structural cues, affecting accuracy. The method’s reliance on string serialization also limits its effectiveness in dynamic or highly heterogeneous data environments. Future work should incorporate semantic understanding and adaptive serialization to address these issues.

Plain Language Accessible to non-experts

想象你在厨房做一道菜,每次你添加调料、搅拌、尝味,都是在逐步调整菜的味道。传统的方法就像是盲目加调料,直到最后尝一口才知道味道好不好,但这样太慢,也不一定能调出理想的味道。现在,有个聪明的助手,它会在你每次加调料后,用简单的规则告诉你“味道变好了”或“还需要再放点盐”。它不用提前学所有菜谱,只用一种简单的办法,比较你现在的菜和目标菜的味道,告诉你差在哪里。这样,你可以一边做一边调整,直到做出完美的菜。这就像用一把尺子,逐步测量菜的味道,确保每次都能做出好吃的菜,而不用反复试错。这个助手让厨房变得更聪明、更高效,也让你做菜变得更有信心。

ELI14 Explained like you're 14

想象你在玩一个超级复杂的拼图游戏,每次拼完一块,都不知道自己拼得对不对。以前的方法就像等到拼完全部后才知道拼错了,这样太慢了。现在,这个新方法就像有个聪明的朋友,每拼完一块就会告诉你“这个块拼得不错”或者“还需要调整”。它不用提前学所有拼图的样子,只用一个简单的规则——看拼好的部分和目标拼图的相似度——就能给出反馈。这样,你可以一边拼一边调整,最后拼出完整的图。这个朋友还会帮你决定什么时候停止拼,避免浪费时间。用这种方式,你的拼图速度快了很多,拼得也更准。这就像在玩一个有智能助手的拼图游戏,既省时间又能拼得更漂亮。

Abstract

Large Language Models (LLMs) struggle with multi-step reasoning over structured tables. The primary reason is the lack of explicit supervision for intermediate reasoning states. Existing learned reward models or executor-based verifiers are either unscalable or rely on answer-checking environments unavailable for many tabular tasks. This leaves no signal that is scalable and grounded in the query. To address this, we introduce TABROUGE, a training-free and deterministic state reward. By adapting the Longest Common Subsequence (LCS) metric from text summarization to evaluate tabular states, TABROUGE assesses the lexical coverage and structural integrity of intermediate tables against the query without requiring learned models or external executors. Built upon this metric, we propose RE-TAB, a plug-and-play, training-free framework. RE-TAB reframes table reasoning as deterministic control over intermediate states, utilizing TABROUGE for stepwise feedback and trajectory-level test-time scaling (TTS) signals. Across six backbones and three benchmarks, RE-TAB improves accuracy by an average of 26.7 pp over no-reward baselines. It also reduces TTS samples by up to 33%. Preliminary GRPO experiments further indicate TABROUGE's viability as a scalable post-training reward, increasing gains by 8.34 pp. We further analyze failure modes of TABROUGE, including paraphrase under-rewarding and echo-column hacking, and identify when structure-aware lexical rewards remain reliable.

cs.AI