TANQ: An open domain dataset of table answered questions
Mubashara Akhtar, Chenxi Pang, Andreea Marzoca, Yasemin Altun, Julian Martin Eisenschlos
TL;DR
TANQ addresses the challenge of answering open-domain questions by constructing table-form answers that synthesize information from multiple sources. The authors present a five-step automated pipeline leveraging QAMPARI as a seed, Wikidata for relation extension, and Wikipedia for multi-modal evidence, culminating in per-cell source attribution within the answer tables. They evaluate state-of-the-art models in closed-book, oracle, and open-book settings, finding that even strong baselines lag behind human performance, with an overall F1 of 60.7 in the oracle setting and notable weaknesses in numeracy, table formatting, and complex reasoning. The work highlights the complexity of multi-source table QA, offers a detailed analysis of failure modes, and lays the groundwork for future improvements in dataset construction, evaluation metrics, and model capabilities for producing richly structured, evidence-backed tabular answers.
Abstract
Language models, potentially augmented with tool usage such as retrieval are becoming the go-to means of answering questions. Understanding and answering questions in real-world settings often requires retrieving information from different sources, processing and aggregating data to extract insights, and presenting complex findings in form of structured artifacts such as novel tables, charts, or infographics. In this paper, we introduce TANQ, the first open domain question answering dataset where the answers require building tables from information across multiple sources. We release the full source attribution for every cell in the resulting table and benchmark state-of-the-art language models in open, oracle, and closed book setups. Our best-performing baseline, Gemini Flash reaches an overall F1 score of 60.7, lagging behind human performance by 12.3 points. We analyse baselines' performance across different dataset attributes such as different skills required for this task, including multi-hop reasoning, math operations, and unit conversions. We further discuss common failures in model-generated answers, suggesting that TANQ is a complex task with many challenges ahead.
