asahi417/lm-question-generation
Multilingual/multidomain question generation datasets, models, and python library for question generation.
Supports three distinct QAG architectures—Pipeline, Multitask, and End2end—that trade off between generation volume and inference speed, all built on transformer language models (T5) and hosted on HuggingFace. Beyond QA pair generation, enables conditional question generation given answer spans, model fine-tuning on custom datasets, and REST API deployment. Covers nine languages with unified APIs and includes an online service (AutoQG) for zero-setup inference.
372 stars. No commits in the last 6 months.
Stars
372
Forks
38
Language
Python
License
MIT
Category
Last pushed
Aug 20, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/asahi417/lm-question-generation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
SparkJiao/SLQA
An Unofficial Pytorch Implementation of Multi-Granularity Hierarchical Attention Fusion Networks...
MurtyShikhar/Question-Answering
TensorFlow implementation of Match-LSTM and Answer pointer for the popular SQuAD dataset.
hsinyuan-huang/FlowQA
Implementation of conversational QA model: FlowQA (with slight improvement)
allenai/aokvqa
Official repository for the A-OKVQA dataset
DevSinghSachan/emdr2
Code and Models for the paper "End-to-End Training of Multi-Document Reader and Retriever for...