Learning to Ask: Neural Question Generation for Reading Comprehension
Xinya Du, Junru Shao, Claire Cardie

TL;DR
This paper presents an end-to-end neural question generation model that outperforms rule-based systems in generating natural and challenging questions for reading comprehension tasks.
Contribution
It introduces a trainable sequence-to-sequence neural model that does not rely on hand-crafted rules or complex NLP pipelines for question generation.
Findings
Significantly outperforms state-of-the-art rule-based systems
Generated questions are rated more natural and challenging by humans
Encoding at paragraph level improves question quality
Abstract
We study automatic question generation for sentences from text passages in reading comprehension. We introduce an attention-based sequence learning model for the task and investigate the effect of encoding sentence- vs. paragraph-level information. In contrast to all previous work, our model does not rely on hand-crafted rules or a sophisticated NLP pipeline; it is instead trainable end-to-end via sequence-to-sequence learning. Automatic evaluation results show that our system significantly outperforms the state-of-the-art rule-based system. In human evaluations, questions generated by our system are also rated as being more natural (i.e., grammaticality, fluency) and as more difficult to answer (in terms of syntactic and lexical divergence from the original text and reasoning needed to answer).
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗p208p2002/bart-squad-nqg-hlmodel· 2 dl2 dl
- 🤗p208p2002/bart-squad-qg-hlmodel· 10 dl· ♡ 410 dl♡ 4
- 🤗p208p2002/gpt2-squad-nqg-hlmodel· 16 dl16 dl
- 🤗p208p2002/gpt2-squad-qg-hlmodel· 8 dl· ♡ 38 dl♡ 3
- 🤗p208p2002/t5-squad-nqg-hlmodel· 2 dl2 dl
- 🤗p208p2002/t5-squad-qg-hlmodel· 6 dl6 dl
- 🤗RichardErkhov/p208p2002_-_gpt2-squad-nqg-hl-ggufmodel· 30 dl30 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
