#885 · Primary category: Education & Research
RLSeq2Seq
Deep Reinforcement Learning For Sequence to Sequence Models
Project last updated:03/24/23
GitHub Stars
767
Forks
160
Contributors
3
License
MIT
Why we included this project
Researchers and graduate students working on text generation will find this repository useful: it is the reference implementation behind the IEEE TNNLS paper on deep reinforcement learning for sequence-to-sequence models, so it is a good starting point for reproducing or extending those experiments. The code packs several training strategies into one TensorFlow codebase, including scheduled sampling, end-to-end backprop, policy gradient with self-critic, and actor-critic variants built on DDQN and dueling networks, which makes it a convenient way to see how different RL objectives behave on the same abstractive summarization task. Helper scripts download and preprocess the CNN/Daily Mail and Newsroom datasets, so you can compare ROUGE scores against the paper without much setup. One caveat: it targets Python 2.7 and TensorFlow 1.10 and is no longer actively maintained, so treat it as a study resource and a research baseline rather than something to run in production.
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