paper-with-me

홈 › Papers

Open Question Answering over Tables and Text

2020-10-20 · ICLR 2021 1 · Wenhu Chen, Ming-Wei Chang, Eva Schlinger, William Wang, William W. Cohen

In open question answering (QA), the answer to a question is produced by retrieving and then analyzing documents that might contain answers to the question. Most open QA systems have considered only retrieving information from unstructured text. Here we consider for the first time open QA over both tabular and textual data and present a new large-scale dataset Open Table-and-Text Question Answering (OTT-QA) to evaluate performance on this task. Most questions in OTT-QA require multi-hop inference across tabular data and unstructured text, and the evidence required to answer a question can be distributed in different ways over these two types of input, making evidence retrieval challenging -- our baseline model using an iterative retriever and BERT-based reader achieves an exact match score less than 10%. We then propose two novel techniques to address the challenge of retrieving and aggregating evidence for OTT-QA. The first technique is to use "early fusion" to group multiple highly relevant tabular and textual units into a fused block, which provides more context for the retriever to search for. The second technique is to use a cross-block reader to model the cross-dependency between multiple retrieved evidence with global-local sparse attention. Combining these two techniques improves the score significantly, to above 27%.

📄 PDF Abstract BibTeX arXiv:2010.10439

Code (1)

wenhuchen/OTT-QA 공식 구현 pytorch

Tasks

Open-Ended Question AnsweringQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Open-WikiTable: Dataset for Open Domain Question Answering with Complex Reasoning over Table

2023-05-12 · Sunjun Kweon, Yeonsu Kwon, Seonhee Cho, Yohan Jo 외

Despite recent interest in open domain question answering (ODQA) over tables, many studies still rely on datasets that are not truly optimal for the task with respect to utilizing structural nature of table. These datase…

Open-Domain Question AnsweringQuestion Answering

Enhancing Open-Domain Table Question Answering via Syntax- and Structure-aware Dense Retrieval

2023-09-19 · Nengzheng Jin, Dongfang Li, Junying Chen, Joanna Siebert 외

Open-domain table question answering aims to provide answers to a question by retrieving and extracting information from a large collection of tables. Existing studies of open-domain table QA either directly adopt text r…

Question AnsweringRetrievalTable RetrievalText Retrieval+2

MURRE: Multi-Hop Table Retrieval with Removal for Open-Domain Text-to-SQL

2024-02-16 · Xuanliang Zhang, Dingzirui Wang, Longxu Dou, Qingfu Zhu 외

The open-domain text-to-SQL task aims to retrieve question-relevant tables from massive databases and generate SQL. However, the performance of current methods is constrained by single-hop retrieval, and existing multi-h…

Open-Domain Question AnsweringQuestion AnsweringRetrievalTable Retrieval+2

Representations for Question Answering from Documents with Tables and Text

2021-01-26 · EACL 2021 2 · Vicky Zayats, Kristina Toutanova, Mari Ostendorf

Tables in Web documents are pervasive and can be directly used to answer many of the queries searched on the Web, motivating their integration in question answering. Very often information presented in tables is succinct…

Natural QuestionsQuestion Answering

SCITAT: A Question Answering Benchmark for Scientific Tables and Text Covering Diverse Reasoning Types

2024-12-16 · Xuanliang Zhang, Dingzirui Wang, Baoxin Wang, Longxu Dou 외

Scientific question answering (SQA) is an important task aimed at answering questions based on papers. However, current SQA datasets have limited reasoning types and neglect the relevance between tables and text, creatin…

Question Answering