paper-with-me

Papers

Understanding and Mitigating Language Confusion in LLMs

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

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 typologically diverse languages with existing and newly-created English and multilingual prompts. We evaluate a range of LLMs on monolingual and cross-lingual generation reflecting practical use cases, finding that Llama Instruct and Mistral models exhibit high degrees of language confusion and even the strongest models fail to consistently respond in the correct language. We observe that base and English-centric instruct models are more prone to language confusion, which is aggravated by complex prompts and high sampling temperatures. We find that language confusion can be partially mitigated via few-shot prompting, multilingual SFT and preference tuning. We release our language confusion benchmark, which serves as a first layer of efficient, scalable multilingual evaluation at https://github.com/for-ai/language-confusion.

📄 PDF Abstract BibTeX arXiv:2406.20052

Code (1)

for-ai/language-confusion 공식 구현

Methods 이 논문이 사용한 방법론

BASE 설명 없음
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…
LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

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…

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 inte…

BenchmarkingLanguage ModelingLanguage Modelling

Large Language Models are Easily Confused: A Quantitative Metric, Security Implications and Typological Analysis

2024-10-17 · Yiyi Chen, Qiongxiu Li, Russa Biswas, Johannes Bjerva

Language Confusion is a phenomenon where Large Language Models (LLMs) generate text that is neither in the desired language, nor in a contextually appropriate language. This phenomenon presents a critical challenge in te…

Text Generation

Cutting Through the Confusion and Hype: Understanding the True Potential of Generative AI

2024-10-22 · Ante Prodan, Jo-An Occhipinti, Rehez Ahlip, Goran Ujdur 외

This paper explores the nuanced landscape of generative AI (genAI), particularly focusing on neural network-based models like Large Language Models (LLMs). While genAI garners both optimistic enthusiasm and sceptical cri…

Towards ASR Robust Spoken Language Understanding Through In-Context Learning With Word Confusion Networks

2024-01-05 · Kevin Everson, Yile Gu, Huck Yang, Prashanth Gurunath Shivakumar 외

In the realm of spoken language understanding (SLU), numerous natural language understanding (NLU) methodologies have been adapted by supplying large language models (LLMs) with transcribed speech instead of conventional…

In-Context Learningintent-classificationIntent ClassificationNatural Language Understanding+4