Existing question answering (QA) datasets fail to train QA systems to perform complex reasoning and provide explanations for answers. We introduce HotpotQA, a new dataset with 113k Wikipedia-based question-answer pairs with four key features: (1) the questions require finding and reasoning over multiple supporting documents to answer; (2) the questions are diverse and not constrained to any pre-existing knowledge bases or knowledge schemas; (3) we provide sentence-level supporting facts required for reasoning, allowing QA systems to reason with strong supervision and explain the predictions; (4) we offer a new type of factoid comparison questions to test QA systems' ability to extract relevant facts and perform necessary comparison. We show that HotpotQA is challenging for the latest QA systems, and the supporting facts enable models to improve performance and make explainable predictions.
核心贡献 · Key contributions
提出 HotpotQA,一个包含 11.3 万对基于维基百科的多跳问答数据集,问题多样。 Introduces HotpotQA, a 113k Wikipedia-based multi-hop QA dataset with diverse questions.
提供句子级支持事实用于推理,使预测具有可解释性。 Provides sentence-level supporting facts for reasoning, enabling explainable predictions.
包含新型事实比较问题,需要算术比较。 Includes a novel type of factoid comparison questions requiring arithmetic comparison.
表明 HotpotQA 对最新问答系统具有挑战性,支持事实可提升性能。 Shows that HotpotQA challenges latest QA systems and supporting facts improve performance.
提供两种基准设置:干扰项和全维基,测试检索与推理能力。 Offers two benchmark settings: distractor and full wiki, testing retrieval and reasoning.
证明结合支持事实监督的多任务学习可提升问答准确率。 Demonstrates that multi-task learning with supporting fact supervision boosts QA accuracy.
局限 · Limitations
数据集仅限于英文维基百科,可能无法泛化到其他语言或领域。 Dataset limited to English Wikipedia, may not generalize to other languages or domains.
多跳推理类型预定义,可能未涵盖所有真实世界的推理模式。 Multi-hop reasoning types are predefined; may not cover all real-world reasoning patterns.
基线模型性能远低于人类,表明仍有改进空间。 Baseline model performance significantly lower than human, indicating room for improvement.
支持事实监督方法次优,需更好建模以发挥全部潜力。 Supporting fact supervision method is suboptimal; better modeling needed for full potential.
全维基设置中检索性能较低,限制了端到端问答的有效性。 Full wiki setting retrieval performance is low, limiting end-to-end QA effectiveness.