paper-with-me

Papers

Phrase-Based & Neural Unsupervised Machine Translation

2018-04-20 · EMNLP 2018 10 · Guillaume Lample, Myle Ott, Alexis Conneau, Ludovic Denoyer, Marc'Aurelio Ranzato

Machine translation systems achieve near human-level performance on some languages, yet their effectiveness strongly relies on the availability of large amounts of parallel sentences, which hinders their applicability to the majority of language pairs. This work investigates how to learn to translate when having access to only large monolingual corpora in each language. We propose two model variants, a neural and a phrase-based model. Both versions leverage a careful initialization of the parameters, the denoising effect of language models and automatic generation of parallel data by iterative back-translation. These models are significantly better than methods from the literature, while being simpler and having fewer hyper-parameters. On the widely used WMT'14 English-French and WMT'16 German-English benchmarks, our models respectively obtain 28.1 and 25.2 BLEU points without using a single parallel sentence, outperforming the state of the art by more than 11 BLEU points. On low-resource languages like English-Urdu and English-Romanian, our methods achieve even better results than semi-supervised and supervised approaches leveraging the paucity of available bitexts. Our code for NMT and PBSMT is publicly available.

📄 PDF Abstract BibTeX arXiv:1804.07755

Code (14)

facebookresearch/UnsupervisedMT 공식 구현 pytorch
1-punchMan/CLTS pytorch
Helsinki-NLP/shared-info
Kelechukwu1/PidginUNMT pytorch
deterministic-algorithms-lab/Large-XLM pytorch
facebookresearch/UnsupervisedQA
facebookresearch/XLM pytorch
feyzaakyurek/XLM-LwLL pytorch
fshdnc/enfi-XLM pytorch
huggingface/transformers pytorch
keleog/PidginUNMT pytorch
kheeong/XLM_OWN pytorch
luofuli/DualLanST tf
luofuli/DualRL tf

Tasks

Machine TranslationNMTSentenceTranslationUnsupervised Machine Translation

Similar Papers 제목 키워드 기반

Phrase-based Unsupervised Machine Translation with Compositional Phrase Embeddings

2018-10-01 · WS 2018 10 · Maksym Del, Andre T{\"a}ttar, Mark Fishel

This paper describes the University of Tartu{'}s submission to the unsupervised machine translation track of WMT18 news translation shared task. We build several baseline translation systems for both directions of the En…

Machine TranslationTranslationUnsupervised Machine Translation

Paraphrase Generation as Unsupervised Machine Translation

2021-09-07 · COLING 2022 10 · Xiaofei Sun, Yufei Tian, Yuxian Meng, Nanyun Peng 외

In this paper, we propose a new paradigm for paraphrase generation by treating the task as unsupervised machine translation (UMT) based on the assumption that there must be pairs of sentences expressing the same meaning …

Machine TranslationParaphrase GenerationSentenceSTS+2

The LMU Munich Unsupervised Machine Translation System for WMT19

2019-08-01 · WS 2019 8 · Dario Stojanovski, Viktor Hangya, Matthias Huck, Alex Fraser 외

We describe LMU Munich{'}s machine translation system for German→Czech translation which was used to participate in the WMT19 shared task on unsupervised news translation. We train our model using monolingual data only…

DenoisingLanguage ModelingLanguage ModellingMachine Translation+3

Unsupervised Neural Machine Translation with SMT as Posterior Regularization

2019-01-14 · Shuo Ren, Zhirui Zhang, Shujie Liu, Ming Zhou 외

Without real bilingual corpus available, unsupervised Neural Machine Translation (NMT) typically requires pseudo parallel data generated with the back-translation method for the model training. However, due to weak super…

Machine TranslationNMTTranslationUnsupervised Machine Translation

CUNI Systems for the Unsupervised News Translation Task in WMT 2019

2019-07-29 · Ivana Kvapilíková, Dominik Macháček, Ondřej Bojar

In this paper we describe the CUNI translation system used for the unsupervised news shared task of the ACL 2019 Fourth Conference on Machine Translation (WMT19). We follow the strategy of Artexte et al. (2018b), creatin…

Machine TranslationTranslation