Replacing Paths with Connection-Biased Attention for Knowledge Graph Completion
Sharmishtha Dutta, Alex Gittens, Mohammed J. Zaki, Charu C. Aggarwal

TL;DR
This paper introduces CBLiP, a Transformer-based model for inductive knowledge graph completion that replaces traditional path encoding with connection-biased attention and entity role embeddings, achieving faster and competitive results.
Contribution
The paper proposes a novel subgraph encoding method using connection-biased attention and entity role embeddings, eliminating the need for path encoding in KG completion.
Findings
CBLiP outperforms models without path encoding on benchmark datasets.
CBLiP is faster than path-based models while maintaining or improving accuracy.
Connection-biased attention improves relation prediction in both inductive and transductive settings.
Abstract
Knowledge graph (KG) completion aims to identify additional facts that can be inferred from the existing facts in the KG. Recent developments in this field have explored this task in the inductive setting, where at test time one sees entities that were not present during training; the most performant models in the inductive setting have employed path encoding modules in addition to standard subgraph encoding modules. This work similarly focuses on KG completion in the inductive setting, without the explicit use of path encodings, which can be time-consuming and introduces several hyperparameters that require costly hyperparameter optimization. Our approach uses a Transformer-based subgraph encoding module only; we introduce connection-biased attention and entity role embeddings into the subgraph encoding module to eliminate the need for an expensive and time-consuming path encoding…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Bayesian Modeling and Causal Inference · Rough Sets and Fuzzy Logic
MethodsSoftmax · Attention Is All You Need
