Inference over Unseen Entities, Relations and Literals on Knowledge Graphs
Caglar Demir, N'Dah Jean Kouagou, Arnab Sharma, Axel-Cyrille Ngonga, Ngomo

TL;DR
This paper introduces BytE, a byte-pair encoding method for knowledge graph embeddings that enables reasoning over unseen entities, relations, and literals, addressing limitations of transductive models in dynamic, real-world graphs.
Contribution
The paper proposes BytE, an attentive byte-pair encoding layer that constructs triple embeddings from subword units, allowing models to generalize to unseen entities and relations.
Findings
BytE improves link prediction on semantically meaningful datasets.
Benefits of BytE diminish on graphs with numeric or URI-based entities.
BytE enables feature reuse via weight tying, reducing dependency on entity count.
Abstract
In recent years, knowledge graph embedding models have been successfully applied in the transductive setting to tackle various challenging tasks including link prediction, and query answering. Yet, the transductive setting does not allow for reasoning over unseen entities, relations, let alone numerical or non-numerical literals. Although increasing efforts are put into exploring inductive scenarios, inference over unseen entities, relations, and literals has yet to come. This limitation prohibits the existing methods from handling real-world dynamic knowledge graphs involving heterogeneous information about the world. Here, we propose a remedy to this limitation. We propose the attentive byte-pair encoding layer (BytE) to construct a triple embedding from a sequence of byte-pair encoded subword units of entities and relations. Compared to the conventional setting, BytE leads to massive…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRough Sets and Fuzzy Logic · Advanced Graph Neural Networks · Logic, Reasoning, and Knowledge
