ArXiv TLDR

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

🐦 Tweet
2604.11686

Yixuan Nan, Xixun Lin, Yanmin Shang, Ge Zhang, Zheng Fang + 2 more

cs.IR

TLDR

EA-Agent uses structured multi-step reasoning and triple selection with LLMs for efficient, interpretable, and state-of-the-art entity alignment.

Key contributions

  • Proposes EA-Agent, a reasoning-driven agent for entity alignment (EA).
  • Formulates EA as a structured multi-step reasoning process for interpretability.
  • Introduces attribute and relation triple selectors to improve efficiency with LLMs.
  • Achieves state-of-the-art performance on three benchmark datasets.

Why it matters

Traditional entity alignment struggles with noisy data. While LLMs improved performance, they lacked interpretability and were inefficient. EA-Agent addresses these by providing a structured, interpretable, and efficient LLM-based solution, advancing knowledge graph integration.

Original Abstract

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.

📬 Weekly AI Paper Digest

Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.