SpaceE: Knowledge Graph Embedding by Relational Linear Transformation in the Entity Space
Jinxing Yu, Yunfeng Cai, Mingming Sun, Ping Li

TL;DR
SpaceE introduces a novel knowledge graph embedding method that models relations as linear transformations, effectively capturing non-injective relations and outperforming previous methods on link prediction tasks.
Contribution
The paper proposes SpaceE, a new translation distance-based KGE method that uses linear transformations to model relations, especially non-injective ones, with full expressiveness.
Findings
SpaceE outperforms previous methods on link prediction datasets.
It effectively models non-injective relations in knowledge graphs.
SpaceE demonstrates theoretical expressiveness in capturing various relation patterns.
Abstract
Translation distance based knowledge graph embedding (KGE) methods, such as TransE and RotatE, model the relation in knowledge graphs as translation or rotation in the vector space. Both translation and rotation are injective; that is, the translation or rotation of different vectors results in different results. In knowledge graphs, different entities may have a relation with the same entity; for example, many actors starred in one movie. Such a non-injective relation pattern cannot be well modeled by the translation or rotation operations in existing translation distance based KGE methods. To tackle the challenge, we propose a translation distance-based KGE method called SpaceE to model relations as linear transformations. The proposed SpaceE embeds both entities and relations in knowledge graphs as matrices and SpaceE naturally models non-injective relations with singular linear…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Cognitive Computing and Networks
MethodsSelf-Adversarial Negative Sampling · TransE · RotatE
