CLAINov 13, 2024

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

arXiv:2411.08745v439 citationsh-index: 10ACL
Originality Incremental advance
AI Analysis

This addresses the problem of understanding cross-lingual concept disentanglement in LLMs for researchers in multilingual NLP, though it is incremental as it builds on existing activation patching methods.

The study investigated whether multilingual language models develop universal concept representations separate from language-specific encodings, finding that activation patching can manipulate concepts and languages independently and that using mean concept representations across languages improves translation performance.

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.

Code Implementations1 repo
Foundations

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

Your Notes