#486 · Primary category: Education & Research
Sentence-VAE
PyTorch Re-Implementation of "Generating Sentences from a Continuous Space" by Bowman et al 2015 https://arxiv.org/abs/1511.06349
Project last updated:06/10/26
GitHub Stars
593
Forks
158
Contributors
6
License
Other
Why we included this project
This is a compact PyTorch re-implementation of the 2015 Bowman et al. sentence variational autoencoder, the paper that showed how to train text generators in a continuous latent space. The code is short enough to read end to end, and the README walks through the training setup with ELBO, NLL, and KL curves plus sampled and interpolated sentences, so you can see what the model actually produces. It is not a production library, but it is a solid base for reproducing the paper's results, experimenting with KL annealing, or building your own VAE-based text model. Anyone learning how latent-variable models behave on language will find it easier to follow than the original Theano code.
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