paper-with-me

Papers

Incorporating Literals into Knowledge Graph Embeddings

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

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 entities alone. Most of the existing work on embedding (or latent feature) based knowledge graph analysis focuses mainly on the relations between entities. In this work, we study the effect of incorporating literal information into existing link prediction methods. Our approach, which we name LiteralE, is an extension that can be plugged into existing latent feature methods. LiteralE merges entity embeddings with their literal information using a learnable, parametrized function, such as a simple linear or nonlinear transformation, or a multilayer neural network. We extend several popular embedding models based on LiteralE and evaluate their performance on the task of link prediction. Despite its simplicity, LiteralE proves to be an effective way to incorporate literal information into existing embedding based methods, improving their performance on different standard datasets, which we augmented with their literals and provide as testbed for further research.

📄 PDF Abstract BibTeX arXiv:1802.00934

Code (1)

SmartDataAnalytics/LiteralE 공식 구현 pytorch

Tasks

Entity EmbeddingsKnowledge Graph EmbeddingsKnowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

Universal Preprocessing Operators for Embedding Knowledge Graphs with Literals

2023-09-06 · Patryk Preisner, Heiko Paulheim

Knowledge graph embeddings are dense numerical representations of entities in a knowledge graph (KG). While the majority of approaches concentrate only on relational information, i.e., relations between entities, fewer a…

Knowledge Graph EmbeddingsKnowledge Graphs

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

End-to-End Entity Classification on Multimodal Knowledge Graphs

2020-03-25 · W. X. Wilcke, P. Bloem, V. de Boer, R. H. van t Veer 외

End-to-end multimodal learning on knowledge graphs has been left largely unaddressed. Instead, most end-to-end models such as message passing networks learn solely from the relational information encoded in graphs' struc…

ClassificationGeneral ClassificationKnowledge GraphsNode Classification

Scalable Uncertainty Reasoning in Knowledge Graphs

2026-05-15 · Jingcheng Wu arxiv

Knowledge Graphs are pivotal for semantic data integration. The real-world data they model is often inherently uncertain. Within knowledge graphs, uncertainty manifests in three distinct levels: imprecise attribute value…

Knowledge Graphs