Incorporating Literals into Knowledge Graph Embeddings
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.
Code (1)
Tasks
Entity EmbeddingsKnowledge Graph EmbeddingsKnowledge GraphsLink PredictionSimilar Papers 제목 키워드 기반
Universal Preprocessing Operators for Embedding Knowledge Graphs with Literals
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 GraphsA Survey on Knowledge Graph Embeddings with Literals: Which model links better Literal-ly?
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+2Inference over Unseen Entities, Relations and Literals on Knowledge Graphs
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 PredictionEnd-to-End Entity Classification on Multimodal Knowledge Graphs
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 ClassificationScalable Uncertainty Reasoning in Knowledge Graphs
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