SOTAVerified

LightEA: A Scalable, Robust, and Interpretable Entity Alignment Framework via Three-view Label Propagation

2022-10-19Code Available2· sign in to hype

Xin Mao, Wenting Wang, Yuanbin Wu, Man Lan

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Entity Alignment (EA) aims to find equivalent entity pairs between KGs, which is the core step of bridging and integrating multi-source KGs. In this paper, we argue that existing GNN-based EA methods inherit the inborn defects from their neural network lineage: weak scalability and poor interpretability. Inspired by recent studies, we reinvent the Label Propagation algorithm to effectively run on KGs and propose a non-neural EA framework -- LightEA, consisting of three efficient components: (i) Random Orthogonal Label Generation, (ii) Three-view Label Propagation, and (iii) Sparse Sinkhorn Iteration. According to the extensive experiments on public datasets, LightEA has impressive scalability, robustness, and interpretability. With a mere tenth of time consumption, LightEA achieves comparable results to state-of-the-art methods across all datasets and even surpasses them on many.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DBP1M DE-ENLightEA-IHit@10.29Unverified
DBP1M DE-ENLightEA-BHit@10.26Unverified
DBP1M FR-ENLightEAHit@10.29Unverified

Reproductions