Deterministic Reversible Data Augmentation for Neural Machine Translation
Jiashu Yao, Heyan Huang, Zeming Liu, Yuhang Guo
TL;DR
Deterministic Reversible Data Augmentation (DRDA) tackles semantic inconsistency in data augmentation for neural machine translation by using deterministic, reversible multi-granularity subword segmentations and a multi-view training objective that aligns predictions across granularities. The method constructs multiple vocabularies (prime and augmented) and computes a combined loss that includes prime-source NLL, augmented-source NLL, and an agreement term to pull distributions together, enabling symbolically diverse yet semantically coherent augmentation. Empirical results across IWSLT, WMT, and TED tasks show DRDA consistently improves BLEU over strong transformers, with notable gains in low-resource and noisy domains, and analyses reveal improved semantic consistency and subword composition. DRDA’s lack of extra data requirements and model changes, along with its potential applicability to other segmentation-based tasks, suggests practical impact for robust NMT and related NLP domains, especially where rare or morphologically rich subwords are prevalent.
Abstract
Data augmentation is an effective way to diversify corpora in machine translation, but previous methods may introduce semantic inconsistency between original and augmented data because of irreversible operations and random subword sampling procedures. To generate both symbolically diverse and semantically consistent augmentation data, we propose Deterministic Reversible Data Augmentation (DRDA), a simple but effective data augmentation method for neural machine translation. DRDA adopts deterministic segmentations and reversible operations to generate multi-granularity subword representations and pulls them closer together with multi-view techniques. With no extra corpora or model changes required, DRDA outperforms strong baselines on several translation tasks with a clear margin (up to 4.3 BLEU gain over Transformer) and exhibits good robustness in noisy, low-resource, and cross-domain datasets.
