English

Hierarchical Graph Network for Multi-hop Question Answering

Computation and Language 2020-10-07 v4

Abstract

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.

Keywords

Cite

@article{arxiv.1911.03631,
  title  = {Hierarchical Graph Network for Multi-hop Question Answering},
  author = {Yuwei Fang and Siqi Sun and Zhe Gan and Rohit Pillai and Shuohang Wang and Jingjing Liu},
  journal= {arXiv preprint arXiv:1911.03631},
  year   = {2020}
}

Comments

Accepted to EMNLP 2020

R2 v1 2026-06-23T12:10:06.452Z