paper-with-me

홈 › Papers

HybridQA: A Dataset of Multi-Hop Question Answering over Tabular and Textual Data

2020-04-15 · Findings of the Association for Computational Linguistics 2020 · Wenhu Chen, Hanwen Zha, Zhiyu Chen, Wenhan Xiong, Hong Wang, William Wang

Existing question answering datasets focus on dealing with homogeneous information, based either only on text or KB/Table information alone. However, as human knowledge is distributed over heterogeneous forms, using homogeneous information alone might lead to severe coverage problems. To fill in the gap, we present HybridQA https://github.com/wenhuchen/HybridQA, a new large-scale question-answering dataset that requires reasoning on heterogeneous information. Each question is aligned with a Wikipedia table and multiple free-form corpora linked with the entities in the table. The questions are designed to aggregate both tabular information and text information, i.e., lack of either form would render the question unanswerable. We test with three different models: 1) a table-only model. 2) text-only model. 3) a hybrid model that combines heterogeneous information to find the answer. The experimental results show that the EM scores obtained by two baselines are below 20\%, while the hybrid model can achieve an EM over 40\%. This gap suggests the necessity to aggregate heterogeneous information in HybridQA. However, the hybrid model's score is still far behind human performance. Hence, HybridQA can serve as a challenging benchmark to study question answering with heterogeneous information.

📄 PDF Abstract BibTeX arXiv:2004.07347

Code (2)

wenhuchen/HybridQA 공식 구현 pytorch
teacherpeterpan/Unsupervised-Multi-hop-QA pytorch

Tasks

Multi-hop Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Multi-Row, Multi-Span Distant Supervision For Table+Text Question

2021-12-14 · Vishwajeet Kumar, Yash Gupta, Saneem Chemmengath, Jaydeep Sen 외

Question answering (QA) over tables and linked text, also called TextTableQA, has witnessed significant research in recent years, as tables are often found embedded in documents along with related text. HybridQA and OTT-…

Question AnsweringReading Comprehension

TACR: A Table-alignment-based Cell-selection and Reasoning Model for Hybrid Question-Answering

2023-05-24 · Jian Wu, Yicheng Xu, Yan Gao, Jian-Guang Lou 외

Hybrid Question-Answering (HQA), which targets reasoning over tables and passages linked from table cells, has witnessed significant research in recent years. A common challenge in HQA and other passage-table QA datasets…

Question AnsweringRetrieval

A Survey on Table-and-Text HybridQA: Concepts, Methods, Challenges and Future Directions

2022-12-27 · Dingzirui Wang, Longxu Dou, Wanxiang Che

Table-and-text hybrid question answering (HybridQA) is a widely used and challenging NLP task commonly applied in the financial and scientific domain. The early research focuses on migrating other QA task methods to Hybr…

Question AnsweringSurvey

Unsupervised Multi-hop Question Answering by Question Generation

2020-10-23 · NAACL 2021 4 · Liangming Pan, Wenhu Chen, Wenhan Xiong, Min-Yen Kan 외

Obtaining training data for multi-hop question answering (QA) is time-consuming and resource-intensive. We explore the possibility to train a well-performed multi-hop QA model without referencing any human-labeled multi-…

Multi-hop Question AnsweringQuestion AnsweringQuestion GenerationQuestion-Generation

TTQA-RS- A break-down prompting approach for Multi-hop Table-Text Question Answering with Reasoning and Summarization

2024-06-20 · Jayetri Bardhan, Bushi Xiao, Daisy Zhe Wang

Question answering (QA) over tables and text has gained much popularity over the years. Multi-hop table-text QA requires multiple hops between the table and text, making it a challenging QA task. Although several works h…

Information RetrievalQuestion AnsweringRAGRetrieval+1