Improving Neural Machine Translation with Conditional Sequence Generative Adversarial Nets
This paper proposes an approach for applying GANs to NMT. We build a conditional sequence generative adversarial net which comprises of two adversarial sub models, a generator and a discriminator. The generator aims to generate sentences which are hard to be discriminated from human-translated sentences (i.e., the golden target sentences), And the discriminator makes efforts to discriminate the machine-generated sentences from human-translated ones. The two sub models play a mini-max game and achieve the win-win situation when they reach a Nash Equilibrium. Additionally, the static sentence-level BLEU is utilized as the reinforced objective for the generator, which biases the generation towards high BLEU points. During training, both the dynamic discriminator and the static BLEU objective are employed to evaluate the generated sentences and feedback the evaluations to guide the learning of the generator. Experimental results show that the proposed model consistently outperforms the traditional RNNSearch and the newly emerged state-of-the-art Transformer on English-German and Chinese-English translation tasks.
Code (3)
Tasks
Machine TranslationNMTSentenceTranslationSimilar Papers 제목 키워드 기반
Comparative Analysis of GAN and Diffusion for MRI-to-CT translation
Computed tomography (CT) is essential for treatment and diagnostics; In case CT are missing or otherwise difficult to obtain, methods for generating synthetic CT (sCT) images from magnetic resonance imaging (MRI) images …
Text2Sign: Towards Sign Language Production Using Neural Machine Translation and Generative Adversarial Networks
We present a novel approach to automatic Sign Language Production using recent developments in Neural Machine Translation (NMT), Generative Adversarial Networks, and motion generation. Our system is capable of producing …
Generative Adversarial NetworkMachine TranslationMotion GenerationNMT+4Image to Image Translation : Generating maps from satellite images
Generation of maps from satellite images is conventionally done by a range of tools. Maps became an important part of life whose conversion from satellite images may be a bit expensive but Generative models can pander to…
Generative Adversarial NetworkImage-to-Image TranslationTranslationDiversity Augmented Conditional Generative Adversarial Network for Enhanced Multimodal Image-to-Image Translation
Conditional generative adversarial networks (cGANs) play an important role in multimodal image-to-image translation. We propose Diversity Augmented conditional Generative Adversarial Network (DivAugGAN), a highly effecti…
DiversityGenerative Adversarial NetworkImage-to-Image TranslationTranslationHeightmap Reconstruction of Macula on Color Fundus Images Using Conditional Generative Adversarial Networks
For screening, 3D shape of the eye retina often provides structural information and can assist ophthalmologists to diagnose diseases. However, fundus images which are one the most common screening modalities for retina d…
3D ReconstructionMedical DiagnosisSSIMTranslation