# Microsoft Translator at WMT 2019: Towards Large-Scale Document-Level   Neural Machine Translation

**Authors:** Marcin Junczys-Dowmunt

arXiv: 1907.06170 · 2019-07-16

## TL;DR

This paper advances document-level neural machine translation by leveraging deep transformer models, data augmentation, and multi-task training, resulting in systems that outperform sentence-level baselines and are preferred in human evaluations.

## Contribution

It introduces large-scale document-level training techniques, multi-task learning with BERT objectives, and effective data augmentation for improved translation quality.

## Key findings

- Document-level systems outperform sentence-level baselines.
- Human evaluators prefer document-level translations.
- Document-level models score higher than human references in direct assessment.

## Abstract

This paper describes the Microsoft Translator submissions to the WMT19 news translation shared task for English-German. Our main focus is document-level neural machine translation with deep transformer models. We start with strong sentence-level baselines, trained on large-scale data created via data-filtering and noisy back-translation and find that back-translation seems to mainly help with translationese input. We explore fine-tuning techniques, deeper models and different ensembling strategies to counter these effects. Using document boundaries present in the authentic and synthetic parallel data, we create sequences of up to 1000 subword segments and train transformer translation models. We experiment with data augmentation techniques for the smaller authentic data with document-boundaries and for larger authentic data without boundaries. We further explore multi-task training for the incorporation of document-level source language monolingual data via the BERT-objective on the encoder and two-pass decoding for combinations of sentence-level and document-level systems. Based on preliminary human evaluation results, evaluators strongly prefer the document-level systems over our comparable sentence-level system. The document-level systems also seem to score higher than the human references in source-based direct assessment.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.06170/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1907.06170/full.md

## References

13 references — full list in the complete paper: https://tomesphere.com/paper/1907.06170/full.md

---
Source: https://tomesphere.com/paper/1907.06170