Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Hierarchy-Aware Knowledge Graph Embeddings for Link Prediction

About

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 entities with smaller radii are expected to be at higher levels; the angular coordinate aims to distinguish entities at the same level of the hierarchy, and these entities are expected to have roughly the same radii but different angles. Experiments demonstrate that HAKE can effectively model the semantic hierarchies in knowledge graphs, and significantly outperforms existing state-of-the-art methods on benchmark datasets for the link prediction task.

Zhanqiu Zhang, Jianyu Cai, Yongdong Zhang, Jie Wang• 2019

Related benchmarks

TaskDatasetResultRank
Link PredictionFB15k-237 (test)
Hits@1054.2
419
Link PredictionWN18RR (test)
Hits@1058.4
380
Link PredictionFB15k-237
MRR34.6
280
Knowledge Graph CompletionFB15k-237 (test)
MRR0.346
179
Knowledge Graph CompletionWN18RR (test)
MRR0.497
177
Link PredictionWN18RR
Hits@1058.2
175
Knowledge Graph CompletionWN18RR
Hits@145.2
165
Link PredictionFB15K (test)
Hits@100.884
164
Link PredictionYAGO3-10 (test)
MRR54.5
127
Knowledge Graph CompletionFB15k-237
Hits@100.542
108
Showing 10 of 19 rows

Other info

Code

Follow for update