text2text icon indicating copy to clipboard operation
text2text copied to clipboard

Question generation

Open SRIKARHI opened this issue 5 years ago • 1 comments

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.

SRIKARHI avatar Mar 18 '20 09:03 SRIKARHI

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

artitw avatar Mar 20 '20 00:03 artitw