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

InteractE: Improving Convolution-based Knowledge Graph Embeddings by Increasing Feature Interactions

About

Most existing knowledge graphs suffer from incompleteness, which can be alleviated by inferring missing links based on known facts. One popular way to accomplish this is to generate low-dimensional embeddings of entities and relations, and use these to make inferences. ConvE, a recently proposed approach, applies convolutional filters on 2D reshapings of entity and relation embeddings in order to capture rich interactions between their components. However, the number of interactions that ConvE can capture is limited. In this paper, we analyze how increasing the number of these interactions affects link prediction performance, and utilize our observations to propose InteractE. InteractE is based on three key ideas -- feature permutation, a novel feature reshaping, and circular convolution. Through extensive experiments, we find that InteractE outperforms state-of-the-art convolutional link prediction baselines on FB15k-237. Further, InteractE achieves an MRR score that is 9%, 7.5%, and 23% better than ConvE on the FB15k-237, WN18RR and YAGO3-10 datasets respectively. The results validate our central hypothesis -- that increasing feature interaction is beneficial to link prediction performance. We make the source code of InteractE available to encourage reproducible research.

Shikhar Vashishth, Soumya Sanyal, Vikram Nitin, Nilesh Agrawal, Partha Talukdar• 2019

Related benchmarks

TaskDatasetResultRank
Link PredictionFB15k-237 (test)
Hits@1053.5
419
Link PredictionWN18RR (test)
Hits@1052.8
380
Link PredictionFB15k-237
MRR35.4
280
Knowledge Graph CompletionFB15k-237 (test)
MRR0.354
179
Knowledge Graph CompletionWN18RR (test)
MRR0.463
177
Link PredictionWN18RR
Hits@1052.8
175
Link PredictionYAGO3-10 (test)
MRR54.1
127
Link PredictionKinship
MRR0.777
36
Link PredictionYAGO3-10
MRR0.541
33
Showing 9 of 9 rows

Other info

Follow for update