HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

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

Shikhar Vashishth Soumya Sanyal Vikram Nitin Nilesh Agrawal Partha Talukdar

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

Abstract

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.

Code Repositories

malllabiisc/InteractE
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
link-prediction-on-fb15k-237InteractE
Hits@1: 0.263
Hits@10: 0.535
MR: 172
MRR: 0.354
link-prediction-on-wn18rrInteractE
Hits@1: 0.430
Hits@10: 0.528
MR: 5202
MRR: 0.463
link-prediction-on-yago3-10InteractE
Hits@1: 0.462
Hits@10: 0.687
MRR: 0.541

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
InteractE: Improving Convolution-based Knowledge Graph Embeddings by Increasing Feature Interactions | Papers | HyperAI