CLAIDec 4, 2023

GNN2R: Weakly-Supervised Rationale-Providing Question Answering over Knowledge Graphs

arXiv:2312.02317v3h-index: 5Has Code
Originality Incremental advance
AI Analysis

This addresses the issue of lack of explanations in KG-based QA for real-world applications, though it is incremental as it builds on existing methods with weak supervision.

The paper tackles the problem of multi-hop question answering over knowledge graphs by providing both final answers and reasoning subgraphs as explanations, with GNN2R outperforming state-of-the-art methods in effectiveness, efficiency, and explanation quality.

Most current methods for multi-hop question answering (QA) over knowledge graphs (KGs) only provide final conclusive answers without explanations, such as a set of KG entities that is difficult for normal users to review and comprehend. This issue severely limits the application of KG-based QA in real-world scenarios. However, it is non-trivial to solve due to two challenges: First, annotations of reasoning chains of multi-hop questions, which could serve as supervision for explanation generation, are usually lacking. Second, it is difficult to maintain high efficiency when explicit KG triples need to be retrieved to generate explanations. In this paper, we propose a novel Graph Neural Network-based Two-Step Reasoning model (GNN2R) to solve this issue. GNN2R can provide both final answers and reasoning subgraphs as a rationale behind final answers efficiently with only weak supervision that is available through question-final answer pairs. We extensively evaluated GNN2R with detailed analyses in experiments. The results demonstrate that, in terms of effectiveness, efficiency, and quality of generated explanations, GNN2R outperforms existing state-of-the-art methods that are applicable to this task. Our code and pre-trained models are available at https://github.com/ruijie-wang-uzh/GNN2R.

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