CLAIOct 10, 2025

On the Representations of Entities in Auto-regressive Large Language Models

arXiv:2510.09421v11 citationsh-index: 1Has CodeProceedings of the 8th BlackboxNLP Workshop: Analyzing and Interpreting Neural Networks for NLP
Originality Incremental advance
AI Analysis

This work addresses a fundamental gap in interpretability for AI researchers, providing insights into entity representations in LLMs, though it is incremental in extending existing methods like the logit-lens.

The authors tackled the problem of understanding how Large Language Models internally represent named entities by introducing entity mention reconstruction as a framework, and they found that LLMs develop entity-specific mechanisms to represent and manipulate multi-token entities, including unseen ones.

Named entities are fundamental building blocks of knowledge in text, grounding factual information and structuring relationships within language. Despite their importance, it remains unclear how Large Language Models (LLMs) internally represent entities. Prior research has primarily examined explicit relationships, but little is known about entity representations themselves. We introduce entity mention reconstruction as a novel framework for studying how LLMs encode and manipulate entities. We investigate whether entity mentions can be generated from internal representations, how multi-token entities are encoded beyond last-token embeddings, and whether these representations capture relational knowledge. Our proposed method, leveraging _task vectors_, allows to consistently generate multi-token mentions from various entity representations derived from the LLMs hidden states. We thus introduce the _Entity Lens_, extending the _logit-lens_ to predict multi-token mentions. Our results bring new evidence that LLMs develop entity-specific mechanisms to represent and manipulate any multi-token entities, including those unseen during training. Our code is avalable at https://github.com/VictorMorand/EntityRepresentations .

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes