How Far Can LLM Agents Reason with Tables? Benchmarking Multi-Turn Agentic Table Question Answering in the Wild
Abstract
Recent advances in large language models (LLMs) have substantially expanded the scope of Table Question Answering (TableQA). However, existing benchmarks primarily treat TableQA as a passive, single-turn natural language understanding task, lacking the capacity to evaluate autonomous reasoning and tool-call trajectories in realistic, multi-turn scenarios. To bridge this gap, we introduce TableAgent-Bench, a large-scale bilingual benchmark that reformulates TableQA as proactive, agentic interactions over structurally complex, multi-table environments. With a topology-aware construction strategy, TableAgent-Bench captures dynamic intent evolution through 1,310 multi-turn dialogues grounded in 2,275 industrial tables. Furthermore, we propose the Table-centric Agent Evaluation Framework (TAEF) to assess agent interactions with complex table structures. Specifically, TAEF integrates a specialized agent toolset and 4 metric categories to systematically diagnose intermediate failure modes, assessing performance across table localization, tool-invocation rationality, and trajectory-level pass rate. Extensive experiments with 25 state-of-the-art LLM agents reveal a substantial capability gap, with even the strongest model Gemini-3-Pro-Preview achieving only 53.4% information coverage. We expect TableAgent-Bench to serve as a rigorous testbed for developing and evaluating agents capable of robust table-centric reasoning.
Lay Summary
People often need AI assistants to analyze spreadsheets and business tables through multi-turn conversations rather than answer a single question. In realistic workflows, an agent must find the right files and tables, handle complex table structures, perform calculations, and update its answers as users ask follow-up questions. However, most existing table question answering datasets focus on single-turn questions over given tables, making them insufficient for evaluating table agents in real-world workflows. We introduce TableAgent-Bench, a bilingual benchmark with 2,275 industrial tables and 1,310 multi-turn dialogues, designed to simulate how people analyze data across multiple related tables. We also propose TAEF, an evaluation framework that tracks and assesses how agents search tables, use tools, process complex structures, compute results, and generate answers. Experiments on 25 leading language-model agents show that current systems remain unreliable, with even the best model covering only about half of the required information(only 53.4%).