Accurate Table Question Answering with Accessible LLMs
Yangfan Jiang, Fei Wei, Ergute Bao, Yaliang Li, Bolin Ding, Yin Yang, and Xiaokui Xiao

TL;DR
This paper introduces Orchestra, a multi-agent approach that enables small open-weight LLMs to perform accurate table question answering by simplifying tasks through structured workflows, achieving near state-of-the-art results.
Contribution
The paper presents Orchestra, a novel multi-agent framework that improves small LLMs' performance on TQA by decomposing complex tasks into simpler subtasks with layered coordination.
Findings
Orchestra achieves 72.1% accuracy on WikiTQ with Qwen2.5-14B.
Outperforms prior methods on multiple TQA benchmarks.
Establishes new state-of-the-art results with various open-weight LLMs.
Abstract
Given a table T in a database and a question Q in natural language, the table question answering (TQA) task aims to return an accurate answer to Q based on the content of T. Recent state-of-the-art solutions leverage large language models (LLMs) to obtain high-quality answers. However, most rely on proprietary, large-scale LLMs with costly API access, posing a significant financial barrier. This paper instead focuses on TQA with smaller, open-weight LLMs that can run on a desktop or laptop. This setting is challenging, as such LLMs typically have weaker capabilities than large proprietary models, leading to substantial performance degradation with existing methods. We observe that a key reason for this degradation is that prior approaches often require the LLM to solve a highly sophisticated task using long, complex prompts, which exceed the capabilities of small open-weight LLMs.…
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.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
