Rethinking the Multilingual Reasoning Gap with Layer Swap
This paper demonstrates that the performance gap between native-language and English-pivoted reasoning in multilingual LLMs is significantly smaller than previously thought when using comparable supervision, and proposes a "Layer Swap" technique that transfers English reasoning capabilities from middle layers to native specialists, effectively closing the gap while preserving the target language for chain-of-thought generation.
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 Problem: The "English Middleman"
Imagine you ask a brilliant, multilingual student (an AI) a complex math problem in French. Even though you asked in French, the student instinctively starts thinking, "Hmm, let me solve this..." in their head using English. They do all the hard reasoning in English, and only switch back to French for the final answer.
This is called English-pivoted reasoning. It works well, but it has downsides:
- Lost in Translation: If the student makes a small translation error while switching back and forth, the final answer might be wrong.
- Hard to Understand: If you don't speak English, you can't see how they solved the problem because their "thought process" (Chain-of-Thought) is in a language you don't know.
Researchers tried to force the student to think entirely in French (Native Reasoning). However, previous studies showed that when they did this, the student got significantly worse at solving problems. It was like forcing a master chef to cook a French dish using only French recipes, but they kept messing up the ingredients because they were used to English measurements.
The New Experiment: A Fairer Test
The authors of this paper wanted to see if the "Native Reasoning" gap was real or just because the students weren't trained enough. They decided to run a massive, fair experiment:
- The Students: They took a smart base AI (Qwen3-8B) and trained it to be a specialist in six languages: English, French, German, Spanish, Chinese, and Swahili.
- The Training: They gave each specialist a huge amount of practice data (about 10 billion words worth) so everyone got a fair shot.
- The Comparison: They compared two groups:
- The English Thinkers: These students solved problems in English but answered in the local language.
- The Native Thinkers: These students solved and thought entirely in the local language.
The Surprise Result:
When everyone got the same high-quality training, the gap between the two groups shrank dramatically. The "Native Thinkers" were almost as good as the "English Thinkers" (only 2–3% worse on average). This suggests that with enough practice, AI can think in its native language without losing its smarts.
The Secret Sauce: The "Layer Swap"
Even though the gap was small, the "English Thinkers" were still slightly better at the hardest math and science puzzles. The researchers wanted to know: Why?
They looked inside the AI's "brain" (its neural network layers) and found a fascinating structure:
- The Outer Layers (Top and Bottom): These are like the ears and mouth. They handle the specific language (hearing French, speaking French). These parts are very different between languages.
- The Middle Layers: These are like the logic center. The researchers found that when the AI learns to solve math or science problems, the "logic center" looks almost identical whether the AI is speaking French, Chinese, or English. It's a universal reasoning engine.
The Solution: The "Layer Swap"
Since the middle "logic" part of the English specialist was slightly sharper, the researchers performed a "surgery." They took the middle layers from the English specialist and swapped them into the Native specialists.
- The Analogy: Imagine you have a French chef who is great at cooking but slightly slow at chopping vegetables. You take the "chopping hands" (the middle layers) from a world-class English chef and attach them to the French chef.
- The Result: The French chef can now chop vegetables just as fast as the English chef, but they still speak French and cook French dishes. The AI kept thinking in French (preserving the "thought process" in the local language) but gained the reasoning power of the English model.
The Final Outcome
By doing this "Layer Swap," the researchers closed 80–90% of the remaining performance gap for languages like French and German. For Spanish, they completely closed the gap. The AI could now:
- Think in the user's language (making it easier to understand).
- Solve hard problems just as well as if it were thinking in English.
Summary
The paper shows that the idea that "AI must think in English to be smart" is mostly a training issue, not a fundamental limit. By training AI properly and then swapping in the "smartest middle brain" from an English model, we can create AI that reasons perfectly in any language, keeping the thinking process transparent and accessible to everyone.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.