SOTAVerified

AdvAug: Robust Adversarial Augmentation for Neural Machine Translation

2020-06-21ACL 2020Unverified0· sign in to hype

Yong Cheng, Lu Jiang, Wolfgang Macherey, Jacob Eisenstein

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

In this paper, we propose a new adversarial augmentation method for Neural Machine Translation (NMT). The main idea is to minimize the vicinal risk over virtual sentences sampled from two vicinity distributions, of which the crucial one is a novel vicinity distribution for adversarial sentences that describes a smooth interpolated embedding space centered around observed training sentence pairs. We then discuss our approach, AdvAug, to train NMT models using the embeddings of virtual sentences in sequence-to-sequence learning. Experiments on Chinese-English, English-French, and English-German translation benchmarks show that AdvAug achieves significant improvements over the Transformer (up to 4.9 BLEU points), and substantially outperforms other data augmentation techniques (e.g. back-translation) without using extra corpora.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
WMT2014 English-GermanAdvAug (aut+adv)BLEU score29.57Unverified
WMT2014 English-GermanAdvAug (aut)BLEU score28.58Unverified
WMT2014 English-GermanAdvAug (mixup)BLEU score28.08Unverified

Reproductions