TL;DR
MATA is a multi-agent framework for table question answering that improves reliability, scalability, and efficiency by leveraging diverse reasoning paths and tools with small language models, achieving state-of-the-art results.
Contribution
Introduces MATA, a multi-agent TableQA framework that enhances accuracy and efficiency using multiple reasoning styles and an algorithm to reduce costly LLM calls.
Findings
MATA achieves state-of-the-art accuracy on benchmark datasets.
It maintains high performance with small, open-source models.
The framework significantly reduces expensive LLM inference calls.
Abstract
Recent advances in Large Language Models (LLMs) have significantly improved table understanding tasks such as Table Question Answering (TableQA), yet challenges remain in ensuring reliability, scalability, and efficiency, especially in resource-constrained or privacy-sensitive environments. In this paper, we introduce MATA, a multi-agent TableQA framework that leverages multiple complementary reasoning paths and a set of tools built with small language models. MATA generates candidate answers through diverse reasoning styles for a given table and question, then refines or selects the optimal answer with the help of these tools. Furthermore, it incorporates an algorithm designed to minimize expensive LLM agent calls, enhancing overall efficiency. MATA maintains strong performance with small, open-source models and adapts easily across various LLM types. Extensive experiments on two…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
