Definition

Translating embeddings (TransE) is a Knowledge Graph embedding method. TransE represents entities and relations as vectors in the same low-dimensional space. The model is trained through Contrastive Learning.
For a triplet , let be embedding vectors. The objective of TransE is finding the vectors satisfying the equality
The entity score function is defined as
TransE cannot model symmetric and 1-to-N relations