CLAIDec 19, 2023

Relation-Aware Question Answering for Heterogeneous Knowledge Graphs

Peking U
arXiv:2312.11922v1131 citationsh-index: 12Has CodeEMNLP
Originality Highly original
AI Analysis

This work improves question answering over heterogeneous knowledge graphs, offering a novel approach to relation representation that advances the field beyond incremental methods.

The paper tackles the problem of multi-hop knowledge base question answering by addressing the suboptimal fixed relation representations in existing methods, proposing a dual relation graph to enhance entity-relation interaction and achieving significant performance gains on WebQSP and CWQ datasets.

Multi-hop Knowledge Base Question Answering(KBQA) aims to find the answer entity in a knowledge graph (KG), which requires multiple steps of reasoning. Existing retrieval-based approaches solve this task by concentrating on the specific relation at different hops and predicting the intermediate entity within the reasoning path. During the reasoning process of these methods, the representation of relations are fixed but the initial relation representation may not be optimal. We claim they fail to utilize information from head-tail entities and the semantic connection between relations to enhance the current relation representation, which undermines the ability to capture information of relations in KGs. To address this issue, we construct a \textbf{dual relation graph} where each node denotes a relation in the original KG (\textbf{primal entity graph}) and edges are constructed between relations sharing same head or tail entities. Then we iteratively do primal entity graph reasoning, dual relation graph information propagation, and interaction between these two graphs. In this way, the interaction between entity and relation is enhanced, and we derive better entity and relation representations. Experiments on two public datasets, WebQSP and CWQ, show that our approach achieves a significant performance gain over the prior state-of-the-art. Our code is available on \url{https://github.com/yanmenxue/RAH-KBQA}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes