CLMay 21, 2025

RoT: Enhancing Table Reasoning with Iterative Row-Wise Traversals

arXiv:2505.15110v110 citationsh-index: 9EMNLP
Originality Incremental advance
AI Analysis

This work addresses table reasoning for data acquisition, offering a training-free method that reduces hallucinations and improves efficiency, though it is incremental as it builds on existing reasoning and reflection techniques.

The paper tackles the problem of table reasoning by addressing the high cost and low reliability of Long Chain-of-Thought methods, proposing Row-of-Thought (RoT) which uses iterative row-wise traversals to reduce hallucinations and improve efficiency. Experiments show RoT outperforms reasoning large language models by an average of 4.3% and achieves state-of-the-art results on benchmarks like WikiTableQuestions and TableBench with fewer tokens.

The table reasoning task, crucial for efficient data acquisition, aims to answer questions based on the given table. Recently, reasoning large language models (RLLMs) with Long Chain-of-Thought (Long CoT) significantly enhance reasoning capabilities, leading to brilliant performance on table reasoning. However, Long CoT suffers from high cost for training and exhibits low reliability due to table content hallucinations. Therefore, we propose Row-of-Thought (RoT), which performs iteratively row-wise table traversal, allowing for reasoning extension and reflection-based refinement at each traversal. Scaling reasoning length by row-wise traversal and leveraging reflection capabilities of LLMs, RoT is training-free. The sequential traversal encourages greater attention to the table, thus reducing hallucinations. Experiments show that RoT, using non-reasoning models, outperforms RLLMs by an average of 4.3%, and achieves state-of-the-art results on WikiTableQuestions and TableBench with comparable models, proving its effectiveness. Also, RoT outperforms Long CoT with fewer reasoning tokens, indicating higher efficiency.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes