English

CipherDAug: Ciphertext based Data Augmentation for Neural Machine Translation

Computation and Language 2022-04-05 v1

Abstract

We propose a novel data-augmentation technique for neural machine translation based on ROT-kk ciphertexts. ROT-kk is a simple letter substitution cipher that replaces a letter in the plaintext with the kkth letter after it in the alphabet. We first generate multiple ROT-kk ciphertexts using different values of kk 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 yields particularly strong results in low-resource settings.

Keywords

Cite

@article{arxiv.2204.00665,
  title  = {CipherDAug: Ciphertext based Data Augmentation for Neural Machine Translation},
  author = {Nishant Kambhatla and Logan Born and Anoop Sarkar},
  journal= {arXiv preprint arXiv:2204.00665},
  year   = {2022}
}

Comments

ACL 2022 Main Conf. camera ready version

R2 v1 2026-06-24T10:35:09.310Z