FocusSeq2Seq icon indicating copy to clipboard operation
FocusSeq2Seq copied to clipboard

Prediction

Open DivyaWadehra opened this issue 5 years ago • 1 comments

How to use question generation model to generate questions from the text we have?

DivyaWadehra avatar Jan 16 '20 08:01 DivyaWadehra

I was looking at the code to understand how "focus words" are derived. Looks like in the script "QG_data_loader.py" lines 265 to 295, they use source sentence and the target question to derive the "focus words".

My question is how is it possible to use this for prediction, where we will not have the target question to derive the "focus words" for a given sample.

Thanks. BTW thanks for making the code available, and it is very well written.

chunduri11 avatar Feb 05 '20 04:02 chunduri11