Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LineaRE: Simple but Powerful Knowledge Graph Embedding for Link Prediction

About

The task of link prediction for knowledge graphs is to predict missing relationships between entities. Knowledge graph embedding, which aims to represent entities and relations of a knowledge graph as low dimensional vectors in a continuous vector space, has achieved promising predictive performance. If an embedding model can cover different types of connectivity patterns and mapping properties of relations as many as possible, it will potentially bring more benefits for link prediction tasks. In this paper, we propose a novel embedding model, namely LineaRE, which is capable of modeling four connectivity patterns (i.e., symmetry, antisymmetry, inversion, and composition) and four mapping properties (i.e., one-to-one, one-to-many, many-to-one, and many-to-many) of relations. Specifically, we regard knowledge graph embedding as a simple linear regression task, where a relation is modeled as a linear function of two low-dimensional vector-presented entities with two weight vectors and a bias vector. Since the vectors are defined in a real number space and the scoring function of the model is linear, our model is simple and scalable to large knowledge graphs. Experimental results on multiple widely used real-world datasets show that the proposed LineaRE model significantly outperforms existing state-of-the-art models for link prediction tasks.

Yanhui Peng, Jing Zhang• 2020

Related benchmarks

TaskDatasetResultRank
Link PredictionFB15k-237 (test)
Hits@1054.5
419
Link PredictionWN18RR (test)
Hits@1057.8
380
Link PredictionFB15k-237
MRR35.7
280
Knowledge Graph CompletionWN18RR (test)
MRR0.495
177
Link PredictionWN18RR
Hits@1057.8
175
Link PredictionFB15K (test)
Hits@100.906
164
Link PredictionWN18 (test)
Hits@100.961
142
Knowledge Graph CompletionWN18 (test)
Hits@100.961
80
Link PredictionCountries S3
AUC-PR0.99
18
Link PredictionCountries S2
AUC-PR100
18
Showing 10 of 12 rows

Other info

Code

Follow for update