Skip to content

Generate question with different types from any kind of text data and get answers for it.

Notifications You must be signed in to change notification settings

FawziElNaggar/Generate-Questions-and-Answering-using-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Generate-Questions-and-Answering-using-NLP

create questions and answers using different format (MCQ, Q/H, etc,.....).

Preprocessing & Cleaning Data.

Summarization text using GPT2 model.

Exctract Keywords using different library(Spacy, Yake, Keybert, TextRank, TFIDF, etc....)

Generate Question using different models(T5 and more models ).

Generate Answers using AllenNLP.

Generate Distractors to MCQ questions (WordNet, ConceptNet, Sense2Vec, Race)