Search papers, labs, and topics across Lattice.
The paper introduces EA-Agent, a novel framework for entity alignment that leverages LLMs within a structured, multi-step reasoning process. EA-Agent uses planning and execution steps for interpretable alignment decisions and incorporates attribute and relation triple selectors to reduce the input size to the LLM, improving efficiency. Experiments on benchmark datasets show EA-Agent achieves state-of-the-art performance, outperforming existing entity alignment methods.
LLMs can now perform entity alignment with greater interpretability and efficiency thanks to a new agent-based approach that structures the reasoning process.
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.