SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient, Lantao Yu, Weinan Zhang, Jun Wang, Yong Yu, 2017Proceedings of the AAAI Conference on Artificial Intelligence, Vol. 31 (Association for the Advancement of Artificial Intelligence)DOI: 10.1609/aaai.v31i1.10804 - This seminal paper introduces one of the first effective methods for training Generative Adversarial Networks on discrete sequential data like text by formulating the generator's task as a reinforcement learning problem, directly addressing the non-differentiability issue.
GANS for Sequence Generation: A Review of Promises and Pitfalls, Mohammad Reza Zafarani, Amirhossein Khosravi, 2020IEEE Access, Vol. 8 (IEEE)DOI: 10.1109/ACCESS.2020.3028302 - This review paper discusses the applications of Generative Adversarial Networks to sequence generation, detailing the fundamental challenges arising from the discrete nature of sequences and surveying various proposed solutions and their limitations.