Skip to content

prajneya/QuestionGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuestionGeneration

In the age of technology, it is natural to ingrain it with all possible fields, including education. With theever growing amount of educational content it is becoming more and more difficult to generate multiplequestions manually. Hence, our project works on question generation based on educational content which will automatically generate questions based on text data as input

Our Methodology

We aim to implement the following models:

  • Baseline: LSTM + Attention + Linguistic Features Model
  • Baseline+: The QG-Net Model (trained on GLoVe)

First part of our problem deals with basic Question Generation, and how well they can be generalised. We will explore how well you can generalise LSTM based encoder-decoder model trained on SQuAD dataset onto question generation based on Educational Data.\ lstm\

Second part of our project will be focussed on improving upon our baseline, both based on better word representations and better generalibility. We would use contextual word embeddings like BERT instead of basic ones like GloVE for the former, and for the latter we would try implementing QGNet, a SoTA generalizable model for question generation

QGNET

Directory Structure

. ├── code
│   ├── LSTM+Attention.ipynb
│   └── QGNET.ipynb
├── dataset
│   ├── dev-v2.0.json
│   └── train-v2.0.json
├── explain
│   ├── lstm.png
│   └── QGNET.png
├── README.md
├── reports
│   ├── Advanced_NLP_Report.pdf
│   └── NLP_Proposal.pdf
└── requirements.txt

4 directories, 10 files

About

Repository for Advanced NLP Course Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published