paper-with-me

Papers

Frustratingly Simple Regularization to Improve Zero-shot Cross-lingual Robustness

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Large-scale multilingual pretrained encoders, such as mBERT and XLM-R, have demonstrated impressive zero-shot cross-lingual transfer capability across multiple NLP tasks. However, as we show in this paper, these models suffer from two major problems: (1) degradation in zero-shot cross-lingual performance after fine-tuning on a single language, and (2) cross-lingual performance sensitivity to fine-tuning hyperparameters. In order to address these issues, we evaluate two techniques during fine-tuning, namely, Elastic Weight Consolidation (EWC) and L2-distance regularization to assist the multilingual models in retaining their cross-lingual ability after being fine-tuned on a single language. We compare zero-shot cross-lingual performance of mBERT with/without regularization on four different tasks: XNLI, PANX, UDPOS and PAWSX and demonstrate that the model fine-tuned with L2-distance regularization performs better than its vanilla fine-tuned counterpart in zero-shot setting across all the tasks by up to 1.64%. Moreover, by fine-tuning mBERT with different hyperparameter settings on the specified tasks, we demonstrate that L2-distance regularization also makes fine-tuning more robust, reducing standard deviation of zero-shot results by up to 87%. Based on our experiments, EWC does not provide consistent improvements across languages. Moreover, to test if additional constraint on the encoder parameters would improve the results further, we compared L2-distance regularization with techniques that freeze most of the encoder parameters during fine-tuning, such as bitfit, soft prompting, and adapter-based methods. However, we observe that L2-distance regularization still performs the best.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual TransferXLM-RZero-Shot Cross-Lingual Transfer

Methods 이 논문이 사용한 방법론

XLM-R XLM-R
EWC The methon to overcome catastrophic forgetting in neural network while continual learning
mBERT mBERT

Similar Papers 제목 키워드 기반

Language Tokens: A Frustratingly Simple Approach Improves Zero-Shot Performance of Multilingual Translation

2022-08-11 · Muhammad ElNokrashy, Amr Hendy, Mohamed Maher, Mohamed Afify 외

This paper proposes a simple yet effective method to improve direct (X-to-Y) translation for both cases: zero-shot and when direct data is available. We modify the input tokens at both the encoder and decoder to include …

DecoderTranslation

Frustratingly Simple but Surprisingly Strong: Using Language-Independent Features for Zero-shot Cross-lingual Semantic Parsing

2021-11-01 · EMNLP 2021 11 · Jingfeng Yang, Federico Fancellu, Bonnie Webber, Diyi Yang

The availability of corpora has led to significant advances in training semantic parsers in English. Unfortunately, for languages other than English, annotated data is limited and so is the performance of the developed p…

Cross-Lingual TransferPOSSemantic ParsingZero-Shot Cross-Lingual Transfer

Frustratingly Simple Few-Shot Slot Tagging

2021-08-01 · Findings (ACL) 2021 8 · Jianqiang Ma, Zeyu Yan, Chang Li, Yang Zhang

Too Easily Fooled? Prompt Injection Breaks LLMs on Frustratingly Simple Multiple-Choice Questions

2025-08-16 · Xuyang Guo, Zekai Huang, Zhao Song, Jiahao Zhang arxiv

Large Language Models (LLMs) have recently demonstrated strong emergent abilities in complex reasoning and zero-shot generalization, showing unprecedented potential for LLM-as-a-judge applications in education, peer revi…

Zero-shot Generalization

Frustratingly Simple but Effective Zero-shot Detection and Segmentation: Analysis and a Strong Baseline

2023-02-14 · Siddhesh Khandelwal, Anirudth Nambirajan, Behjat Siddiquie, Jayan Eledath 외

Methods for object detection and segmentation often require abundant instance-level annotations for training, which are time-consuming and expensive to collect. To address this, the task of zero-shot object detection (or…

Objectobject-detectionObject DetectionSegmentation+2