paper-with-me

Papers

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

2025-10-10 · Victor Morand, Josiane Mothe, Benjamin Piwowarski arxiv

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 .

📄 PDF Abstract BibTeX arXiv:2510.09421

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Autoregressive Entity Retrieval

2020-10-02 · ICLR 2021 1 · Nicola De Cao, Gautier Izacard, Sebastian Riedel, Fabio Petroni

Entities are at the center of how we represent and aggregate knowledge. For instance, Encyclopedias such as Wikipedia are structured by entities (e.g., one per Wikipedia article). The ability to retrieve such entities gi…

Entity DisambiguationEntity LinkingEntity RetrievalOpen-Domain Question Answering+2

On Entity Identification in Language Models

2025-06-03 · Masaki Sakata, Benjamin Heinzerling, Sho Yokoi, Takumi Ito 외

We analyze the extent to which internal representations of language models (LMs) identify and distinguish mentions of named entities, focusing on the many-to-many correspondence between entities and their mentions. We fi…

Grounding Language Models for Visual Entity Recognition

2024-02-28 · Zilin Xiao, Ming Gong, Paola Cascante-Bonilla, Xingyao Zhang 외

We introduce AutoVER, an Autoregressive model for Visual Entity Recognition. Our model extends an autoregressive Multi-modal Large Language Model by employing retrieval augmented constrained generation. It mitigates low …

Language ModelingLanguage ModellingLarge Language ModelRetrieval+1

An analysis on the effects of speaker embedding choice in non auto-regressive TTS

2023-07-19 · Adriana Stan, Johannah O'Mahony

In this paper we introduce a first attempt on understanding how a non-autoregressive factorised multi-speaker speech synthesis architecture exploits the information present in different speaker embedding sets. We analyse…

Representation LearningSpeech Synthesis

Meaning Representations from Trajectories in Autoregressive Models

2023-10-23 · Tian Yu Liu, Matthew Trager, Alessandro Achille, Pramuditha Perera 외

We propose to extract meaning representations from autoregressive language models by considering the distribution of all possible trajectories extending an input text. This strategy is prompt-free, does not require fine-…

Semantic SimilaritySemantic Textual Similarity