Revisiting Inferential Benchmarks for Knowledge Graph Completion
Shuwen Liu, Bernardo Cuenca Grau, Ian Horrocks, Egor V. Kostylev

TL;DR
This paper introduces a new benchmark design for knowledge graph completion that emphasizes logical inference patterns, providing a more accurate evaluation of models' reasoning abilities compared to traditional random-split benchmarks.
Contribution
The authors propose a principled methodology for creating KG completion benchmarks based on logical rules, and evaluate existing models to assess their inference pattern learning capabilities.
Findings
Existing models struggle to learn inference patterns from incomplete KGs.
The new benchmarks reveal limitations of current KG completion systems.
Logical rule-based benchmarks provide better insights into models' reasoning abilities.
Abstract
Knowledge Graph (KG) completion is the problem of extending an incomplete KG with missing facts. A key feature of Machine Learning approaches for KG completion is their ability to learn inference patterns, so that the predicted facts are the results of applying these patterns to the KG. Standard completion benchmarks, however, are not well-suited for evaluating models' abilities to learn patterns, because the training and test sets of these benchmarks are a random split of a given KG and hence do not capture the causality of inference patterns. We propose a novel approach for designing KG completion benchmarks based on the following principles: there is a set of logical rules so that the missing facts are the results of the rules' application; the training set includes both premises matching rule antecedents and the corresponding conclusions; the test set consists of the results of…
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
TopicsBayesian Modeling and Causal Inference · Advanced Graph Neural Networks · Rough Sets and Fuzzy Logic
MethodsTest
