paper-with-me

Papers

Unsupervised Machine Translation Using Monolingual Corpora Only

2017-10-31 · ICLR 2018 1 · Guillaume Lample, Alexis Conneau, Ludovic Denoyer, Marc'Aurelio Ranzato

Machine translation has recently achieved impressive performance thanks to recent advances in deep learning and the availability of large-scale parallel corpora. There have been numerous attempts to extend these successes to low-resource language pairs, yet requiring tens of thousands of parallel sentences. In this work, we take this research direction to the extreme and investigate whether it is possible to learn to translate even without any parallel data. We propose a model that takes sentences from monolingual corpora in two different languages and maps them into the same latent space. By learning to reconstruct in both languages from this shared feature space, the model effectively learns to translate without using any labeled data. We demonstrate our model on two widely used datasets and two language pairs, reporting BLEU scores of 32.8 and 15.1 on the Multi30k and WMT English-French datasets, without using even a single parallel sentence at training time.

📄 PDF Abstract BibTeX arXiv:1711.00043

Code (14)

Babylonpartners/MultilingualFactorAnalysis pytorch
YovaKem/generalized-procrustes-MUSE pytorch
babylonhealth/MultilingualFactorAnalysis pytorch
barnerwothers/MUSE pytorch
facebookresearch/MUSE pytorch
freedombenLiu/MUSE pytorch
jiajunhua/facebookresearch-MUSE pytorch
keleog/PidginUNMT pytorch
labdac/charlacompling
makozi/AfrikaansNMT
maochf/MUSE pytorch
migonch/unsupervised_mt pytorch
sabetAI/bucc-eval pytorch
samnguyen8991/Facebook-MUSE pytorch

Tasks

Machine TranslationSentenceTranslationUnsupervised Machine Translation

Similar Papers 제목 키워드 기반

Unsupervised Machine Translation in Real-World Scenarios

2022-06-01 · LREC 2022 6 · Ona de Gibert Bonet, Iakes Goenaga, Jordi Armengol-Estapé, Olatz Perez-de-Viñaspre 외

In this work, we present the work that has been carried on in the MT4All CEF project and the resources that it has generated by leveraging recent research carried out in the field of unsupervised learning. In the course …

Machine TranslationTranslationUnsupervised Machine Translation

Boosting Unsupervised Machine Translation with Pseudo-Parallel Data

2023-10-22 · Ivana Kvapilíková, Ondřej Bojar

Even with the latest developments in deep learning and large-scale language modeling, the task of machine translation (MT) of low-resource languages remains a challenge. Neural MT systems can be trained in an unsupervise…

Language ModelingLanguage ModellingMachine TranslationSentence+2

An Effective Approach to Unsupervised Machine Translation

2019-02-04 · ACL 2019 7 · Mikel Artetxe, Gorka Labaka, Eneko Agirre

While machine translation has traditionally relied on large amounts of parallel corpora, a recent research line has managed to train both Neural Machine Translation (NMT) and Statistical Machine Translation (SMT) systems…

Machine TranslationNMTTranslationUnsupervised Machine Translation

Unsupervised Statistical Machine Translation

2018-09-04 · EMNLP 2018 10 · Mikel Artetxe, Gorka Labaka, Eneko Agirre

While modern machine translation has relied on large parallel corpora, a recent line of work has managed to train Neural Machine Translation (NMT) systems from monolingual corpora only (Artetxe et al., 2018c; Lample et a…

Language ModelingLanguage ModellingMachine TranslationNMT+2

Unsupervised Neural Machine Translation Initialized by Unsupervised Statistical Machine Translation

2018-10-30 · Benjamin Marie, Atsushi Fujita

Recent work achieved remarkable results in training neural machine translation (NMT) systems in a fully unsupervised way, with new and dedicated architectures that rely on monolingual corpora only. In this work, we propo…

Machine TranslationNMTTranslationUnsupervised Machine Translation