paper-with-me

홈 › Papers

HotpotQA: A Dataset for Diverse, Explainable Multi-hop Question Answering

2018-09-25 · EMNLP 2018 10 · Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William W. Cohen, Ruslan Salakhutdinov, Christopher D. Manning

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.

📄 PDF Abstract BibTeX arXiv:1809.09600

Code (2)

hotpotqa/hotpot 공식 구현 pytorch
mangopy/direct-rag-learning pytorch

Tasks

Multi-hop Question AnsweringQuestion AnsweringSentence

Similar Papers 제목 키워드 기반

Cognitive Graph for Multi-Hop Reading Comprehension at Scale

2019-05-14 · ACL 2019 7 · Ming Ding, Chang Zhou, Qibin Chen, Hongxia Yang 외

We propose a new CogQA framework for multi-hop question answering in web-scale documents. Inspired by the dual process theory in cognitive science, the framework gradually builds a \textit{cognitive graph} in an iterativ…

Graph Neural NetworkMulti-hop Question AnsweringMulti-Hop Reading ComprehensionQuestion Answering+1

Multi-hop Reading Comprehension through Question Decomposition and Rescoring

2019-06-07 · ACL 2019 7 · Sewon Min, Victor Zhong, Luke Zettlemoyer, Hannaneh Hajishirzi

Multi-hop Reading Comprehension (RC) requires reasoning and aggregation across several paragraphs. We propose a system for multi-hop RC that decomposes a compositional question into simpler sub-questions that can be answ…

Decision MakingMulti-Hop Reading ComprehensionQuestion GenerationQuestion-Generation+1

GenDec: A robust generative Question-decomposition method for Multi-hop reasoning

2024-02-17 · Jian Wu, Linyi Yang, Yuliang Ji, Wenhao Huang 외

Multi-hop QA (MHQA) involves step-by-step reasoning to answer complex questions and find multiple relevant supporting facts. However, Existing large language models'(LLMs) reasoning ability in multi-hop question answerin…

Multi-hop Question AnsweringQuestion AnsweringRAGRetrieval

Locate Then Ask: Interpretable Stepwise Reasoning for Multi-hop Question Answering

2022-08-22 · COLING 2022 10 · Siyuan Wang, Zhongyu Wei, Zhihao Fan, Qi Zhang 외

Multi-hop reasoning requires aggregating multiple documents to answer a complex question. Existing methods usually decompose the multi-hop question into simpler single-hop questions to solve the problem for illustrating …

Multi-hop Question AnsweringQuestion AnsweringQuestion GenerationQuestion-Generation+1

Answering Complex Open-Domain Questions with Multi-Hop Dense Retrieval

2020-09-27 · ICLR 2021 1 · Wenhan Xiong, Xiang Lorraine Li, Srini Iyer, Jingfei Du 외

We propose a simple and efficient multi-hop dense retrieval approach for answering complex open-domain questions, which achieves state-of-the-art performance on two multi-hop datasets, HotpotQA and multi-evidence FEVER. …

Question AnsweringRetrieval