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

Relational Reflection Entity Alignment

About

Entity alignment aims to identify equivalent entity pairs from different Knowledge Graphs (KGs), which is essential in integrating multi-source KGs. Recently, with the introduction of GNNs into entity alignment, the architectures of recent models have become more and more complicated. We even find two counter-intuitive phenomena within these methods: (1) The standard linear transformation in GNNs is not working well. (2) Many advanced KG embedding models designed for link prediction task perform poorly in entity alignment. In this paper, we abstract existing entity alignment methods into a unified framework, Shape-Builder & Alignment, which not only successfully explains the above phenomena but also derives two key criteria for an ideal transformation operation. Furthermore, we propose a novel GNNs-based method, Relational Reflection Entity Alignment (RREA). RREA leverages Relational Reflection Transformation to obtain relation specific embeddings for each entity in a more efficient way. The experimental results on real-world datasets show that our model significantly outperforms the state-of-the-art methods, exceeding by 5.8%-10.9% on Hits@1.

Xin Mao, Wenting Wang, Huimin Xu, Yuanbin Wu, Man Lan• 2020

Related benchmarks

TaskDatasetResultRank
Entity AlignmentDBP15K FR-EN
Hits@10.963
158
Entity AlignmentDBP15K JA-EN (test)
Hits@191.8
149
Entity AlignmentDBP15K ZH-EN
H@182.2
143
Entity AlignmentDBP15K ZH-EN (test)
Hits@182.2
134
Entity AlignmentDBP15K FR-EN (test)
Hits@196.3
133
Entity AlignmentDBP15K JA-EN
Hits@10.918
126
Entity AlignmentDWY100K DBP-YG
Hits@187.4
51
Entity AlignmentDWY100K DBP-WD
Hits@10.854
36
Entity AlignmentDBP1M EN-FR
Hits@10.211
17
Entity AlignmentDBP1M EN-DE
Hits@10.205
17
Showing 10 of 16 rows

Other info

Code

Follow for update