CLAIJun 7, 2021

Encouraging Neural Machine Translation to Satisfy Terminology Constraints

arXiv:2106.03730v1716 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of incorporating terminology constraints in machine translation for users needing accurate domain-specific translations, representing an incremental improvement over existing methods.

The paper tackles the problem of ensuring neural machine translation systems adhere to lexical constraints by introducing a training-based method that avoids extra inference overhead, resulting in improved BLEU scores and higher percentages of generated constraint terms.

We present a new approach to encourage neural machine translation to satisfy lexical constraints. Our method acts at the training step and thereby avoiding the introduction of any extra computational overhead at inference step. The proposed method combines three main ingredients. The first one consists in augmenting the training data to specify the constraints. Intuitively, this encourages the model to learn a copy behavior when it encounters constraint terms. Compared to previous work, we use a simplified augmentation strategy without source factors. The second ingredient is constraint token masking, which makes it even easier for the model to learn the copy behavior and generalize better. The third one, is a modification of the standard cross entropy loss to bias the model towards assigning high probabilities to constraint words. Empirical results show that our method improves upon related baselines in terms of both BLEU score and the percentage of generated constraint terms.

Foundations

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

Your Notes