CR-Gjx/LeakGAN
The codes of paper "Long Text Generation via Adversarial Training with Leaked Information" on AAAI 2018. Text generation using GAN and Hierarchical Reinforcement Learning.
This project helps researchers and developers automatically create long, coherent, and semantically meaningful text. It takes a starting point or topic and generates full sentences or paragraphs, which can be useful for applications like chatbots, story generation, or summarizing images. It's designed for those working with artificial intelligence and natural language processing.
576 stars. No commits in the last 6 months.
Use this if you need to generate longer pieces of text (more than 20 words) that maintain coherence and meaning without constant human oversight.
Not ideal if you are looking for a simple, off-the-shelf text generation tool for basic tasks, as it requires a technical understanding of AI models.
Stars
576
Forks
183
Language
Python
License
—
Category
Last pushed
Jul 02, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/CR-Gjx/LeakGAN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yaserkl/RLSeq2Seq
Deep Reinforcement Learning For Sequence to Sequence Models
kefirski/pytorch_RVAE
Recurrent Variational Autoencoder that generates sequential data implemented with pytorch
georgian-io/Multimodal-Toolkit
Multimodal model for text and tabular data with HuggingFace transformers as building block for text data
ctr4si/A-Hierarchical-Latent-Structure-for-Variational-Conversation-Modeling
PyTorch Implementation of "A Hierarchical Latent Structure for Variational Conversation...
nurpeiis/LeakGAN-PyTorch
A simple implementation of LeakGAN in PyTorch