paper-with-me

홈 › Papers

Adversarial Neural Machine Translation

2017-04-20 · Lijun Wu, Yingce Xia, Li Zhao, Fei Tian, Tao Qin, Jian-Huang Lai, Tie-Yan Liu

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.

📄 PDF Abstract BibTeX arXiv:1704.06933

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Lost In Translation: Generating Adversarial Examples Robust to Round-Trip Translation

2023-07-24 · Neel Bhandari, Pin-Yu Chen

Language Models today provide a high accuracy across a large number of downstream tasks. However, they remain susceptible to adversarial attacks, particularly against those where the adversarial examples maintain conside…

Machine TranslationTranslation

Mitigating Gender Bias in Machine Translation through Adversarial Learning

2022-03-20 · Eve Fleisig, Christiane Fellbaum

Machine translation and other NLP systems often contain significant biases regarding sensitive attributes, such as gender or race, that worsen system performance and perpetuate harmful stereotypes. Recent preliminary res…

Machine TranslationTranslation

Mitigating Gender Bias in Machine Translation through Adversarial Learning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Machine translation and other NLP systems often contain significant biases regarding sensitive attributes, such as gender or race, that worsen system performance and perpetuate harmful stereotypes. Recent preliminary res…

Machine TranslationTranslation

Robust Neural Machine Translation with Doubly Adversarial Inputs

2019-06-06 · ACL 2019 7 · Yong Cheng, Lu Jiang, Wolfgang Macherey

Neural machine translation (NMT) often suffers from the vulnerability to noisy perturbations in the input. We propose an approach to improving the robustness of NMT models, which consists of two parts: (1) attack the tra…

Machine TranslationNMTTranslation

Masked Adversarial Generation for Neural Machine Translation

2021-09-01 · Badr Youbi Idrissi, Stéphane Clinchant

Attacking Neural Machine Translation models is an inherently combinatorial task on discrete sequences, solved with approximate heuristics. Most methods use the gradient to attack the model on each sample independently. I…

Language ModelingLanguage ModellingMachine TranslationTranslation