Adversarial Feature Matching for Text Generation

Abstract

The Generative Adversarial Network (GAN) has achieved great success in generating realistic (real-valued) synthetic data. However, convergence issues and difficulties dealing with discrete data hinder the applicability of GAN to text. We propose a framework for generating realistic text via adversarial training. We employ a long short-term memory network as generator, and a convolutional network as discriminator. Instead of using the standard objective of GAN, we propose matching the high-dimensional latent feature distributions of real and synthetic sentences, via a kernelized discrepancy metric. This eases adversarial training by alleviating the mode-collapsing problem. Our experiments show superior performance in quantitative evaluation, and demonstrate that our model can generate realistic-looking sentences.

Cite

Text

Zhang et al. "Adversarial Feature Matching for Text Generation." International Conference on Machine Learning, 2017.

Markdown

[Zhang et al. "Adversarial Feature Matching for Text Generation." International Conference on Machine Learning, 2017.](https://mlanthology.org/icml/2017/zhang2017icml-adversarial/)

BibTeX

@inproceedings{zhang2017icml-adversarial,
  title     = {{Adversarial Feature Matching for Text Generation}},
  author    = {Zhang, Yizhe and Gan, Zhe and Fan, Kai and Chen, Zhi and Henao, Ricardo and Shen, Dinghan and Carin, Lawrence},
  booktitle = {International Conference on Machine Learning},
  year      = {2017},
  pages     = {4006-4015},
  volume    = {70},
  url       = {https://mlanthology.org/icml/2017/zhang2017icml-adversarial/}
}