CLAILGOct 28, 2025

Zero-Shot Cross-Lingual Transfer using Prefix-Based Adaptation

Amazon
arXiv:2510.24619v11 citationsh-index: 3Proceedings of the 5th Workshop on Multilingual Representation Learning (MRL 2025)
Originality Incremental advance
AI Analysis

This provides a scalable alternative for low-resource multilingual settings, though it appears incremental as it compares existing prefix techniques to established baselines.

The paper tackled the challenge of adapting decoder-only large language models for zero-shot cross-lingual transfer by comparing prefix-based methods to LoRA baselines, finding that prefix methods outperformed LoRA by up to 6% on the Belebele benchmark using only 1.23M learning parameters.

With the release of new large language models (LLMs) like Llama and Mistral, zero-shot cross-lingual transfer has become increasingly feasible due to their multilingual pretraining and strong generalization capabilities. However, adapting these decoder-only LLMs to new tasks across languages remains challenging. While parameter-efficient fine-tuning (PeFT) techniques like Low-Rank Adaptation (LoRA) are widely used, prefix-based techniques such as soft prompt tuning, prefix tuning, and Llama Adapter are less explored, especially for zero-shot transfer in decoder-only models. We present a comprehensive study of three prefix-based methods for zero-shot cross-lingual transfer from English to 35+ high- and low-resource languages. Our analysis further explores transfer across linguistic families and scripts, as well as the impact of scaling model sizes from 1B to 24B. With Llama 3.1 8B, prefix methods outperform LoRA-baselines by up to 6% on the Belebele benchmark. Similar improvements were observed with Mistral v0.3 7B as well. Despite using only 1.23M learning parameters with prefix tuning, we achieve consistent improvements across diverse benchmarks. These findings highlight the potential of prefix-based techniques as an effective and scalable alternative to LoRA, particularly in low-resource multilingual settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes