paper-with-me

홈 › Papers

FeTaQA: Free-form Table Question Answering

2021-04-01 · Linyong Nan, Chiachun Hsieh, Ziming Mao, Xi Victoria Lin, Neha Verma, Rui Zhang, Wojciech Kryściński, Nick Schoelkopf, Riley Kong, Xiangru Tang, Murori Mutuma, Ben Rosand, Isabel Trindade, Renusree Bandaru, Jacob Cunningham, Caiming Xiong, Dragomir Radev

Existing table question answering datasets contain abundant factual questions that primarily evaluate the query and schema comprehension capability of a system, but they fail to include questions that require complex reasoning and integration of information due to the constraint of the associated short-form answers. To address these issues and to demonstrate the full challenge of table question answering, we introduce FeTaQA, a new dataset with 10K Wikipedia-based {table, question, free-form answer, supporting table cells} pairs. FeTaQA yields a more challenging table question answering setting because it requires generating free-form text answers after retrieval, inference, and integration of multiple discontinuous facts from a structured knowledge source. Unlike datasets of generative QA over text in which answers are prevalent with copies of short text spans from the source, answers in our dataset are human-generated explanations involving entities and their high-level relations. We provide two benchmark methods for the proposed task: a pipeline method based on semantic-parsing-based QA systems and an end-to-end method based on large pretrained text generation models, and show that FeTaQA poses a challenge for both methods.

📄 PDF Abstract BibTeX arXiv:2104.00369

Code (1)

Yale-LILY/FeTaQA 공식 구현

Tasks

FormQuestion AnsweringRetrievalSemantic ParsingText Generation

Similar Papers 제목 키워드 기반

Efficient Table QA via TableGrid Navigation and Progressive Inference Prompting

2026-05-18 · Amritansh Maurya, Navjot Singh, Mohammed Javed, Omar Moured arxiv

Large Language Models (LLMs) have shown promising results on NLP tasks, however, their performance on tabular data still needs research attention, because Table Question-Answering (TQA) requires precise cell retrieval an…

DeALOG: Decentralized Multi-Agents Log-Mediated Reasoning Framework

2026-02-01 · Abhijit Chakraborty, Ashish Raj Shekhar, Shiven Agarwal, Vivek Gupta arxiv

Complex question answering across text, tables and images requires integrating diverse information sources. A framework supporting specialized processing with coordination and interpretability is needed. We introduce DeA…

Question Answering

CABINET: Content Relevance based Noise Reduction for Table Question Answering

2024-02-02 · Sohan Patnaik, Heril Changwal, Milan Aggarwal, Sumit Bhatia 외

Table understanding capability of Large Language Models (LLMs) has been extensively studied through the task of question-answering (QA) over tables. Typically, only a small part of the whole table is relevant to derive t…

In-Context LearningQuestion AnsweringSemantic Parsing

Interpretable LLM-based Table Question Answering

2024-12-16 · Giang, Nguyen, Ivan Brugere, Shubham Sharma 외

Interpretability for Table Question Answering (Table QA) is critical, particularly in high-stakes industries like finance or healthcare. Although recent approaches using Large Language Models (LLMs) have significantly im…

POSQuestion Answering

Chain-of-Table: Evolving Tables in the Reasoning Chain for Table Understanding

2024-01-09 · Zilong Wang, Hao Zhang, Chun-Liang Li, Julian Martin Eisenschlos 외

Table-based reasoning with large language models (LLMs) is a promising direction to tackle many table understanding tasks, such as table-based question answering and fact verification. Compared with generic reasoning, ta…

Fact VerificationIn-Context LearningQuestion AnsweringSemantic Parsing+2