TL;DR
This paper introduces InteractE, a novel convolutional approach that enhances feature interactions in knowledge graph embeddings, leading to significant improvements in link prediction accuracy over existing methods.
Contribution
The paper proposes InteractE, a new convolutional model with feature permutation, reshaping, and circular convolution, demonstrating superior performance on benchmark datasets.
Findings
InteractE outperforms state-of-the-art baselines on FB15k-237.
It achieves 9%, 7.5%, and 23% higher MRR scores on FB15k-237, WN18RR, and YAGO3-10.
Increasing feature interactions improves link prediction performance.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
