paper-with-me

Papers

An Efficient Approach for Studying Cross-Lingual Transfer in Multilingual Language Models

2024-03-29 · Fahim Faisal, Antonios Anastasopoulos

The capacity and effectiveness of pre-trained multilingual models (MLMs) for zero-shot cross-lingual transfer is well established. However, phenomena of positive or negative transfer, and the effect of language choice still need to be fully understood, especially in the complex setting of massively multilingual LMs. We propose an \textit{efficient} method to study transfer language influence in zero-shot performance on another target language. Unlike previous work, our approach disentangles downstream tasks from language, using dedicated adapter units. Our findings suggest that some languages do not largely affect others, while some languages, especially ones unseen during pre-training, can be extremely beneficial or detrimental for different target languages. We find that no transfer language is beneficial for all target languages. We do, curiously, observe languages previously unseen by MLMs consistently benefit from transfer from almost any language. We additionally use our modular approach to quantify negative interference efficiently and categorize languages accordingly. Furthermore, we provide a list of promising transfer-target language configurations that consistently lead to target language performance improvements. Code and data are publicly available: https://github.com/ffaisal93/neg_inf

📄 PDF Abstract BibTeX arXiv:2403.20088

Code (1)

ffaisal93/neg_inf 공식 구현 pytorch

Tasks

Cross-Lingual TransferZero-Shot Cross-Lingual Transfer

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Analyzing the Mono- and Cross-Lingual Pretraining Dynamics of Multilingual Language Models

2022-05-24 · Terra Blevins, Hila Gonen, Luke Zettlemoyer

The emergent cross-lingual transfer seen in multilingual pretrained models has sparked significant interest in studying their behavior. However, because these analyses have focused on fully trained multilingual models, l…

Cross-Lingual TransferXLM-R

Cross-Lingual Transfer and Parameter-Efficient Adaptation in the Turkic Language Family: A Theoretical Framework for Low-Resource Language Models

2026-03-13 · O. Ibrahimzade, K. Tabasaransky arxiv

Large language models (LLMs) have transformed natural language processing, yet their capabilities remain uneven across languages. Most multilingual models are trained primarily on high-resource languages, leaving many la…

parameter-efficient fine-tuningRepresentation LearningCross-Lingual Transfer

Tracing Multilingual Knowledge Acquisition Dynamics in Domain Adaptation: A Case Study of English-Japanese Biomedical Adaptation

2025-10-14 · Xin Zhao, Naoki Yoshinaga, Yuma Tsuta, Akiko Aizawa arxiv

Multilingual domain adaptation (ML-DA) is widely used to learn new domain knowledge across languages into large language models (LLMs). Although many methods have been proposed to improve domain adaptation, the mechanism…

Cross-Lingual TransferDomain Adaptation

Multilingual Speech Recognition using Knowledge Transfer across Learning Processes

2021-10-15 · Rimita Lahiri, Kenichi Kumatani, Eric Sun, Yao Qian

Multilingual end-to-end(E2E) models have shown a great potential in the expansion of the language coverage in the realm of automatic speech recognition(ASR). In this paper, we aim to enhance the multilingual ASR performa…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Meta-LearningSelf-Supervised Learning+3

How Do Multilingual Encoders Learn Cross-lingual Representation?

2022-07-12 · Shijie Wu

NLP systems typically require support for more than one language. As different languages have different amounts of supervision, cross-lingual transfer benefits languages with little to no training data by transferring fr…

Cross-Lingual TransferMultilingual NLPRepresentation Learning