TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Phrase-Based & Neural Unsupervised Machine Translation

Phrase-Based & Neural Unsupervised Machine Translation

Guillaume Lample, Myle Ott, Alexis Conneau, Ludovic Denoyer, Marc'Aurelio Ranzato

2018-04-20EMNLP 2018 10Machine TranslationNMTUnsupervised Machine TranslationTranslation
PaperPDFCodeCode(official)CodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCode

Abstract

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.

Results

TaskDatasetMetricValueModel
Machine TranslationWMT2016 English-RussianBLEU score13.76PBSMT + NMT
Machine TranslationWMT2016 English-RussianBLEU score13.37Unsupervised PBSMT
Machine TranslationWMT2016 English-RussianBLEU score7.98Unsupervised NMT + Transformer
Machine TranslationWMT2014 English-GermanBLEU score20.23PBSMT + NMT
Machine TranslationWMT2014 English-GermanBLEU score17.94Unsupervised PBSMT
Machine TranslationWMT2014 English-GermanBLEU score17.16Unsupervised NMT + Transformer
Machine TranslationWMT2016 English-RomanianBLEU score25.13PBSMT + NMT
Machine TranslationWMT2016 English-RomanianBLEU score21.33Unsupervised PBSMT
Machine TranslationWMT2016 English-RomanianBLEU score21.18Unsupervised NMT + Transformer
Machine TranslationWMT2014 English-FrenchBLEU score28.11Unsupervised PBSMT
Machine TranslationWMT2014 English-FrenchBLEU score27.6PBSMT + NMT
Machine TranslationWMT2014 English-FrenchBLEU score25.14Unsupervised NMT + Transformer
Machine TranslationWMT2014 English-FrenchBLEU27.6PBSMT + NMT
Machine TranslationWMT2014 French-EnglishBLEU27.7PBSMT + NMT
Machine TranslationWMT2016 English-GermanBLEU20.2PBSMT + NMT
Machine TranslationWMT2016 German-EnglishBLEU25.2PBSMT

Related Papers

A Translation of Probabilistic Event Calculus into Markov Decision Processes2025-07-17Function-to-Style Guidance of LLMs for Code Translation2025-07-15Speak2Sign3D: A Multi-modal Pipeline for English Speech to American Sign Language Animation2025-07-09Pun Intended: Multi-Agent Translation of Wordplay with Contrastive Learning and Phonetic-Semantic Embeddings2025-07-09Unconditional Diffusion for Generative Sequential Recommendation2025-07-08GRAFT: A Graph-based Flow-aware Agentic Framework for Document-level Machine Translation2025-07-04TransLaw: Benchmarking Large Language Models in Multi-Agent Simulation of the Collaborative Translation2025-07-01CycleVAR: Repurposing Autoregressive Model for Unsupervised One-Step Image Translation2025-06-29