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

Hierarchical Graph Network for Multi-hop Question Answering

About

In this paper, we present Hierarchical Graph Network (HGN) for multi-hop question answering. To aggregate clues from scattered texts across multiple paragraphs, a hierarchical graph is created by constructing nodes on different levels of granularity (questions, paragraphs, sentences, entities), the representations of which are initialized with pre-trained contextual encoders. Given this hierarchical graph, the initial node representations are updated through graph propagation, and multi-hop reasoning is performed via traversing through the graph edges for each subsequent sub-task (e.g., paragraph selection, supporting facts extraction, answer prediction). By weaving heterogeneous nodes into an integral unified graph, this hierarchical differentiation of node granularity enables HGN to support different question answering sub-tasks simultaneously. Experiments on the HotpotQA benchmark demonstrate that the proposed model achieves new state of the art, outperforming existing multi-hop QA approaches.

Yuwei Fang, Siqi Sun, Zhe Gan, Rohit Pillai, Shuohang Wang, Jingjing Liu• 2019

Related benchmarks

TaskDatasetResultRank
Multi-hop Question AnsweringHotpotQA fullwiki setting (test)
Answer F171.41
64
Answer extraction and supporting sentence predictionHotpotQA fullwiki (test)
Answer EM59.74
48
Question AnsweringHotpotQA distractor (dev)
Answer F183.4
45
Question AnsweringHotpotQA (test)
Ans F182.2
37
Question AnsweringHotpotQA distractor setting (test)
Answer F182.2
34
Question AnsweringHotpotQA (test)
EM0.692
12
Multi-hop Text QAHotpotQA Full v1.1 (train)
F1 Score82.2
9
Conversational Question AnsweringShARC Long (dev)
Easy Accuracy61.1
7
Multi-hop Question AnsweringHotpotQA blind (test)
Answer EM69.22
6
Question AnsweringHotpotQA May 2020 (leaderboard)
F1 Score74.2
2
Showing 10 of 12 rows

Other info

Code

Follow for update