Search papers, labs, and topics across Lattice.
This paper introduces a question-adaptive framework for table question answering that addresses the performance degradation of large language models (LLMs) as table size increases. By identifying that localization-sensitive questions suffer from irrelevant content while broader questions can leverage full-table reasoning, the authors construct question-specific sub-tables through operation-aware table decomposition. Experiments demonstrate that adaptive selection between localized and full-table reasoning significantly enhances performance, particularly for lookup and local reasoning questions, underscoring the importance of context-aware reasoning strategies in long-table QA scenarios.
Localization-sensitive questions can see up to 40% performance improvement by dynamically selecting reasoning strategies based on question type.
Large Language Models (LLMs) have shown strong performance on table question answering, yet their accuracy often degrades as table size increases. We find that this degradation is not uniform across question types. Localization-sensitive questions are particularly affected by irrelevant table content, while questions requiring broader evidence may still benefit from full-table reasoning. Based on this observation, we propose a question-adaptive framework that dynamically selects between localized and full-table reasoning. The framework constructs question-specific sub-tables through operation-aware table decomposition and uses the predicted question type to determine the appropriate reasoning mode. We further introduce silver reference sub-tables for evaluating evidence selection and construct SLQA, a benchmark based on real-world long tables. Experiments on WikiTQ and SLQA show that localization is particularly effective for lookup and local reasoning questions, while adaptive selection between localized and full-table reasoning achieves the best overall performance. These results highlight that long-table QA requires deciding not only how to localize, but also when to localize. Our code and datasets will be made available upon publication of the paper.