Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Dynamically Fused Graph Network for Multi-hop Reasoning

About

Text-based question answering (TBQA) has been studied extensively in recent years. Most existing approaches focus on finding the answer to a question within a single paragraph. However, many difficult questions require multiple supporting evidence from scattered text among two or more documents. In this paper, we propose Dynamically Fused Graph Network(DFGN), a novel method to answer those questions requiring multiple scattered evidence and reasoning over them. Inspired by human's step-by-step reasoning behavior, DFGN includes a dynamic fusion layer that starts from the entities mentioned in the given query, explores along the entity graph dynamically built from the text, and gradually finds relevant supporting entities from the given documents. We evaluate DFGN on HotpotQA, a public TBQA dataset requiring multi-hop reasoning. DFGN achieves competitive results on the public board. Furthermore, our analysis shows DFGN produces interpretable reasoning chains.

Yunxuan Xiao, Yanru Qu, Lin Qiu, Hao Zhou, Lei Li, Weinan Zhang, Yong Yu• 2019

Related benchmarks

TaskDatasetResultRank
Question AnsweringHotpotQA distractor (dev)
Answer F169.34
45
Question AnsweringHotpotQA distractor setting (test)
Answer F169.69
34
Question AnsweringHotpotQA (test)
EM0.557
12
Multi-hop Question AnsweringHotpotQA distractor
Answer F169.69
6
Showing 4 of 4 rows

Other info

Code

Follow for update