Grape: Knowledge Graph Enhanced Passage Reader for Open-domain Question Answering
Mingxuan Ju, Wenhao Yu, Tong Zhao, Chuxu Zhang, Yanfang Ye

TL;DR
Grape enhances open-domain question answering by integrating a localized knowledge graph into the passage reader, improving accuracy by capturing complex entity relationships without significant additional computational cost.
Contribution
The paper introduces Grape, a novel method that constructs localized bipartite graphs and uses graph neural networks to incorporate relational knowledge into passage reading for QA.
Findings
Improves state-of-the-art performance by up to 2.2% in exact match score.
Achieves this with negligible overhead and no change to retriever or passages.
Effective in three open-domain QA benchmarks.
Abstract
A common thread of open-domain question answering (QA) models employs a retriever-reader pipeline that first retrieves a handful of relevant passages from Wikipedia and then peruses the passages to produce an answer. However, even state-of-the-art readers fail to capture the complex relationships between entities appearing in questions and retrieved passages, leading to answers that contradict the facts. In light of this, we propose a novel knowledge Graph enhanced passage reader, namely Grape, to improve the reader performance for open-domain QA. Specifically, for each pair of question and retrieved passage, we first construct a localized bipartite graph, attributed to entity embeddings extracted from the intermediate layer of the reader model. Then, a graph neural network learns relational knowledge while fusing graph and contextual representations into the hidden states of the reader…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsGraph Neural Network
