#663 · Primary category: Education & Research
question_generation
Neural question generation using transformers
Project last updated:04/05/24
GitHub Stars
1.1K
Forks
347
Contributors
5
License
MIT
Why we included this project
This repo tackles question generation the practical way: given a paragraph, the model writes questions for it. Everything is built on transformer sequence-to-sequence models, mainly T5, and the author walks through the main variations, from answer-aware generation, where you hand the model the answer it should ask about, to end-to-end generation that needs no answer supervision at all, plus a multitask QA-QG setup. The scripts for data processing, training, and inference are kept deliberately simple, so the codebase works as a readable reference even if you plan to bring your own model, and the included Colab notebook gets you training on a GPU quickly. Anyone building quiz or study tools from plain text will find these recipes easy to adapt without pulling in a heavy pipeline.
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