paper-with-me

Papers

Mechanistic Understanding and Mitigation of Language Confusion in English-Centric Large Language Models

2025-05-22 · Ercong Nie, Helmut Schmid, Hinrich Schütze

Language confusion -- where large language models (LLMs) generate unintended languages against the user's need -- remains a critical challenge, especially for English-centric models. We present the first mechanistic interpretability (MI) study of language confusion, combining behavioral benchmarking with neuron-level analysis. Using the Language Confusion Benchmark (LCB), we show that confusion points (CPs) -- specific positions where language switches occur -- are central to this phenomenon. Through layer-wise analysis with TunedLens and targeted neuron attribution, we reveal that transition failures in the final layers drive confusion. We further demonstrate that editing a small set of critical neurons, identified via comparative analysis with multilingual-tuned models, substantially mitigates confusion without harming general competence or fluency. Our approach matches multilingual alignment in confusion reduction for most languages and yields cleaner, higher-quality outputs. These findings provide new insights into the internal dynamics of LLMs and highlight neuron-level interventions as a promising direction for robust, interpretable multilingual language modeling.

📄 PDF Abstract BibTeX arXiv:2505.16538

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Understanding and Mitigating Language Confusion in LLMs

2024-06-28 · Kelly Marchisio, Wei-Yin Ko, Alexandre Bérard, Théo Dehaze 외

We investigate a surprising limitation of LLMs: their inability to consistently generate text in a user's desired language. We create the Language Confusion Benchmark (LCB) to evaluate such failures, covering 15 typologi…

Mechanistic Understanding and Mitigation of Language Model Non-Factual Hallucinations

2024-03-27 · Lei Yu, Meng Cao, Jackie Chi Kit Cheung, Yue Dong

State-of-the-art language models (LMs) sometimes generate non-factual hallucinations that misalign with world knowledge. To explore the mechanistic causes of these hallucinations, we create diagnostic datasets with subje…

AttributeDiagnosticHallucinationLanguage Modeling+3

TLPO: Token-Level Policy Optimization for Mitigating Language Confusion in Large Language Models

2026-04-29 · Jinho Choo, JunSeung Lee, Jimyeong Kim, Yeeho Song 외 arxiv

Large language models (LLMs) demonstrate strong multilingual capabilities, yet often fail to consistently generate responses in the intended language, exhibiting a phenomenon known as language confusion. Prior mitigation…

False Friends in the Shell: Unveiling the Emoticon Semantic Confusion in Large Language Models

2026-01-12 · Weipeng Jiang, Xiaoyu Zhang, Juan Zhai, Shiqing Ma 외 arxiv

Emoticons are widely used in digital communication to convey affective intent, yet their safety implications for Large Language Models (LLMs) remain largely unexplored. In this paper, we identify emoticon semantic confus…

Mechanics of Bias and Reasoning: Interpreting the Impact of Chain-of-Thought Prompting on Gender Bias in LLMs

2026-05-19 · Edie Pearman, Sophia Osborne, Mira Kandlikar-Bloch, Mina Arzaghi 외 arxiv

Large language models (LLMs) are increasingly deployed in socially sensitive settings despite substantial documentation that they encode gender biases. Chain-of-Thought (CoT) prompting has been proposed as a bias-mitigat…