Breaking the Reasoning Horizon in Entity Alignment Foundation Models
Yuanning Cui, Zequn Sun, Wei Hu, Kexuan Xin, Zhangjie Fu
TL;DR
This work tackles the transferability challenge in entity alignment by identifying a reasoning horizon gap that arises when adapting graph foundation models to cross-KG EA. It introduces EAFM, an EA foundation model with parallel encoding guided by seed EA anchors and a global merged relation graph, plus a learnable interaction module and a bidirectional objective to achieve robust zero-shot transfer to unseen KGs. Substantial empirical results show EAFM outperforms state-of-the-art baselines across OpenEA, SRPRS, and DBpedia datasets, with strong inductive generalization and ablations confirming the importance of anchor-conditioned encoding and relation graph unification. The approach enables efficient, structure-driven EA that generalizes across heterogeneous schemas, offering a practical pathway toward universal, service-oriented EA for KG fusion.
Abstract
Entity alignment (EA) is critical for knowledge graph (KG) fusion. Existing EA models lack transferability and are incapable of aligning unseen KGs without retraining. While using graph foundation models (GFMs) offer a solution, we find that directly adapting GFMs to EA remains largely ineffective. This stems from a critical "reasoning horizon gap": unlike link prediction in GFMs, EA necessitates capturing long-range dependencies across sparse and heterogeneous KG structuresTo address this challenge, we propose a EA foundation model driven by a parallel encoding strategy. We utilize seed EA pairs as local anchors to guide the information flow, initializing and encoding two parallel streams simultaneously. This facilitates anchor-conditioned message passing and significantly shortens the inference trajectory by leveraging local structural proximity instead of global search. Additionally, we incorporate a merged relation graph to model global dependencies and a learnable interaction module for precise matching. Extensive experiments verify the effectiveness of our framework, highlighting its strong generalizability to unseen KGs.
