CLLGMLApr 20, 2017

Adversarial Neural Machine Translation

arXiv:1704.06933v4137 citations
Originality Highly original
AI Analysis

This addresses the challenge of generating high-quality translations in NMT, offering a novel approach that could enhance machine translation systems.

The paper tackles the problem of improving Neural Machine Translation (NMT) by introducing a new adversarial training paradigm that minimizes the distinction between human and machine translations, resulting in significantly better translation quality on English→French and German→English tasks.

In this paper, we study a new learning paradigm for Neural Machine Translation (NMT). Instead of maximizing the likelihood of the human translation as in previous works, we minimize the distinction between human translation and the translation given by an NMT model. To achieve this goal, inspired by the recent success of generative adversarial networks (GANs), we employ an adversarial training architecture and name it as Adversarial-NMT. In Adversarial-NMT, the training of the NMT model is assisted by an adversary, which is an elaborately designed Convolutional Neural Network (CNN). The goal of the adversary is to differentiate the translation result generated by the NMT model from that by human. The goal of the NMT model is to produce high quality translations so as to cheat the adversary. A policy gradient method is leveraged to co-train the NMT model and the adversary. Experimental results on English$\rightarrow$French and German$\rightarrow$English translation tasks show that Adversarial-NMT can achieve significantly better translation quality than several strong baselines.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes