SOTAVerified

Rot-Pro: Modeling Transitivity by Projection in Knowledge Graph Embedding

2021-10-27NeurIPS 2021Code Available1· sign in to hype

Tengwei Song, Jie Luo, Lei Huang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Knowledge graph embedding models learn the representations of entities and relations in the knowledge graphs for predicting missing links (relations) between entities. Their effectiveness are deeply affected by the ability of modeling and inferring different relation patterns such as symmetry, asymmetry, inversion, composition and transitivity. Although existing models are already able to model many of these relations patterns, transitivity, a very common relation pattern, is still not been fully supported. In this paper, we first theoretically show that the transitive relations can be modeled with projections. We then propose the Rot-Pro model which combines the projection and relational rotation together. We prove that Rot-Pro can infer all the above relation patterns. Experimental results show that the proposed Rot-Pro model effectively learns the transitivity pattern and achieves the state-of-the-art results on the link prediction task in the datasets containing transitive relations.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
FB15k-237Rot-ProHits@10.25Unverified
WN18RRRot-ProHits@100.58Unverified
YAGO3-10Rot-ProHits@10.44Unverified

Reproductions