-
Notifications
You must be signed in to change notification settings - Fork 3
How to reproduce the results in Table 2? #1
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
Comments
Hi, The dataset split in paper is: "Finally, we get 5,317 edit data and 15,982 for validation, and 24,051 for testing. " So, which datasplit is the paper used? or the absence of individual data will not affect the results, as long as the split method is ensured to be the same. |
I am very Sorry for the late reply!
|
Thanks for your reply! And there are still some issues, (1) The result in Table 1 is the 60 and 140 edits on FC and QA, the 60 or 140 means the wrong prediction data number(if so, the code will break when they deal with 60 or 140 edits?) or the input data numbers(If so, the wrong data is less then 60 or 140) ? (2)The results in Table 2,I want to reproduce this results on large scale, So, can I just setting the folders number n as 1, in this way, the edits will input as a single data stream. Thanks again! |
Thanks again for paying attention to this work. |
Thank you for your work. It helped me a lot. But you'd better improve your coding skills, otherwise readers will spend a lot of time understanding these obscure codes. One basic principle is to use fewer global variables. At the same time, pay attention to the logic of the code. |
Hi @sev777, |
Hi, I try to reproduce the results in Table 2 "Scale up to thousands of edits", I want to know how to set parameters to achieve this.
In addition, the use of SERA in this paper seems to be different from the original. Can you provide the use of SERA in this paper?
Thanks!
The text was updated successfully, but these errors were encountered: