paper-with-me

Papers

Improving Zero-Shot Cross-Lingual Transfer Learning via Robust Training

2021-04-17 · EMNLP 2021 11 · Kuan-Hao Huang, Wasi Uddin Ahmad, Nanyun Peng, Kai-Wei Chang

Pre-trained multilingual language encoders, such as multilingual BERT and XLM-R, show great potential for zero-shot cross-lingual transfer. However, these multilingual encoders do not precisely align words and phrases across languages. Especially, learning alignments in the multilingual embedding space usually requires sentence-level or word-level parallel corpora, which are expensive to be obtained for low-resource languages. An alternative is to make the multilingual encoders more robust; when fine-tuning the encoder using downstream task, we train the encoder to tolerate noise in the contextual embedding spaces such that even if the representations of different languages are not aligned well, the model can still achieve good performance on zero-shot cross-lingual transfer. In this work, we propose a learning strategy for training robust models by drawing connections between adversarial examples and the failure cases of zero-shot cross-lingual transfer. We adopt two widely used robust training methods, adversarial training and randomized smoothing, to train the desired robust model. The experimental results demonstrate that robust training improves zero-shot cross-lingual transfer on text classification tasks. The improvement is more significant in the generalized cross-lingual transfer setting, where the pair of input sentences belong to two different languages.

📄 PDF Abstract BibTeX arXiv:2104.08645

Code (1)

uclanlp/robust-xlt 공식 구현 pytorch

Tasks

Cross-Lingual TransferSentencetext-classificationText ClassificationTransfer LearningXLM-RZero-Shot Cross-Lingual Transfer

Methods 이 논문이 사용한 방법론

XLM-R XLM-R
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Self-Augmentation Improves Zero-Shot Cross-Lingual Transfer

2023-09-19 · Fei Wang, Kuan-Hao Huang, Kai-Wei Chang, Muhao Chen

Zero-shot cross-lingual transfer is a central task in multilingual NLP, allowing models trained in languages with more sufficient training resources to generalize to other low-resource languages. Earlier efforts on this …

Cross-Lingual TransferMultilingual NLPZero-Shot Cross-Lingual Transfer

Zero-shot Reading Comprehension by Cross-lingual Transfer Learning with Multi-lingual Language Representation Model

2019-09-15 · IJCNLP 2019 11 · Tsung-Yuan Hsu, Chi-Liang Liu, Hung-Yi Lee

Because it is not feasible to collect training data for every language, there is a growing interest in cross-lingual transfer learning. In this paper, we systematically explore zero-shot cross-lingual transfer learning o…

Cross-Lingual TransferReading ComprehensionTransfer LearningZero-Shot Cross-Lingual Transfer+1

Bilingual Alignment Pre-Training for Zero-Shot Cross-Lingual Transfer

2021-06-03 · EMNLP (MRQA) 2021 11 · Ziqing Yang, Wentao Ma, Yiming Cui, Jiani Ye 외

Multilingual pre-trained models have achieved remarkable performance on cross-lingual transfer learning. Some multilingual models such as mBERT, have been pre-trained on unlabeled corpora, therefore the embeddings of dif…

Cross-Lingual TransferLanguage ModellingMachine Reading ComprehensionReading Comprehension+2

Cross-Lingual Text Classification with Multilingual Distillation and Zero-Shot-Aware Training

2022-02-28 · Ziqing Yang, Yiming Cui, Zhigang Chen, Shijin Wang

Multilingual pre-trained language models (MPLMs) not only can handle tasks in different languages but also exhibit surprising zero-shot cross-lingual transferability. However, MPLMs usually are not able to achieve compar…

Language ModelingLanguage Modellingtext-classificationText Classification

Zero-Shot Cross-Lingual Transfer is a Hard Baseline to Beat in German Fine-Grained Entity Typing

2021-11-01 · EMNLP (insights) 2021 11 · Sabine Weber, Mark Steedman

The training of NLP models often requires large amounts of labelled training data, which makes it difficult to expand existing models to new languages. While zero-shot cross-lingual transfer relies on multilingual word e…

Cross-Lingual TransferEntity TypingMultilingual Word Embeddingsnamed-entity-recognition+4