TransE is an energy-based model that produces knowledge base embeddings. It models relationships by interpreting them as translations operating on the low-dimensional embeddings of the entities. Relationships are represented as translations in the embedding space: if $\left(h, \mathcal{l}, t\right)$ holds, the embedding of the tail entity $t$ should be close to the embedding of the head entity $h$ plus some vector that depends on the relationship $\mathcal{l}$.
Source: Translating Embeddings for Modeling Multi-relational DataPaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Knowledge Graphs | 34 | 16.92% |
Graph Embedding | 30 | 14.93% |
Link Prediction | 28 | 13.93% |
Knowledge Graph Embedding | 26 | 12.94% |
Knowledge Graph Completion | 16 | 7.96% |
Knowledge Graph Embeddings | 11 | 5.47% |
Entity Embeddings | 9 | 4.48% |
Knowledge Base Completion | 9 | 4.48% |
Entity Alignment | 6 | 2.99% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |