SOTAVerified

From Alignment to Assignment: Frustratingly Simple Unsupervised Entity Alignment

2021-09-06EMNLP 2021Code Available1· sign in to hype

Xin Mao, Wenting Wang, Yuanbin Wu, Man Lan

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Cross-lingual entity alignment (EA) aims to find the equivalent entities between crosslingual KGs, which is a crucial step for integrating KGs. Recently, many GNN-based EA methods are proposed and show decent performance improvements on several public datasets. Meanwhile, existing GNN-based EA methods inevitably inherit poor interpretability and low efficiency from neural networks. Motivated by the isomorphic assumption of GNNbased methods, we successfully transform the cross-lingual EA problem into the assignment problem. Based on this finding, we propose a frustratingly Simple but Effective Unsupervised entity alignment method (SEU) without neural networks. Extensive experiments show that our proposed unsupervised method even beats advanced supervised methods across all public datasets and has high efficiency, interpretability, and stability.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
dbp15k fr-enSEUHits@10.99Unverified
dbp15k ja-enSEUHits@10.96Unverified
DBP15k zh-enSEUHits@10.9Unverified

Reproductions