LantaoYu / SeqGAN

Implementation of Sequence Generative Adversarial Nets with Policy Gradient
2.09k stars 711 forks source link

View text data in result #16

Closed rahulptel closed 7 years ago

rahulptel commented 7 years ago

What modifications do we need to make in the code to see the text generated. I would like to see results of Obama speech generated, as mentioned in the paper along with the loss. Also, can you share the data used for training.

LantaoYu commented 7 years ago

Hi, we provide the more persuasive synthetic data experiments for demonstration in this repository. You may read the "Synthetic Data Experiments" section of this paper for more details.

For running experiments in the real world data, the easiest way is to preprocess the text data into sequences of numbers and just use that as the real data file instead of generating one. Also change the evaluation methods.

The Obama speech dataset can be found here.