ASGEA: Exploiting Logic Rules from Align-Subgraphs for Entity Alignment
Yangyifei Luo, Zhuo Chen, Lingbing Guo, Qian Li, Wenxuan Zeng, Zhixin Cai, Jianxin Li
TL;DR
This work tackles interpretability in cross-KG entity alignment by introducing Align-Subgraph Entity Alignment (ASgEa). It combines an Align-Subgraph extraction mechanism with a Path-based Graph Neural Network (ASGNN) and a node-level multi-modal attention module to mine and utilize cross-graph logical rules for EA and MM EA. The approach provides interpretable alignment paths and rule-based scoring, yielding state-of-the-art results across multiple benchmarks and modalities, while also offering visualizations of learned rules. The results demonstrate the practical impact of incorporating logic rules and multi-modal information for more accurate and transparent knowledge graph integration.
Abstract
Entity alignment (EA) aims to identify entities across different knowledge graphs that represent the same real-world objects. Recent embedding-based EA methods have achieved state-of-the-art performance in EA yet faced interpretability challenges as they purely rely on the embedding distance and neglect the logic rules behind a pair of aligned entities. In this paper, we propose the Align-Subgraph Entity Alignment (ASGEA) framework to exploit logic rules from Align-Subgraphs. ASGEA uses anchor links as bridges to construct Align-Subgraphs and spreads along the paths across KGs, which distinguishes it from the embedding-based methods. Furthermore, we design an interpretable Path-based Graph Neural Network, ASGNN, to effectively identify and integrate the logic rules across KGs. We also introduce a node-level multi-modal attention mechanism coupled with multi-modal enriched anchors to augment the Align-Subgraph. Our experimental results demonstrate the superior performance of ASGEA over the existing embedding-based methods in both EA and Multi-Modal EA (MMEA) tasks.
