Learning Hierarchy-Aware Knowledge Graph Embeddings for Link Prediction
Zhanqiu Zhang, Jianyu Cai, Yongdong Zhang, and Jie Wang

TL;DR
This paper introduces HAKE, a novel knowledge graph embedding model that uses polar coordinates to effectively capture semantic hierarchies, significantly improving link prediction performance over existing methods.
Contribution
The paper proposes a hierarchy-aware embedding model that maps entities into polar coordinates, explicitly modeling semantic hierarchies in knowledge graphs.
Findings
HAKE outperforms state-of-the-art models on benchmark datasets.
Effective modeling of semantic hierarchies improves link prediction accuracy.
Polar coordinate representation naturally captures hierarchical structures.
Abstract
Knowledge graph embedding, which aims to represent entities and relations as low dimensional vectors (or matrices, tensors, etc.), has been shown to be a powerful technique for predicting missing links in knowledge graphs. Existing knowledge graph embedding models mainly focus on modeling relation patterns such as symmetry/antisymmetry, inversion, and composition. However, many existing approaches fail to model semantic hierarchies, which are common in real-world applications. To address this challenge, we propose a novel knowledge graph embedding model -- namely, Hierarchy-Aware Knowledge Graph Embedding (HAKE) -- which maps entities into the polar coordinate system. HAKE is inspired by the fact that concentric circles in the polar coordinate system can naturally reflect the hierarchy. Specifically, the radial coordinate aims to model entities at different levels of the hierarchy, and…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Data Quality and Management
