Why 7 Major LLMs Failed at Cross-Lingual Transfer — And What It Reveals About AI’s Real Weakness
Fine-tuning on Arabic helps all languages equally—even unrelated ones—so what's really happening?
A new study from Ahmed Haj Ahmed, Ruochen Zhang, and Alvin Grissom II challenges assumptions about cross-lingual transfer in large language models. The team fine-tuned seven LLMs ranging from 4B to 671B parameters (dense and Mixture-of-Experts architectures) on Arabic, then evaluated zero-shot reading comprehension on Semitic languages (e.g., Hebrew, Amharic) and non-Semitic controls (e.g., English, Turkish). Surprisingly, they found no evidence of Semitic-specific transfer: models with weak initial baselines improved dramatically on all languages tested, while strong-baseline models showed only marginal gains regardless of language family. This suggests the fine-tuning effect is not about learning linguistic relatedness but about aligning to the task format.
Further supporting this, a chain-of-thought (CoT) ablation showed that the same models benefiting most from fine-tuning also benefited equally from inference-time reasoning (CoT). Both mechanisms address task-format alignment rather than cross-lingual knowledge transfer. The paper, posted on arXiv (cs.CL/2606.19346), implies that current LLM fine-tuning for cross-lingual tasks may be overestimated in its linguistic transfer capabilities. Practitioners should focus on improving task alignment and reasoning rather than expecting automatic linguistic generalization from closely related languages.
- Tested 7 LLMs (4B–671B param) fine-tuned on Arabic, evaluated on Semitic and non-Semitic languages.
- No Semitic-specific transfer found: gains were universal for weak models and marginal for strong ones.
- Chain-of-thought ablation showed improvements come from task-format alignment, not cross-lingual knowledge.
- Implications: fine-tuning for cross-lingual tasks may primarily improve task understanding, not linguistic relatedness.
Why It Matters
Challenges assumptions about cross-lingual transfer in LLMs—fine-tuning improves task alignment, not language knowledge.