paper-with-me

Papers

Code-Switching Curriculum Learning for Multilingual Transfer in LLMs

2024-11-04 · Haneul Yoo, Cheonbok Park, Sangdoo Yun, Alice Oh, Hwaran Lee

Large language models (LLMs) now exhibit near human-level performance in various tasks, but their performance drops drastically after a handful of high-resource languages due to the imbalance in pre-training data. Inspired by the human process of second language acquisition, particularly code-switching (the practice of language alternation in a conversation), we propose code-switching curriculum learning (CSCL) to enhance cross-lingual transfer for LLMs. CSCL mimics the stages of human language learning by progressively training models with a curriculum consisting of 1) token-level code-switching, 2) sentence-level code-switching, and 3) monolingual corpora. Using Qwen 2 as our underlying model, we demonstrate the efficacy of the CSCL in improving language transfer to Korean, achieving significant performance gains compared to monolingual continual pre-training methods. Ablation studies reveal that both token- and sentence-level code-switching significantly enhance cross-lingual transfer and that curriculum learning amplifies these effects. We also extend our findings into various languages, including Japanese (high-resource) and Indonesian (low-resource), and using two additional models (Gemma 2 and Phi 3.5). We further show that CSCL mitigates spurious correlations between language resources and safety alignment, presenting a robust, efficient framework for more equitable language transfer in LLMs. We observe that CSCL is effective for low-resource settings where high-quality, monolingual corpora for language transfer are hardly available.

📄 PDF Abstract BibTeX arXiv:2411.02460

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual TransferLanguage AcquisitionSafety AlignmentSentence

Similar Papers 제목 키워드 기반

Beyond Bilingual Transfer: Multilingual Code-Switching in Instruction Tuning

2026-05-28 · Shunta Asano, Jeonghun Baek, Toshihiko Yamasaki arxiv

Recent studies have shown that code-switching data (CSD), in which multiple languages are mixed within the same context, can improve cross-lingual transfer and multilingual alignment in large language models (LLMs). Howe…

Cross-Lingual Transfer

CURE-Med: Curriculum-Informed Reinforcement Learning for Multilingual Medical Reasoning

2026-01-19 · Eric Onyame, Akash Ghosh, Subhadip Baidya, Sriparna Saha 외 arxiv

While large language models (LLMs) have shown to perform well on monolingual mathematical and commonsense reasoning, they remain unreliable for multilingual medical reasoning applications, hindering their deployment in m…

Reinforcement Learning

Investigating and Scaling up Code-Switching for Multilingual Language Model Pre-Training

2025-04-02 · Zhijun Wang, Jiahuan Li, Hao Zhou, Rongxiang Weng 외

Large language models (LLMs) exhibit remarkable multilingual capabilities despite the extreme language imbalance in the pre-training data. In this paper, we closely examine the reasons behind this phenomenon, focusing on…

Language ModelingLanguage Modelling

Code-Switching Red-Teaming: LLM Evaluation for Safety and Multilingual Understanding

2024-06-17 · Haneul Yoo, Yongjin Yang, Hwaran Lee

As large language models (LLMs) have advanced rapidly, concerns regarding their safety have become prominent. In this paper, we discover that code-switching in red-teaming queries can effectively elicit undesirable behav…

16kLanguage ModellingRed TeamingSafety Alignment

Zero-Shot to Full-Resource: Cross-lingual Transfer Strategies for Aspect-Based Sentiment Analysis

2026-04-29 · Jakob Fehle, Nils Constantin Hellwig, Udo Kruschwitz, Christian Wolff arxiv

Aspect-based Sentiment Analysis (ABSA) extracts fine-grained opinions toward specific aspects within text but remains largely English-focused despite major advances in transformer-based and instruction-tuned models. This…

Cross-Lingual TransferMachine TranslationSentiment Analysis