English

Separating Tongue from Thought: Activation Patching Reveals Language-Agnostic Concept Representations in Transformers

Computation and Language 2025-06-26 v4 Artificial Intelligence

Abstract

A central question in multilingual language modeling is whether large language models (LLMs) develop a universal concept representation, disentangled from specific languages. In this paper, we address this question by analyzing latent representations (latents) during a word-translation task in transformer-based LLMs. We strategically extract latents from a source translation prompt and insert them into the forward pass on a target translation prompt. By doing so, we find that the output language is encoded in the latent at an earlier layer than the concept to be translated. Building on this insight, we conduct two key experiments. First, we demonstrate that we can change the concept without changing the language and vice versa through activation patching alone. Second, we show that patching with the mean representation of a concept across different languages does not affect the models' ability to translate it, but instead improves it. Finally, we generalize to multi-token generation and demonstrate that the model can generate natural language description of those mean representations. Our results provide evidence for the existence of language-agnostic concept representations within the investigated models.

Keywords

Cite

@article{arxiv.2411.08745,
  title  = {Separating Tongue from Thought: Activation Patching Reveals Language-Agnostic Concept Representations in Transformers},
  author = {Clément Dumas and Chris Wendler and Veniamin Veselovsky and Giovanni Monea and Robert West},
  journal= {arXiv preprint arXiv:2411.08745},
  year   = {2025}
}

Comments

20 pages, 14 figures, previous version published under the title "How Do Llamas Process Multilingual Text? A Latent Exploration through Activation Patching" at the ICML 2024 mechanistic interpretability workshop at https://openreview.net/forum?id=0ku2hIm4BS

R2 v1 2026-06-28T19:58:32.588Z