The document describes research on applying feedback scores to control text generation with generative adversarial networks (GANs). It discusses issues with using GANs for text generation and related work applying feedback. The proposed approach trains an autoencoder to encode text before feeding it to the GAN model along with a feedback score. This allows the GAN generator to conditionally generate text based on the feedback score value. The model is trained by minimizing adversarial and autoencoding losses. An experiment applies this approach to a dataset of product reviews with feedback scores, finding the model can generate diverse texts based on the conditioned feedback score.
Related topics: