CLAug 11, 2022

Domain-Specific Text Generation for Machine Translation

arXiv:2208.05909v1626 citationsh-index: 46Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of domain-specific translation for industries with limited parallel data, though it is incremental as it builds on existing methods like back-translation and Transformers.

The paper tackles the problem of insufficient in-domain data for machine translation by proposing a novel domain adaptation approach using pretrained language models for data augmentation, achieving improvements of 5-6 BLEU and 2-3 BLEU on Arabic-English language pairs.

Preservation of domain knowledge from the source to target is crucial in any translation workflow. It is common in the translation industry to receive highly specialized projects, where there is hardly any parallel in-domain data. In such scenarios where there is insufficient in-domain data to fine-tune Machine Translation (MT) models, producing translations that are consistent with the relevant context is challenging. In this work, we propose a novel approach to domain adaptation leveraging state-of-the-art pretrained language models (LMs) for domain-specific data augmentation for MT, simulating the domain characteristics of either (a) a small bilingual dataset, or (b) the monolingual source text to be translated. Combining this idea with back-translation, we can generate huge amounts of synthetic bilingual in-domain data for both use cases. For our investigation, we use the state-of-the-art Transformer architecture. We employ mixed fine-tuning to train models that significantly improve translation of in-domain texts. More specifically, in both scenarios, our proposed methods achieve improvements of approximately 5-6 BLEU and 2-3 BLEU, respectively, on the Arabic-to-English and English-to-Arabic language pairs. Furthermore, the outcome of human evaluation corroborates the automatic evaluation results.

Code Implementations2 repos
Foundations

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

Your Notes