Learning Entity and Relation Embeddings for Knowledge Graph Completion
Proposes TransR, a knowledge graph embedding model that learns entity and relation embeddings in separate spaces for link prediction.
This paper tackles knowledge graph completion via graph embeddings. Prior models like TransE and TransH treat a relation as a translation from head to tail entity but place entities and relations in one space. Since an entity has multiple aspects that different relations emphasize, the authors propose TransR to build entity and relation embeddings in separate spaces, projecting entities into a relation-specific space before translating. On link prediction, triple classification, and relational fact extraction, TransR gives consistent gains over TransE and TransH.
Based on: Learning Entity and Relation Embeddings for Knowledge Graph Completion · AAAI Conference on Artificial Intelligence
Curated by Aramai Editorial
Read summary →