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

Boosting the Speed of Entity Alignment 10*: Dual Attention Matching Network with Normalized Hard Sample Mining

About

Seeking the equivalent entities among multi-source Knowledge Graphs (KGs) is the pivotal step to KGs integration, also known as \emph{entity alignment} (EA). However, most existing EA methods are inefficient and poor in scalability. A recent summary points out that some of them even require several days to deal with a dataset containing 200,000 nodes (DWY100K). We believe over-complex graph encoder and inefficient negative sampling strategy are the two main reasons. In this paper, we propose a novel KG encoder -- Dual Attention Matching Network (Dual-AMN), which not only models both intra-graph and cross-graph information smartly, but also greatly reduces computational complexity. Furthermore, we propose the Normalized Hard Sample Mining Loss to smoothly select hard negative samples with reduced loss shift. The experimental results on widely used public datasets indicate that our method achieves both high accuracy and high efficiency. On DWY100K, the whole running process of our method could be finished in 1,100 seconds, at least 10* faster than previous work. The performances of our method also outperform previous works across all datasets, where Hits@1 and MRR have been improved from 6% to 13%.

Xin Mao, Wenting Wang, Yuanbin Wu, Man Lan• 2021

Related benchmarks

TaskDatasetResultRank
Entity AlignmentDBP15K FR-EN
Hits@10.756
158
Entity AlignmentDBP15K JA-EN (test)
Hits@189.2
149
Entity AlignmentDBP15K ZH-EN
H@173.1
143
Entity AlignmentDBP15K ZH-EN (test)
Hits@186.1
134
Entity AlignmentDBP15K FR-EN (test)
Hits@184
133
Entity AlignmentDBP15K JA-EN
Hits@10.726
126
Entity AlignmentDBP15K
Runtime (s)35
59
Entity AlignmentSRPRS
Time cost (s)27
59
Entity AlignmentSRPRS DE-EN (test)
Hits@10.891
57
Entity AlignmentSRPRS FR-EN (test)
Hits@10.802
57
Showing 10 of 36 rows

Other info

Code

Follow for update