Scalable Multi-Hop Relational Reasoning for Knowledge-Aware Question Answering
About
Existing work on augmenting question answering (QA) models with external knowledge (e.g., knowledge graphs) either struggle to model multi-hop relations efficiently, or lack transparency into the model's prediction rationale. In this paper, we propose a novel knowledge-aware approach that equips pre-trained language models (PTLMs) with a multi-hop relational reasoning module, named multi-hop graph relation network (MHGRN). It performs multi-hop, multi-relational reasoning over subgraphs extracted from external knowledge graphs. The proposed reasoning module unifies path-based reasoning methods and graph neural networks to achieve better interpretability and scalability. We also empirically show its effectiveness and scalability on CommonsenseQA and OpenbookQA datasets, and interpret its behaviors with case studies.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Question Answering | OpenBookQA (OBQA) (test) | OBQA Accuracy80.6 | 130 | |
| Commonsense Question Answering | CSQA (test) | Accuracy0.765 | 127 | |
| Temporal Knowledge Graph Question Answering | CRONQUESTIONS (test) | Hits@1 (Overall)28.8 | 77 | |
| Question Answering | CommonsenseQA IH (test) | Accuracy71.3 | 57 | |
| Question Answering | CommonsenseQA IH (dev) | Accuracy74.5 | 53 | |
| Question Answering | CommonsenseQA (test) | Accuracy76.5 | 42 | |
| Question Answering | OpenBookQA (dev) | Accuracy78.6 | 22 | |
| Question Answering | OpenBookQA Official Leaderboard | Accuracy80.6 | 14 |