CLMar 22, 2021

SparseGAN: Sparse Generative Adversarial Network for Text Generation

arXiv:2103.11578v21 citations
Originality Incremental advance
AI Analysis

This addresses a domain-specific problem for text generation researchers by offering an incremental improvement over existing GAN training methods.

The paper tackles the challenge of training neural text generation models under GANs by proposing SparseGAN, which generates sparse, semantic-interpretable sentence representations to make training fully differentiable, resulting in performance improvements on multiple datasets, particularly in BLEU scores.

It is still a challenging task to learn a neural text generation model under the framework of generative adversarial networks (GANs) since the entire training process is not differentiable. The existing training strategies either suffer from unreliable gradient estimations or imprecise sentence representations. Inspired by the principle of sparse coding, we propose a SparseGAN that generates semantic-interpretable, but sparse sentence representations as inputs to the discriminator. The key idea is that we treat an embedding matrix as an over-complete dictionary, and use a linear combination of very few selected word embeddings to approximate the output feature representation of the generator at each time step. With such semantic-rich representations, we not only reduce unnecessary noises for efficient adversarial training, but also make the entire training process fully differentiable. Experiments on multiple text generation datasets yield performance improvements, especially in sequence-level metrics, such as BLEU.

Foundations

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

Your Notes