Skip to content

ggordonhall/questiongen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Question Generator

Ask questions of text with a trained neural network.

Homepage

Both sentence and paragraph-level models can be run. Both are Pointer-Generator networks (See et al. 2017) trained on the SQuAD dataset.

The models are trained with the excellent OpenNMT-py sequence-to-sequence library. Decoding uses the Diverse Beam Search algorithm (Vijayakumar et al. 2016). You can tune the diversity strength, δ (it must be between 0 and 1).

Sadly the models are not the brightest - go easy on them - linguistic understanding with neural networks has a long way to go!

Resultpage

Install the dependencies and run application.py to get started!

About

A Question Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published