paper-with-me

Papers

Multilingual Bidirectional Unsupervised Translation Through Multilingual Finetuning and Back-Translation

2022-09-06 · Bryan Li, Mohammad Sadegh Rasooli, Ajay Patel, Chris Callison-Burch

We propose a two-stage approach for training a single NMT model to translate unseen languages both to and from English. For the first stage, we initialize an encoder-decoder model to pretrained XLM-R and RoBERTa weights, then perform multilingual fine-tuning on parallel data in 40 languages to English. We find this model can generalize to zero-shot translations on unseen languages. For the second stage, we leverage this generalization ability to generate synthetic parallel data from monolingual datasets, then bidirectionally train with successive rounds of back-translation. Our approach, which we EcXTra (English-centric Crosslingual (X) Transfer), is conceptually simple, only using a standard cross-entropy objective throughout. It is also data-driven, sequentially leveraging auxiliary parallel data and monolingual data. We evaluate unsupervised NMT results for 7 low-resource languages, and find that each round of back-translation training further refines bidirectional performance. Our final single EcXTra-trained model achieves competitive translation performance in all translation directions, notably establishing a new state-of-the-art for English-to-Kazakh (22.9 > 10.4 BLEU). Our code is available at https://github.com/manestay/EcXTra .

📄 PDF Abstract BibTeX arXiv:2209.02821

Code (1)

manestay/ecxtra 공식 구현 pytorch

Tasks

DecoderNMTTranslationXLM-R

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
XLM-R XLM-R
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
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 제목 키워드 기반

Revamping Multilingual Agreement Bidirectionally via Switched Back-translation for Multilingual Neural Machine Translation

2022-09-28 · Hongyuan Lu, Haoyang Huang, Shuming Ma, Dongdong Zhang 외

Despite the fact that multilingual agreement (MA) has shown its importance for multilingual neural machine translation (MNMT), current methodologies in the field have two shortages: (i) require parallel data between mult…

Document Level Machine TranslationDocument TranslationMachine TranslationTranslation

Zero-shot Dependency Parsing with Pre-trained Multilingual Sentence Representations

2019-10-12 · WS 2019 11 · Ke Tran, Arianna Bisazza

We investigate whether off-the-shelf deep bidirectional sentence representations trained on a massively multilingual corpus (multilingual BERT) enable the development of an unsupervised universal dependency parser. This …

Dependency ParsingSentenceTranslation

Refining Low-Resource Unsupervised Translation by Language Disentanglement of Multilingual Model

2022-05-31 · Xuan-Phi Nguyen, Shafiq Joty, Wu Kui, Ai Ti Aw

Numerous recent work on unsupervised machine translation (UMT) implies that competent unsupervised translations of low-resource and unrelated languages, such as Nepali or Sinhala, are only possible if the model is traine…

DisentanglementMachine TranslationTranslationUnsupervised Machine Translation

BiVert: Bidirectional Vocabulary Evaluation using Relations for Machine Translation

2024-03-06 · Carinne Cherf, Yuval Pinter

Neural machine translation (NMT) has progressed rapidly in the past few years, promising improvements and quality translations for different languages. Evaluation of this task is crucial to determine the quality of the t…

Machine TranslationNMTSentenceTranslation

Extracting Parallel Sentences with Bidirectional Recurrent Neural Networks to Improve Machine Translation

2018-06-13 · COLING 2018 8 · Francis Grégoire, Philippe Langlais

Parallel sentence extraction is a task addressing the data sparsity problem found in multilingual natural language processing applications. We propose a bidirectional recurrent neural network based approach to extract pa…

ArticlesFeature EngineeringMachine TranslationSentence+1