artitw / text2text

Text2Text Language Modeling Toolkit
https://discord.gg/eHaaUuWpTc
Other
284 stars 33 forks source link

Question generation #1

Open SRIKARHI opened 4 years ago

SRIKARHI commented 4 years ago

Does the model generates questions only of "What" type. every time we run a model with input sentence one question is generated. Next time for the same input different question is generated. Is there any way to generate all possible questions for a given sentence at one go.

artitw commented 4 years ago

No, “what” questions are just the most common. Try controlling the answer with the [SEP] token. It would take some time to properly generate an exhaustive list of questions for a given input. Will keep you updated