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

Knowledge Graph Completion via Complex Tensor Factorization

About

In statistical relational learning, knowledge graph completion deals with automatically understanding the structure of large knowledge graphs---labeled directed graphs---and predicting missing relationships---labeled edges. State-of-the-art embedding models propose different trade-offs between modeling expressiveness, and time and space complexity. We reconcile both expressiveness and complexity through the use of complex-valued embeddings and explore the link between such complex-valued embeddings and unitary diagonalization. We corroborate our approach theoretically and show that all real square matrices---thus all possible relation/adjacency matrices---are the real part of some unitarily diagonalizable matrix. This results opens the door to a lot of other applications of square matrices factorization. Our approach based on complex embeddings is arguably simple, as it only involves a Hermitian dot product, the complex counterpart of the standard dot product between real vectors, whereas other methods resort to more and more complicated composition functions to increase their expressiveness. The proposed complex embeddings are scalable to large data sets as it remains linear in both space and time, while consistently outperforming alternative approaches on standard link prediction benchmarks.

Th\'eo Trouillon, Christopher R. Dance, Johannes Welbl, Sebastian Riedel, \'Eric Gaussier, Guillaume Bouchard• 2017

Related benchmarks

TaskDatasetResultRank
Link PredictionFB15k-237
MRR35.06
280
Knowledge Graph CompletionFB15k-237 (test)
MRR0.345
179
Knowledge Graph CompletionWN18RR (test)
MRR0.471
177
Link PredictionWN18RR
Hits@1056.13
175
Link Predictionogbl-wikikg2 (test)
MRR0.5027
95
Link Predictionogbl-wikikg2 (val)
MRR0.3759
87
Knowledge Graph CompletionWN18 (test)
Hits@100.957
80
Knowledge Base CompletionYAGO3-10 (test)
MRR0.563
71
Knowledge Graph CompletionFB15K (test)
Hits@10 (Filtered)84
41
Link Predictionogbl-biokg (test)
MRR0.8095
36
Showing 10 of 24 rows

Other info

Code

Follow for update