IRIS: Reusable Identity Representations from Frozen LLMs for Entity Alignment

📅 2026-07-28
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Traditional entity alignment methods rely on graph structures and textual attributes, struggling to accurately identify identical entities and distinguish semantically similar ones under heterogeneous descriptions. This work proposes IRIS, a novel framework that, for the first time, extracts context-independent entity identity representations from frozen large language models. By designing identity-oriented prompts, IRIS constructs a unified comparison space, enabling direct similarity-based alignment without any training and allowing one-time encoding to be reused across knowledge graphs. The approach eliminates dependence on specific candidate sets or graph pairs, achieving state-of-the-art Hits@1 scores of 100.00, 99.38, 98.31, and 97.99 on four standard benchmarks—significantly outperforming existing methods.
📝 Abstract
Entity alignment (EA) identifies entities across knowledge graphs (KGs) that refer to the same real-world object. Conventional EA methods mainly exploit explicit graph structures and textual fields, which often provide insufficient semantic understanding to recognize the same entity under heterogeneous descriptions and distinguish it from semantically similar entities. Although large language models (LLMs) offer deeper entity understanding, existing LLM-based EA methods largely use this capability for auxiliary generation or candidate-conditioned decisions. Consequently, such understanding is not distilled into a stable and directly comparable identity space, leaving alignment tied to specific KG pairs or candidate sets and requiring repeated processing as the matching context changes. To address these limitations, we propose IRIS (Identity Representations from Internal States), a training-free framework that constructs for each entity an iris-like signature encoding its distinctive and stable identity characteristics. IRIS derives these signatures by eliciting identity-oriented contextual representations from a frozen LLM, thereby forming a shared space in which each entity is encoded once and can be aligned across different KGs through direct similarity comparison, without pair-dependent representation construction or candidate-wise LLM inference. Across four established EA benchmarks and two frozen LLM backbones, the best IRIS variants achieve Hits@1 scores of 100.00, 99.38, 98.31, and 97.99 on D-Y-15K V2, DBP-WIKI, ICEWS-WIKI, and ICEWS-YAGO, respectively.
Problem

Research questions and friction points this paper is trying to address.

Entity Alignment
Knowledge Graphs
Semantic Understanding
Identity Representation
Large Language Models
Innovation

Methods, ideas, or system contributions that make the work stand out.

Entity Alignment
Frozen LLM
Identity Representation
Training-Free Framework
Knowledge Graph