MaskGAN: Better Text Generation via Filling in the _______Download PDF

15 Feb 2018 (modified: 21 Mar 2023)ICLR 2018 Conference Blind SubmissionReaders: Everyone
Abstract: Neural text generation models are often autoregressive language models or seq2seq models. Neural autoregressive and seq2seq models that generate text by sampling words sequentially, with each word conditioned on the previous model, are state-of-the-art for several machine translation and summarization benchmarks. These benchmarks are often defined by validation perplexity even though this is not a direct measure of sample quality. Language models are typically trained via maximum likelihood and most often with teacher forcing. Teacher forcing is well-suited to optimizing perplexity but can result in poor sample quality because generating text requires conditioning on sequences of words that were never observed at training time. We propose to improve sample quality using Generative Adversarial Network (GANs), which explicitly train the generator to produce high quality samples and have shown a lot of success in image generation. GANs were originally to designed to output differentiable values, so discrete language generation is challenging for them. We introduce an actor-critic conditional GAN that fills in missing text conditioned on the surrounding context. We show qualitatively and quantitatively, evidence that this produces more realistic text samples compared to a maximum likelihood trained model.
TL;DR: Natural language GAN for filling in the blank
Keywords: Deep learning, GAN
Data: [IMDb Movie Reviews](https://paperswithcode.com/dataset/imdb-movie-reviews), [Penn Treebank](https://paperswithcode.com/dataset/penn-treebank)
12 Replies

Loading