paper-with-me

Papers

Distilling Efficient Language-Specific Models for Cross-Lingual Transfer

2023-06-02 · Alan Ansell, Edoardo Maria Ponti, Anna Korhonen, Ivan Vulić

Massively multilingual Transformers (MMTs), such as mBERT and XLM-R, are widely used for cross-lingual transfer learning. While these are pretrained to represent hundreds of languages, end users of NLP systems are often interested only in individual languages. For such purposes, the MMTs' language coverage makes them unnecessarily expensive to deploy in terms of model size, inference time, energy, and hardware cost. We thus propose to extract compressed, language-specific models from MMTs which retain the capacity of the original MMTs for cross-lingual transfer. This is achieved by distilling the MMT bilingually, i.e., using data from only the source and target language of interest. Specifically, we use a two-phase distillation approach, termed BiStil: (i) the first phase distils a general bilingual model from the MMT, while (ii) the second, task-specific phase sparsely fine-tunes the bilingual "student" model using a task-tuned variant of the original MMT as its "teacher". We evaluate this distillation technique in zero-shot cross-lingual transfer across a number of standard cross-lingual benchmarks. The key results indicate that the distilled models exhibit minimal degradation in target language performance relative to the base MMT despite being significantly smaller and faster. Furthermore, we find that they outperform multilingually distilled models such as DistilmBERT and MiniLMv2 while having a very modest training budget in comparison, even on a per-language basis. We also show that bilingual models distilled from MMTs greatly outperform bilingual models trained from scratch. Our code and models are available at https://github.com/AlanAnsell/bistil.

📄 PDF Abstract BibTeX arXiv:2306.01709

Code (1)

alanansell/bistil 공식 구현 pytorch

Tasks

Cross-Lingual TransferTransfer LearningXLM-RZero-Shot Cross-Lingual Transfer

Methods 이 논문이 사용한 방법론

mBERT mBERT
BASE 설명 없음
XLM-R XLM-R

Similar Papers 제목 키워드 기반

Distilling Multilingual Vision-Language Models: When Smaller Models Stay Multilingual

2025-10-30 · Sukrit Sriratanawilai, Jhayahgrit Thongwat, Romrawin Chumpu, Patomporn Payoungkhamdee 외 arxiv

Vision-language models (VLMs) exhibit uneven performance across languages, a problem that is often exacerbated when the model size is reduced. While Knowledge distillation (KD) demonstrates promising results in transferr…

Knowledge DistillationModel Compression

Limitations of Knowledge Distillation for Zero-shot Transfer Learning

2021-11-01 · EMNLP (sustainlp) 2021 11 · Saleh Soltan, Haidar Khan, Wael Hamza

Pretrained transformer-based encoders such as BERT have been demonstrated to achieve state-of-the-art performance on numerous NLP tasks. Despite their success, BERT style encoders are large in size and have high latency …

CPUCross-Lingual TransferKnowledge DistillationTransfer Learning+1

Why Low-Resource NLP Needs More Than Cross-Lingual Transfer: Lessons Learned from Luxembourgish

2026-05-11 · Fred Philippy, Siwen Guo, Jacques Klein, Tegawendé F. Bissyandé arxiv

Cross-lingual transfer has become a central paradigm for extending natural language processing (NLP) technologies to low-resource languages. By leveraging supervision from high-resource languages, multilingual language m…

Cross-Lingual Transfer

Distilling a Pretrained Language Model to a Multilingual ASR Model

2022-06-25 · Kwanghee Choi, Hyung-Min Park

Multilingual speech data often suffer from long-tailed language distribution, resulting in performance degradation. However, multilingual text data is much easier to obtain, yielding a more useful general language model.…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+3

Data-Efficient Cross-Lingual Transfer with Language-Specific Subnetworks

2022-10-31 · Rochelle Choenni, Dan Garrette, Ekaterina Shutova

Large multilingual language models typically share their parameters across all languages, which enables cross-lingual task transfer, but learning can also be hindered when training updates from different languages are in…

Cross-Lingual TransferMeta-Learning