SOTAVerified

Relational Reflection Entity Alignment

2020-08-18Code Available1· sign in to hype

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

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DBP15k zh-enRREA(text)Hits@10.82Unverified
DBP15k zh-enRREAHits@10.8Unverified
DICEWS-1KRREAHit@172.2Unverified
YAGO-WIKI50KRREAHit@182.8Unverified

Reproductions