CLApr 25, 2023

Escaping the sentence-level paradigm in machine translation

Microsoft
arXiv:2304.12959v233 citationsh-index: 40
Originality Incremental advance
AI Analysis

This addresses the long-standing issue of document-level translation for machine translation systems, which is crucial for resolving ambiguities and competing with large language models, though it builds incrementally on existing work.

The paper tackles the problem of machine translation being stuck in a sentence-level paradigm by proposing a document-level approach using standard Transformers with sufficient capacity, back-translated document data for training, and improved contrastive metrics, achieving improved performance across four language pairs (DE→EN, EN→DE, EN→FR, EN→RU).

It is well-known that document context is vital for resolving a range of translation ambiguities, and in fact the document setting is the most natural setting for nearly all translation. It is therefore unfortunate that machine translation -- both research and production -- largely remains stuck in a decades-old sentence-level translation paradigm. It is also an increasingly glaring problem in light of competitive pressure from large language models, which are natively document-based. Much work in document-context machine translation exists, but for various reasons has been unable to catch hold. This paper suggests a path out of this rut by addressing three impediments at once: what architectures should we use? where do we get document-level information for training them? and how do we know whether they are any good? In contrast to work on specialized architectures, we show that the standard Transformer architecture is sufficient, provided it has enough capacity. Next, we address the training data issue by taking document samples from back-translated data only, where the data is not only more readily available, but is also of higher quality compared to parallel document data, which may contain machine translation output. Finally, we propose generative variants of existing contrastive metrics that are better able to discriminate among document systems. Results in four large-data language pairs (DE$\rightarrow$EN, EN$\rightarrow$DE, EN$\rightarrow$FR, and EN$\rightarrow$RU) establish the success of these three pieces together in improving document-level performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes