CLMay 26, 2023

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

arXiv:2305.16834v1226 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for more reliable cross-lingual transfer methods in NLP, offering a simple improvement for practitioners, though it is incremental as it builds on existing fine-tuning approaches.

The paper tackles the problem of overestimated performance in cross-lingual transfer due to reliance on target language validation data, proposing checkpoint averaging to improve robustness in zero-shot and few-shot setups. The method yields systematic performance gains across tasks like NLI and NER, desensitizing to hyperparameter choices without target language validation.

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).

Code Implementations1 repo
Foundations

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

Your Notes