Improving Embedded Knowledge Graph Multi-hop Question Answering by introducing Relational Chain Reasoning
Weiqiang Jin, Biao Zhao, Hang Yu, Xi Tao, Ruiping Yin, Guizhong Liu

TL;DR
This paper introduces Rce-KGQA, a novel model that improves multi-hop KGQA by explicitly leveraging relational chains from questions and implicit relations from the KG, significantly outperforming existing methods.
Contribution
The paper proposes a new model that effectively combines explicit question-derived and implicit KG relations for enhanced multi-hop question answering.
Findings
Rce-KGQA outperforms state-of-the-art models on three benchmarks.
The model effectively captures relational chains from questions and KG.
Ablation studies confirm the model's robustness and effectiveness.
Abstract
Knowledge Graph Question Answering (KGQA) aims to answer user-questions from a knowledge graph (KG) by identifying the reasoning relations between topic entity and answer. As a complex branch task of KGQA, multi-hop KGQA requires reasoning over the multi-hop relational chain preserved in KG to arrive at the right answer. Despite recent successes, the existing works on answering multi-hop complex questions still face the following challenges: i) The absence of an explicit relational chain order reflected in user-question stems from a misunderstanding of a user's intentions. ii) Incorrectly capturing relational types on weak supervision of which dataset lacks intermediate reasoning chain annotations due to expensive labeling cost. iii) Failing to consider implicit relations between the topic entity and the answer implied in structured KG because of limited neighborhoods size constraint in…
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 · Advanced Graph Neural Networks · Natural Language Processing Techniques
