#679 · Primary category: Education & Research
TextGAN-PyTorch
TextGAN is a PyTorch framework for Generative Adversarial Networks (GANs) based text generation models.
Project last updated:06/26/24
GitHub Stars
905
Forks
203
Contributors
6
License
MIT
Why we included this project
Researchers and graduate students working on adversarial text generation will find this a compact PyTorch codebase with the classic GAN methods for discrete sequence data, including SeqGAN, LeakGAN, MaliGAN, RelGAN, and DPGAN, each tied to its original paper and accompanied by a file describing the training loop. It also includes category-conditioned variants like SentiGAN and CatGAN, plus evaluation metrics and logging, so you can run baselines and compare results on a single harness. Since most of these models were released only as TensorFlow code, this repo saves PyTorch users the trouble of porting them. One honest caveat: the methods predate the large-language-model era, so the real value now is as a benchmarking and educational tool rather than a production text generator. If you need a reference implementation or a ready baseline set for a thesis chapter, this is a sensible place to start.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI