-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question Generation #1
Comments
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. |
Yes, I want the code for question generation |
@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 @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. |
Thankyou Looking forward for the code |
@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? |
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 |
Does this solve question generation problem?
The text was updated successfully, but these errors were encountered: