Mask Generative Adversarial Network
Year: 2,018
Journal: International Conference on Learning Representations
Languages: English
Programming languages: Python
Input data:
words/characters
Project website: https://github.com/jlee24282/maskgan
We propose to improve sample quality using Generative Adversarial Networks (GANs), which explicitly train the generator to produce high quality samples and have shown a lot of success in image generation. GANs were originally designed to output differentiable values, so discrete language generation is challenging for them. We claim that validation perplexity alone is not indicative of the quality of text generated by a model. We introduce an actor-critic conditional GAN that fills in missing text conditioned on the surrounding context.