paper-with-me

홈 › Papers

Free Lunch: Robust Cross-Lingual Transfer via Model Checkpoint Averaging

2023-05-26 · Fabian David Schmidt, Ivan Vulić, Goran Glavaš

Massively multilingual language models have displayed strong performance in zero-shot (ZS-XLT) and few-shot (FS-XLT) cross-lingual transfer setups, where models fine-tuned on task data in a source language are transferred without any or with only a few annotated instances to the target language(s). However, current work typically overestimates model performance as fine-tuned models are frequently evaluated at model checkpoints that generalize best to validation instances in the target languages. This effectively violates the main assumptions of "true" ZS-XLT and FS-XLT. Such XLT setups require robust methods that do not depend on labeled target language data for validation and model selection. In this work, aiming to improve the robustness of "true" ZS-XLT and FS-XLT, we propose a simple and effective method that averages different checkpoints (i.e., model snapshots) during task fine-tuning. We conduct exhaustive ZS-XLT and FS-XLT experiments across higher-level semantic tasks (NLI, extractive QA) and lower-level token classification tasks (NER, POS). The results indicate that averaging model checkpoints yields systematic and consistent performance gains across diverse target languages in all tasks. Importantly, it simultaneously substantially desensitizes XLT to varying hyperparameter choices in the absence of target language validation. We also show that checkpoint averaging benefits performance when further combined with run averaging (i.e., averaging the parameters of models fine-tuned over independent runs).

📄 PDF Abstract BibTeX arXiv:2305.16834

Code (1)

fdschmidt93/free-lunch-xlt 공식 구현 pytorch

Tasks

Cross-Lingual TransferModel SelectionNERPOStoken-classificationToken Classification

Similar Papers 제목 키워드 기반

FreeStyle: Free Lunch for Text-guided Style Transfer using Diffusion Models

2024-01-28 · Feihong He, Gang Li, Fuhui Sun, Mengyuan Zhang 외

The rapid development of generative diffusion models has significantly advanced the field of style transfer. However, most current style transfer methods based on diffusion models typically involve a slow iterative optim…

DecoderStyle Transfer

Cross-lingual Transfer Can Worsen Bias in Sentiment Analysis

2023-05-22 · Seraphina Goldfarb-Tarrant, Björn Ross, Adam Lopez

Sentiment analysis (SA) systems are widely deployed in many of the world's languages, and there is well-documented evidence of demographic bias in these systems. In languages beyond English, scarcer training data is ofte…

counterfactualCross-Lingual TransferSentiment AnalysisTransfer Learning

Adapting Multilingual Models to Code-Mixed Tasks via Model Merging

2025-10-22 · Prashant Kodali, Vaishnavi Shivkumar, Swarang Joshi, Monojit Choudhary 외 arxiv

We study model merging as a practical alternative to conventional adaptation strategies for code-mixed NLP. Starting from a multilingual base model, we: (i) perform continued pre-training (CPT) on unlabeled code-mixed te…

Sentence Classification

Zeta Distribution and Transfer Learning Problem

2018-06-23 · Eray Özkural

We explore the relations between the zeta distribution and algorithmic information theory via a new model of the transfer learning problem. The program distribution is approximated by a zeta distribution with parameter n…

Transfer Learning

Probing the Emergence of Cross-lingual Alignment during LLM Training

2024-06-19 · Hetong Wang, Pasquale Minervini, Edoardo M. Ponti

Multilingual Large Language Models (LLMs) achieve remarkable levels of zero-shot cross-lingual transfer performance. We speculate that this is predicated on their ability to align languages without explicit supervision f…

Cross-Lingual TransferZero-Shot Cross-Lingual Transfer