neural-question-generation
neural-question-generation copied to clipboard
After training, how to generate a question for a custom text?
Hi, After I train the model, how do I generate questions for a custom text?
Same question here... I'm looking for a solution to generate a specific domain SQuAD like dataset using a question generation (QG) tool. In the present case, it seems we have to process the input (text) in order to convert it into the expect format (CoNLL). Might be a too heavy process for my need. Seanie did a great job to evaluate QG on SQuAD 1.1 but the solution has not been designed to easily generate questions from arbitrary text.
@rajasekar-venkatesan, @nleclercq TL;DR: I will update the repo so you can generate question for a custom text. Thanks for having interest on my repo. The reason why it is necessary to prerocess text into coNLL format is because the model requires answer position in the passage to generate answer specific question.
Hi, Thanks for your repo, I have a question ,after I downloaded the dataset and processed the data should I train the model or do you have trained weights available? and after training the model or loading the trained weights, how can I use it for getting questions from custom paragraph using your new inference.py code? I'd really appreciate your help.
Can you please show an example of how to generate questions based on a given paragraph?
Was there any update on this request? If not can you please provide the ideal source and target file.
Hi, Thanks for your repo, I have a question ,after I downloaded the dataset and processed the data should I train the model or do you have trained weights available? and after training the model or loading the trained weights, how can I use it for getting questions from custom paragraph using your new inference.py code? I'd really appreciate your help.
hello, do you know how to install torch_scatter?
Does anyone able to generate questions from test data? @seanie12 Thanks for providing the code. can you please provide a solution to generate questions from test dataset.
Thanks
Sorry, I am busy with other projects. I will update the repo as soon as possible. @bhavikapanara
Sorry, I am busy with other projects. I will update the repo as soon as possible. @bhavikapanara
Thanks, @seanie12 for your reply.
Hoping that you will update your repo in coming days.