English

Inductive Knowledge Graph Completion with GNNs and Rules: An Analysis

Artificial Intelligence 2024-03-26 v2 Machine Learning Social and Information Networks

Abstract

The task of inductive knowledge graph completion requires models to learn inference patterns from a training graph, which can then be used to make predictions on a disjoint test graph. Rule-based methods seem like a natural fit for this task, but in practice they significantly underperform state-of-the-art methods based on Graph Neural Networks (GNNs), such as NBFNet. We hypothesise that the underperformance of rule-based methods is due to two factors: (i) implausible entities are not ranked at all and (ii) only the most informative path is taken into account when determining the confidence in a given link prediction answer. To analyse the impact of these factors, we study a number of variants of a rule-based approach, which are specifically aimed at addressing the aforementioned issues. We find that the resulting models can achieve a performance which is close to that of NBFNet. Crucially, the considered variants only use a small fraction of the evidence that NBFNet relies on, which means that they largely keep the interpretability advantage of rule-based methods. Moreover, we show that a further variant, which does look at the full KG, consistently outperforms NBFNet.

Keywords

Cite

@article{arxiv.2308.07942,
  title  = {Inductive Knowledge Graph Completion with GNNs and Rules: An Analysis},
  author = {Akash Anil and Víctor Gutiérrez-Basulto and Yazmín Ibañéz-García and Steven Schockaert},
  journal= {arXiv preprint arXiv:2308.07942},
  year   = {2024}
}
R2 v1 2026-06-28T11:56:22.293Z