LGAIMLMay 30, 2019

Adversarial Sub-sequence for Text Generation

arXiv:1905.12835v15 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in text generation for researchers and practitioners, offering an incremental enhancement to existing GAN models.

The paper tackles the problems of feedback sparsity and mode collapse in GAN-based text generation by proposing a mechanism that segments sequences into sub-sequences for evaluation, resulting in significant improvements where the best model outperforms the state-of-the-art on benchmark data.

Generative adversarial nets (GAN) has been successfully introduced for generating text to alleviate the exposure bias. However, discriminators in these models only evaluate the entire sequence, which causes feedback sparsity and mode collapse. To tackle these problems, we propose a novel mechanism. It first segments the entire sequence into several sub-sequences. Then these sub-sequences, together with the entire sequence, are evaluated individually by the discriminator. At last these feedback signals are all used to guide the learning of GAN. This mechanism learns the generation of both the entire sequence and the sub-sequences simultaneously. Learning to generate sub-sequences is easy and is helpful in generating an entire sequence. It is easy to improve the existing GAN-based models with this mechanism. We rebuild three previous well-designed models with our mechanism, and the experimental results on benchmark data show these models are improved significantly, the best one outperforms the state-of-the-art model.\footnote[1]{All code and data are available at https://github.com/liyzcj/seggan.git

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes