CipherDAug: Ciphertext based Data Augmentation for Neural Machine Translation
Nishant Kambhatla, Logan Born, Anoop Sarkar

TL;DR
CipherDAug introduces a ciphertext-based data augmentation method for neural machine translation using ROT-$k$ ciphered data, enhancing translation quality especially in low-resource scenarios without external data.
Contribution
It presents a novel ROT-$k$ ciphertext augmentation technique combined with multi-source training, improving NMT performance over existing methods.
Findings
Outperforms strong data augmentation techniques on multiple datasets.
Yields significant improvements in low-resource translation tasks.
Requires no external data beyond the original parallel corpus.
Abstract
We propose a novel data-augmentation technique for neural machine translation based on ROT- ciphertexts. ROT- is a simple letter substitution cipher that replaces a letter in the plaintext with the th letter after it in the alphabet. We first generate multiple ROT- ciphertexts using different values of for the plaintext which is the source side of the parallel data. We then leverage this enciphered training data along with the original parallel data via multi-source training to improve neural machine translation. Our method, CipherDAug, uses a co-regularization-inspired training procedure, requires no external data sources other than the original training data, and uses a standard Transformer to outperform strong data augmentation techniques on several datasets by a significant margin. This technique combines easily with existing approaches to data augmentation, and…
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
TopicsNatural Language Processing Techniques · Topic Modeling · Handwritten Text Recognition Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Absolute Position Encodings · Dropout · Softmax · Layer Normalization · Label Smoothing · Byte Pair Encoding · Position-Wise Feed-Forward Layer
