paper-with-me

홈 › Papers

Identifying Supporting Facts for Multi-hop Question Answering with Document Graph Networks

2019-10-01 · WS 2019 11 · Mokanarangan Thayaparan, Marco Valentino, Viktor Schlegel, Andre Freitas

Recent advances in reading comprehension have resulted in models that surpass human performance when the answer is contained in a single, continuous passage of text. However, complex Question Answering (QA) typically requires multi-hop reasoning - i.e. the integration of supporting facts from different sources, to infer the correct answer. This paper proposes Document Graph Network (DGN), a message passing architecture for the identification of supporting facts over a graph-structured representation of text. The evaluation on HotpotQA shows that DGN obtains competitive results when compared to a reading comprehension baseline operating on raw text, confirming the relevance of structured representations for supporting multi-hop reasoning.

📄 PDF Abstract BibTeX arXiv:1910.00290

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

Reinforced Multi-task Approach for Multi-hop Question Generation

2020-04-05 · COLING 2020 8 · Deepak Gupta, Hardik Chauhan, Akella Ravi Tej, Asif Ekbal 외

Question generation (QG) attempts to solve the inverse of question answering (QA) problem by generating a natural language question given a document and an answer. While sequence to sequence neural models surpass rule-ba…

Multi-hop Question AnsweringQuestion AnsweringQuestion GenerationQuestion-Generation+2

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

2018-09-25 · EMNLP 2018 10 · Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio 외

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 w…

Multi-hop Question AnsweringQuestion AnsweringSentence

WorldTree V2: A Corpus of Science-Domain Structured Explanations and Inference Patterns supporting Multi-Hop Inference

2020-05-01 · LREC 2020 5 · Zhengnan Xie, Sebastian Thiem, Jaycie Martin, Elizabeth Wainwright 외

Explainable question answering for complex questions often requires combining large numbers of facts to answer a question while providing a human-readable explanation for the answer, a process known as multi-hop inferenc…

Question AnsweringWorld Knowledge

Multi-Clue Reasoning with Memory Augmentation for Knowledge-based Visual Question Answering

2023-12-20 · Chengxiang Yin, Zhengping Che, Kun Wu, Zhiyuan Xu 외

Visual Question Answering (VQA) has emerged as one of the most challenging tasks in artificial intelligence due to its multi-modal nature. However, most existing VQA methods are incapable of handling Knowledge-based Visu…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

HopPG: Self-Iterative Program Generation for Multi-Hop Question Answering over Heterogeneous Knowledge

2023-08-22 · Yingyao Wang, Yongwei Zhou, Chaoqun Duan, Junwei Bao 외

The semantic parsing-based method is an important research branch for knowledge-based question answering. It usually generates executable programs lean upon the question and then conduct them to reason answers over a kno…

Multi-hop Question AnsweringQuestion AnsweringSemantic Parsing