Skip to content

generative adversarial nets for neural machine translation

License

Notifications You must be signed in to change notification settings

Lethe1Hunter/NMT_GAN

This branch is up to date with ZhenYangIACAS/NMT_GAN:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e27f946 · Jul 25, 2018

History

23 Commits
Apr 8, 2018
Jul 25, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
May 3, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
May 22, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
Feb 26, 2018
Apr 10, 2018
Feb 26, 2018
Apr 8, 2018
Jul 25, 2018

Repository files navigation

NMT_GAN

This is an open source implementation of our framework to improve NMT with conditional sequence generative adversarial nets.which is described in the following papers:

Yang, Z., Chen, W., Wang, F., & Xu, B. Improving neural machine translation with conditional sequence generative adversarial nets. (NAACL 2018)

Requirements: Tensorflow 1.2.0, python 2.x

Useage:

pre-train the discriminator by: sh discriminator_pretrain.sh

pre-train the generator by: sh train.sh

generate the samples by: sh generate_sample.sh

run the gan training by: sh gan_train.sh

About

generative adversarial nets for neural machine translation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.3%
  • Perl 7.8%
  • Shell 0.9%