SOTAVerified

Multi-Channel Graph Neural Network for Entity Alignment

2019-08-26ACL 2019Code Available0· sign in to hype

Yixin Cao, Chengjiang Li, Zhiyuan Liu, Juanzi Li, Tat-Seng Chua

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Entity alignment typically suffers from the issues of structural heterogeneity and limited seed alignments. In this paper, we propose a novel Multi-channel Graph Neural Network model (MuGNN) to learn alignment-oriented knowledge graph (KG) embeddings by robustly encoding two KGs via multiple channels. Each channel encodes KGs via different relation weighting schemes with respect to self-attention towards KG completion and cross-KG attention for pruning exclusive entities respectively, which are further combined via pooling techniques. Moreover, we also infer and transfer rule knowledge for completing two KGs consistently. MuGNN is expected to reconcile the structural differences of two KGs, and thus make better use of seed alignments. Extensive experiments on five publicly available datasets demonstrate our superior performance (5% Hits@1 up on average).

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DBP15k zh-enJAPEHits@10.41Unverified
DBP15k zh-enMuGNNHits@10.49Unverified
DBP15k zh-enAlignEAHits@10.47Unverified
DBP15k zh-enJAPEHits@10.41Unverified

Reproductions