Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

EA-Agent: A Structured Multi-Step Reasoning Agent for Entity Alignment

About

Entity alignment (EA) aims to identify entities across different knowledge graphs (KGs) that refer to the same real-world object and plays a critical role in knowledge fusion and integration. Traditional EA methods mainly rely on knowledge representation learning, but their performance is often limited under noisy or sparsely supervised scenarios. Recently, large language models (LLMs) have been introduced to EA and achieved notable improvements by leveraging rich semantic knowledge. However, existing LLM-based EA approaches typically treat LLMs as black-box decision makers, resulting in limited interpretability, and the direct use of large-scale triples substantially increases inference cost. To address these challenges, we propose \textbf{EA-Agent}, a reasoning-driven agent for EA. EA-Agent formulates EA as a structured reasoning process with multi-step planning and execution, enabling interpretable alignment decisions. Within this process, it introduces attribute and relation triple selectors to filter redundant triples before feeding them into the LLM, effectively addressing efficiency challenges. Experimental results on three benchmark datasets demonstrate that EA-Agent consistently outperforms existing EA methods and achieves state-of-the-art performance. The source code is available at https://github.com/YXNan0110/EA-Agent.

Yixuan Nan, Xixun Lin, Yanmin Shang, Ge Zhang, Zheng Fang, Fang Fang, Yanan Cao• 2026

Related benchmarks

TaskDatasetResultRank
Entity AlignmentDBP15K FR-EN
Hits@10.99
184
Entity AlignmentDBP15K ZH-EN
H@196.67
166
Entity AlignmentDBP15K JA-EN
Hits@10.9427
149
Entity AlignmentSRPRS EN-FR
Hits@199
9
Entity AlignmentSRPRS EN-DE
Hits@199.5
9
Entity AlignmentFR-EN
Average Inference Time (s)3.88
3
Entity AlignmentDBP15K
Average Tokens per Entity672
3
Showing 7 of 7 rows

Other info

Follow for update