SimplE Embedding for Link Prediction in Knowledge Graphs
Seyed Mehran Kazemi, David Poole

TL;DR
SimplE is a simple yet effective tensor factorization method that enhances CP by learning dependent entity embeddings, significantly improving link prediction in knowledge graphs with interpretable embeddings.
Contribution
The paper introduces SimplE, a novel tensor factorization model that improves upon CP by learning dependent embeddings, with proven expressivity and superior empirical performance.
Findings
SimplE outperforms state-of-the-art tensor factorization methods.
SimplE's embeddings are interpretable and can incorporate background knowledge.
The model's complexity grows linearly with embedding size.
Abstract
Knowledge graphs contain knowledge about the world and provide a structured representation of this knowledge. Current knowledge graphs contain only a small subset of what is true in the world. Link prediction approaches aim at predicting new links for a knowledge graph given the existing links among the entities. Tensor factorization approaches have proved promising for such link prediction problems. Proposed in 1927, Canonical Polyadic (CP) decomposition is among the first tensor factorization approaches. CP generally performs poorly for link prediction as it learns two independent embedding vectors for each entity, whereas they are really tied. We present a simple enhancement of CP (which we call SimplE) to allow the two embeddings of each entity to be learned dependently. The complexity of SimplE grows linearly with the size of embeddings. The embeddings learned through SimplE are…
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.
Taxonomy
TopicsTensor decomposition and applications · Topic Modeling
