paper-with-me

홈 › Papers

Inference over Unseen Entities, Relations and Literals on Knowledge Graphs

2024-10-09 · Caglar Demir, N'Dah Jean Kouagou, Arnab Sharma, Axel-Cyrille Ngonga Ngomo

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 feature reuse via weight tying, since it forces a knowledge graph embedding model to learn embeddings for subword units instead of entities and relations directly. Consequently, the size of the embedding matrices are not anymore bound to the unique number of entities and relations of a knowledge graph. Experimental results show that BytE improves the link prediction performance of 4 knowledge graph embedding models on datasets where the syntactic representations of triples are semantically meaningful. However, benefits of training a knowledge graph embedding model with BytE dissipate on knowledge graphs where entities and relations are represented with plain numbers or URIs. We provide an open source implementation of BytE to foster reproducible research.

📄 PDF Abstract BibTeX arXiv:2410.06742

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

Learning Chain Of Thoughts Prompts for Predicting Entities, Relations, and even Literals on Knowledge Graphs

2026-04-14 · Alkid Baci, Luke Friedrichs, Caglar Demir, N'Dah Jean Kouagou 외 arxiv

Knowledge graph embedding (KGE) models perform well on link prediction but struggle with unseen entities, relations, and especially literals, limiting their use in dynamic, heterogeneous graphs. In contrast, pretrained l…

Knowledge Graph EmbeddingKnowledge GraphsLink Prediction

RAILD: Towards Leveraging Relation Features for Inductive Link Prediction In Knowledge Graphs

2022-11-21 · Genet Asefa Gesese, Harald Sack, Mehwish Alam

Due to the open world assumption, Knowledge Graphs (KGs) are never complete. In order to address this issue, various Link Prediction (LP) methods are proposed so far. Some of these methods are inductive LP models which a…

Inductive Link PredictionKnowledge GraphsLink PredictionRelation

Incorporating Literals into Knowledge Graph Embeddings

2018-02-03 · Agustinus Kristiadi, Mohammad Asif Khan, Denis Lukovnikov, Jens Lehmann 외

Knowledge graphs, on top of entities and their relationships, contain other important elements: literals. Literals encode interesting properties (e.g. the height) of entities that are not captured by links between entiti…

Entity EmbeddingsKnowledge Graph EmbeddingsKnowledge GraphsLink Prediction

A Survey on Knowledge Graph Embeddings with Literals: Which model links better Literal-ly?

2019-10-28 · Genet Asefa Gesese, Russa Biswas, Mehwish Alam, Harald Sack

Knowledge Graphs (KGs) are composed of structured information about a particular domain in the form of entities and relations. In addition to the structured information KGs help in facilitating interconnectivity and inte…

Entity LinkingKnowledge Graph EmbeddingsKnowledge GraphsLink Prediction+2

Numerical Literals in Link Prediction: A Critical Examination of Models and Datasets

2024-07-25 · Moritz Blum, Basil Ell, Hannes Ill, Philipp Cimiano

Link Prediction(LP) is an essential task over Knowledge Graphs(KGs), traditionally focussed on using and predicting the relations between entities. Textual entity descriptions have already been shown to be valuable, but …

Knowledge GraphsLink Prediction