Soft Contextual Data Augmentation for Neural Machine Translation
Jinhua Zhu, Fei Gao, Lijun Wu, Yingce Xia, Tao Qin, Wengang Zhou,, Xueqi Cheng, Tie-Yan Liu

TL;DR
This paper introduces a novel soft data augmentation technique for neural machine translation that replaces words with contextually weighted mixtures of similar words, leading to improved translation accuracy.
Contribution
The paper proposes a new contextual soft augmentation method that enhances NMT by replacing words with weighted mixtures based on context, unlike previous random methods.
Findings
Outperforms strong baselines on multiple datasets
Captures richer semantic information in augmented data
Improves translation quality significantly
Abstract
While data augmentation is an important trick to boost the accuracy of deep learning methods in computer vision tasks, its study in natural language tasks is still very limited. In this paper, we present a novel data augmentation method for neural machine translation. Different from previous augmentation methods that randomly drop, swap or replace words with other words in a sentence, we softly augment a randomly chosen word in a sentence by its contextual mixture of multiple related words. More accurately, we replace the one-hot representation of a word by a distribution (provided by a language model) over the vocabulary, i.e., replacing the embedding of this word by a weighted combination of multiple semantically similar words. Since the weights of those words depend on the contextual information of the word to be replaced, the newly generated sentences capture much richer information…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
