STaR: Knowledge Graph Embedding by Scaling, Translation and Rotation
Jiayi Li, Yujiu Yang

TL;DR
STaR is a novel knowledge graph embedding model that combines scaling, translation, and rotation to effectively model complex relations and patterns, improving link prediction accuracy.
Contribution
The paper introduces STaR, a bilinear model integrating scaling, translation, and rotation to handle all relation patterns and complex relations simultaneously.
Findings
STaR models all relation patterns effectively.
STaR outperforms existing models on benchmark link prediction tasks.
Theoretical analysis confirms STaR's comprehensive pattern modeling capability.
Abstract
The bilinear method is mainstream in Knowledge Graph Embedding (KGE), aiming to learn low-dimensional representations for entities and relations in Knowledge Graph (KG) and complete missing links. Most of the existing works are to find patterns between relationships and effectively model them to accomplish this task. Previous works have mainly discovered 6 important patterns like non-commutativity. Although some bilinear methods succeed in modeling these patterns, they neglect to handle 1-to-N, N-to-1, and N-to-N relations (or complex relations) concurrently, which hurts their expressiveness. To this end, we integrate scaling, the combination of translation and rotation that can solve complex relations and patterns, respectively, where scaling is a simplification of projection. Therefore, we propose a corresponding bilinear model Scaling Translation and Rotation (STaR) consisting of the…
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 · Bayesian Modeling and Causal Inference
