paper-with-me

Papers

Decompressing Knowledge Graph Representations for Link Prediction

2019-11-11 · Xiang Kong, Xianyang Chen, Eduard Hovy

This paper studies the problem of predicting missing relationships between entities in knowledge graphs through learning their representations. Currently, the majority of existing link prediction models employ simple but intuitive scoring functions and relatively small embedding size so that they could be applied to large-scale knowledge graphs. However, these properties also restrict the ability to learn more expressive and robust features. Therefore, diverging from most of the prior works which focus on designing new objective functions, we propose, DeCom, a simple but effective mechanism to boost the performance of existing link predictors such as DistMult, ComplEx, etc, through extracting more expressive features while preventing overfitting by adding just a few extra parameters. Specifically, embeddings of entities and relationships are first decompressed to a more expressive and robust space by decompressing functions, then knowledge graph embedding models are trained in this new feature space. Experimental results on several benchmark knowledge graphs and advanced link prediction systems demonstrate the generalization and effectiveness of our method. Especially, RESCAL + DeCom achieves state-of-the-art performance on the FB15k-237 benchmark across all evaluation metrics. In addition, we also show that compared with DeCom, explicitly increasing the embedding size significantly increase the number of parameters but could not achieve promising performance improvement.

📄 PDF Abstract BibTeX arXiv:1911.04053

Code (1)

shawnkx/Decom 공식 구현 pytorch

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink PredictionPrediction

Methods 이 논문이 사용한 방법론

RESCAL RESCAL

Similar Papers 제목 키워드 기반

SMiLE: Schema-augmented Multi-level Contrastive Learning for Knowledge Graph Link Prediction

2022-10-10 · Miao Peng, Ben Liu, Qianqian Xie, Wenjie Xu 외

Link prediction is the task of inferring missing links between entities in knowledge graphs. Embedding-based methods have shown effectiveness in addressing this problem by modeling relational patterns in triples. However…

Contrastive LearningKnowledge GraphsLink PredictionPrediction

Linking OpenStreetMap with Knowledge Graphs -- Link Discovery for Schema-Agnostic Volunteered Geographic Information

2020-11-06 · Nicolas Tempelmeier, Elena Demidova

Representations of geographic entities captured in popular knowledge graphs such as Wikidata and DBpedia are often incomplete. OpenStreetMap (OSM) is a rich source of openly available, volunteered geographic information …

Knowledge GraphsLink Prediction

Embedding Cardinality Constraints in Neural Link Predictors

2018-12-16 · Emir Muñoz, Pasquale Minervini, Matthias Nickles

Neural link predictors learn distributed representations of entities and relations in a knowledge graph. They are remarkably powerful in the link prediction and knowledge base completion tasks, mainly due to the learned …

Knowledge Base CompletionLink Prediction

Orthogonal Relation Transforms with Graph Context Modeling for Knowledge Graph Embedding

2019-11-09 · ACL 2020 6 · Yun Tang, Jing Huang, Guangtao Wang, Xiaodong He 외

Translational distance-based knowledge graph embedding has shown progressive improvements on the link prediction task, from TransE to the latest state-of-the-art RotatE. However, N-1, 1-N and N-N predictions still remain…

Graph EmbeddingKnowledge Graph EmbeddingLink PredictionPrediction+1

Learning Representations of Entities and Relations

2022-01-31 · Ivana Balažević

Encoding facts as representations of entities and binary relationships between them, as learned by knowledge graph representation models, is useful for various tasks, including predicting new facts, question answering, f…

Fact CheckingInformation RetrievalKnowledge GraphsLink Prediction+4