-
Notifications
You must be signed in to change notification settings - Fork 32
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
How to run sentence level nqg? Is there any dataset? #26
Comments
|
However, the original paper conducted experiment on this dataset and achieved about 16 BLUE. The dataset is a sentence level dataset with Split2 in paper. |
I think you might train the model on sentence level qg dataset to get the similar score in the paper |
Did you directly use the checkpoint of pretrained model from the auther to get 16.76 of BLUE-4? It was 14.63 of BLUE-4 when I ran the code with provided paragraph-level dataset. |
In my opinion, the original paper conducted experiment on paragraph-level dataset in split2 so it got a result about 16 BLue, as for a sentence-level dataset, i think maybe 14~15 is okay. By the way, did you change the parameters to get a similar resutl around 16? |
I ran this code in paragraph level and got good performance. But when I ran this code in sentence level with Zhou's dataset https://github.com/magic282/NQG, it performed only 14 of BLUE-4. Is there any problem?
The text was updated successfully, but these errors were encountered: