paper-with-me

홈 › Papers

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 models that incorporate numerical literals have shown minor improvements on existing benchmark datasets. It is unclear whether a model is actually better in using numerical literals, or better capable of utilizing the graph structure. This raises doubts about the effectiveness of these methods and about the suitability of the existing benchmark datasets. We propose a methodology to evaluate LP models that incorporate numerical literals. We propose i) a new synthetic dataset to better understand how well these models use numerical literals and ii) dataset ablations strategies to investigate potential difficulties with the existing datasets. We identify a prevalent trend: many models underutilize literal information and potentially rely on additional parameters for performance gains. Our investigation highlights the need for more extensive evaluations when releasing new models and datasets.

📄 PDF Abstract BibTeX arXiv:2407.18241

Code (1)

moritzblum/literalevaluation 공식 구현 pytorch

Tasks

Knowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

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

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 setti…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction

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

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

Differentiable Rule Induction with Learned Relational Features

2022-01-17 · Remy Kusters, Yusik Kim, Marine Collery, Christian de Sainte Marie 외

Rule-based decision models are attractive due to their interpretability. However, existing rule induction methods often result in long and consequently less interpretable rule models. This problem can often be attributed…