BERT_QA icon indicating copy to clipboard operation
BERT_QA copied to clipboard

Question Generation

Open DivyaWadehra opened this issue 5 years ago • 8 comments

Does this solve question generation problem?

DivyaWadehra avatar Jan 08 '20 12:01 DivyaWadehra

This is for evaluating the questions generated using SQuAD. However, if there is interest in the question generation part, let me know and I'll see what I can do.

artitw avatar Jan 09 '20 00:01 artitw

Yes, I want the code for question generation

DivyaWadehra avatar Jan 10 '20 08:01 DivyaWadehra

@artitw Thanks for the great work. Is there any easy way to do inferencing and play with it(e.g. inferencing code + trained model or via an online demo etc.)?

felicitywang avatar Jan 17 '20 00:01 felicitywang

@felicitywang @DivyaWadehra appreciate your interest in question generation very much. I will look into open-sourcing it as soon as I can. Currently it's not in an easily consumable form.

artitw avatar Jan 18 '20 04:01 artitw

Thankyou Looking forward for the code

DivyaWadehra avatar Jan 18 '20 18:01 DivyaWadehra

@DivyaWadehra @felicitywang check out https://github.com/artitw/text2text

artitw avatar Mar 01 '20 02:03 artitw

@artitw Thank you. However, this project is a pure wrapper of Microsoft's UniLM, which you didn't cite in your paper - is this UniLM the model you used in your paper?

felicitywang avatar Mar 02 '20 23:03 felicitywang

Yes, that repo is based on UniLM. I think they released a good pretrained model we can easily play with. Ours is based on vanilla transformer; see https://github.com/artitw/tensor2tensor Currently I don't have the bandwidth to build an online demo for it. :(

artitw avatar Mar 02 '20 23:03 artitw