paper-with-me

홈 › Papers

On Zero-shot Cross-lingual Transfer of Multilingual Neural Machine Translation

2018-10-22 · Anonymous

Transferring representations from large-scale supervised tasks to downstream tasks have shown outstanding results in Machine Learning in both Computer Vision and natural language processing (NLP). One particular example can be sequence-to-sequence models for Machine Translation (Neural Machine Translation - NMT). It is because, once trained in a multilingual setup, NMT systems can translate between multiple languages and are also capable of performing zero-shot translation between unseen source-target pairs at test time. In this paper, we first investigate if we can extend the zero-shot transfer capability of multilingual NMT systems to cross-lingual NLP tasks (tasks other than MT, e.g. sentiment classification and natural language inference). We demonstrate a simple framework by reusing the encoder from a multilingual NMT system, a multilingual Encoder-Classifier, achieves remarkable zero-shot cross-lingual classification performance, almost out-of-the-box on three downstream benchmark tasks - Amazon Reviews, Stanford sentiment treebank (SST) and Stanford natural language inference (SNLI). In order to understand the underlying factors contributing to this finding, we conducted a series of analyses on the effect of the shared vocabulary, the training data type for NMT models, classifier complexity, encoder representation power, and model generalization on zero-shot performance. Our results provide strong evidence that the representations learned from multilingual NMT systems are widely applicable across languages and tasks, and the high, out-of-the-box classification performance is correlated with the generalization capability of such systems.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual TransferMachine TranslationNatural Language InferenceNMTSentiment AnalysisSentiment ClassificationTranslationZero-Shot Cross-Lingual Transfer

Similar 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 ac…

Cross-Lingual TransferSentencetext-classificationText Classification+3

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

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

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

A Simple and Effective Method to Improve Zero-Shot Cross-Lingual Transfer Learning

2022-10-18 · COLING 2022 10 · Kunbo Ding, Weijie Liu, Yuejian Fang, Weiquan Mao 외

Existing zero-shot cross-lingual transfer methods rely on parallel corpora or bilingual dictionaries, which are expensive and impractical for low-resource languages. To disengage from these dependencies, researchers have…

Cross-Lingual Transfertext-classificationText ClassificationTransfer Learning+2