CLAIApr 15, 2020

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

arXiv:2004.07347v31073 citationsHas Code
AI Analysis

This addresses the coverage problem in question answering for AI systems by providing a challenging benchmark that integrates heterogeneous data sources, though it is incremental as it builds on existing QA datasets.

The authors tackled the problem of question answering over heterogeneous data by introducing HybridQA, a dataset requiring reasoning on both tabular and textual information, where a hybrid model achieved an EM score over 40%, significantly outperforming baseline models with scores below 20%.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes