LGAISIJan 4, 2024

Path-based Explanation for Knowledge Graph Completion

arXiv:2401.02290v220 citationsh-index: 5KDD
Originality Incremental advance
AI Analysis

It addresses the problem of model transparency for researchers in knowledge graph completion, though it is incremental as it builds on existing GNN-based methods.

The paper tackles the lack of explanation for predicted facts in Graph Neural Network-based Knowledge Graph Completion by proposing Power-Link, a path-based explainer that outperforms state-of-the-art baselines in interpretability, efficiency, and scalability.

Graph Neural Networks (GNNs) have achieved great success in Knowledge Graph Completion (KGC) by modelling how entities and relations interact in recent years. However, the explanation of the predicted facts has not caught the necessary attention. Proper explanations for the results of GNN-based KGC models increase model transparency and help researchers develop more reliable models. Existing practices for explaining KGC tasks rely on instance/subgraph-based approaches, while in some scenarios, paths can provide more user-friendly and interpretable explanations. Nonetheless, the methods for generating path-based explanations for KGs have not been well-explored. To address this gap, we propose Power-Link, the first path-based KGC explainer that explores GNN-based models. We design a novel simplified graph-powering technique, which enables the generation of path-based explanations with a fully parallelisable and memory-efficient training scheme. We further introduce three new metrics for quantitative evaluation of the explanations, together with a qualitative human evaluation. Extensive experiments demonstrate that Power-Link outperforms the SOTA baselines in interpretability, efficiency, and scalability.

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