ramsrigouthamg / Questgen.ai

Question generation using state-of-the-art Natural Language Processing algorithms
https://questgen.ai/
MIT License
902 stars 288 forks source link

max_questions is not working in MCQ's #12

Closed aravind-812 closed 3 years ago

aravind-812 commented 3 years ago

When i add max_questions to the payload and feed in a number like 10. It is only able to generate 4 questions at maximum. Did the contributors intentionally restricted it to 4, or is there any scope of increasing it in any other way? And what is the recommended number of words for the "input_text" in MCQ generation?

Thanks

ramsrigouthamg commented 3 years ago

@aravind-812 The max questions limited by I guess 4. The reason is that for T5 to generate more in parallel the inference time is longer. Hence I guess it is limited.

The recommended word length can be anywhere between 100 - 1000 words etc. Although there is no physical limit keyword algorithm emphasizes inital words.

aravind-812 commented 3 years ago

Gotcha @ramsrigouthamg Thanks.

Yawan-1 commented 1 year ago

so, How exactly I can increase the number of questions (MCQ) to generate?

GitVHV commented 6 months ago

vậy, chính xác thì tôi có thể tăng số lượng câu hỏi (MCQ) để tạo như thế nào?

Well it's simply increasing the word count in your paragraph

Yawan-1 commented 6 months ago

@GitVHV Well, I don't use it anymore and won't recommend to anyone.