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

Knowledge Graph Alignment Network with Gated Multi-hop Neighborhood Aggregation

About

Graph neural networks (GNNs) have emerged as a powerful paradigm for embedding-based entity alignment due to their capability of identifying isomorphic subgraphs. However, in real knowledge graphs (KGs), the counterpart entities usually have non-isomorphic neighborhood structures, which easily causes GNNs to yield different representations for them. To tackle this problem, we propose a new KG alignment network, namely AliNet, aiming at mitigating the non-isomorphism of neighborhood structures in an end-to-end manner. As the direct neighbors of counterpart entities are usually dissimilar due to the schema heterogeneity, AliNet introduces distant neighbors to expand the overlap between their neighborhood structures. It employs an attention mechanism to highlight helpful distant neighbors and reduce noises. Then, it controls the aggregation of both direct and distant neighborhood information using a gating mechanism. We further propose a relation loss to refine entity representations. We perform thorough experiments with detailed ablation studies and analyses on five entity alignment datasets, demonstrating the effectiveness of AliNet.

Zequn Sun, Chengming Wang, Wei Hu, Muhao Chen, Jian Dai, Wei Zhang, Yuzhong Qu• 2019

Related benchmarks

TaskDatasetResultRank
Entity AlignmentDBP15K FR-EN
Hits@10.552
158
Entity AlignmentDBP15K JA-EN (test)
Hits@155.2
149
Entity AlignmentDBP15K ZH-EN
H@155.23
143
Entity AlignmentDBP15K ZH-EN (test)
Hits@153.9
134
Entity AlignmentDBP15K FR-EN (test)
Hits@154.9
133
Entity AlignmentDBP15K JA-EN
Hits@10.549
126
Entity AlignmentDWY100K DBP-YG
Hits@178.6
51
Entity AlignmentDWY100K DBP-WD
Hits@10.69
36
Entity AlignmentDBP15K FR-EN v1 (test)
Hits@155.2
20
Entity AlignmentDWY100K wd
Hits@169
15
Showing 10 of 32 rows

Other info

Code

Follow for update