How to access all the possible questions generated by the model ?

#3
by riyazmuthyalapati - opened

I'm assuming that model might be generating many questions from the context and it is returning the question with the highest score.. if this is true, can anyone help me understand how can we get the all the possible questions generated be the model from the given context ?

you can possibly try a beam search and look at outputted token probabilities/should be able to give you different questions

Very new to huggingface, have few naive questions. Can we generate a bunch of question from a paragraph? And is it mandatory to provide answer along with context or is there any other model where one can just give an paragraph and generates appropriate question?

You can automatically generate questions and you can use those questions to automatically generate answers.

Sign up or log in to comment