Why do Large Language Models Fail in Low-resource Translation? Unraveling the Token Dynamics of Large Language Models for Machine Translation
This paper investigates why Large Language Models struggle with low-resource translation by analyzing failure modes across 22 language pairs and introducing the Token Activation Rate (TAR) metric, which reveals that lower utilization of language-specific tokens strongly correlates with poorer translation quality, particularly in non-English-centric pairs.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
The Big Picture: The "Universal Translator" Glitch
Imagine Large Language Models (LLMs) as incredibly smart, well-traveled librarians who have read almost every book in the world. They are great at translating languages like English, French, or Chinese because they have read millions of books in those languages.
But when you ask them to translate a less common language (like Khmer or Tamil) or a language pair that doesn't involve English (like Arabic to Hebrew), they start to stumble. They might produce gibberish, add unnecessary explanations, or simply get the meaning wrong.
This paper asks: Why do these super-smart librarians fail at these specific tasks, and can we measure exactly why?
1. The Problem: The "English-Centric" Bias
The researchers tested 15 different AI models on 22 different language pairs. They found a clear pattern:
- English-centric pairs (e.g., English to German) worked great.
- Non-English pairs (e.g., Arabic to Hebrew) or low-resource pairs (languages with fewer books online) performed much worse.
The Analogy: Think of the AI's vocabulary as a giant toolbox. For English, the toolbox is a massive warehouse filled with every tool imaginable. For rare languages, the toolbox is a tiny, dusty drawer with only a few rusty tools. When the AI tries to build a sentence in a rare language, it's trying to fix a car with a hammer and a spoon.
2. The New Tool: "Token Activation Rate" (TAR)
To understand why the toolbox is so empty, the authors invented a new measuring stick called Token Activation Rate (TAR).
- What is a "Token"? Computers don't read whole words; they chop text into small chunks called tokens (like "cat" might be one token, but "unbelievable" might be chopped into "un," "believe," and "able").
- What is TAR? It measures how many of the AI's available "chunks" (tokens) are actually used when it reads a specific language.
The Analogy: Imagine a library with 100,000 books.
- If you ask the librarian to find books about English, they pull down 50,000 books. That's a high activation rate. The library is "alive" with English.
- If you ask for books about Khmer, they can only find 500 books. That's a low activation rate. The library is mostly empty for that topic.
The paper proves that low TAR = bad translation. If the AI's "toolbox" doesn't have enough specific tools for a language, the translation fails.
3. The "Thinking" Models: Do They Try Harder?
The researchers also looked at "Reasoning LLMs." These are newer AI models that are trained to "think" before they answer, often generating extra internal steps (like a student writing out their math work before solving the problem).
The Discovery:
When these "thinking" models encounter a language with a low TAR (a sparse toolbox), they tend to generate more internal thinking tokens.
- The Analogy: It's like a student who doesn't know the answer to a math problem. Instead of guessing, they start writing out long, complicated steps, trying to figure it out from first principles. They are trying to "compensate" for the lack of tools by thinking harder.
Does it help?
- Sometimes, yes: For some models (like certain Qwen models), generating more "thinking" tokens actually improved the translation quality. It was like the extra effort paid off.
- Sometimes, no: For other models (like some DeepSeek models), generating more tokens didn't help, or even made things worse. It was like the student getting so lost in their own notes that they forgot the original question.
4. The "Distance" Factor
The paper also looked at Typological Distance. This is how "related" two languages are.
- Close cousins: French and Italian are like siblings; they share a lot of DNA.
- Distant relatives: English and Chinese are like distant cousins; they share very little.
The Finding: Even if a language has a decent number of tools (TAR), if the source and target languages are very different from each other, the AI struggles more. It's like trying to translate a recipe from a cuisine that uses chopsticks to a cuisine that uses forks; the underlying logic is just too different.
5. The "Noise" Problem
One major hurdle the researchers faced was that AI models often talk too much. Instead of just giving the translation, they might add: "Here is the translation: [Translation]. I chose these words because..."
This "chatter" messes up the computer grading the translation. The authors had to design special prompts to force the AI to shut up and just translate. They found that some models (like Google Translate or specific "Tower" models) were much better at following these strict instructions than others.
Summary of Findings
- The Toolbox Theory: AI fails at low-resource translation because its internal "toolbox" (vocabulary) is too empty for those specific languages. We can measure this emptiness using Token Activation Rate (TAR).
- The Compensation Attempt: When the toolbox is empty, "thinking" models try to work harder by generating more internal steps. This helps some models but not all.
- The Relationship Matters: It's not just about the language itself; it's also about how different the two languages are from each other.
- The Bottom Line: To understand why AI translation fails, we need to look at the tiny building blocks (tokens) the AI uses, not just the final result.
What the paper does NOT claim:
- It does not say we should stop using AI for translation.
- It does not claim that "thinking" models are the ultimate solution for all languages.
- It does not suggest specific medical or clinical uses for these findings.
- It focuses strictly on explaining why the failure happens, not on building a new product to fix it immediately.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.