Skip to content
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

each question in v2.q exists twice, and the original question has been lost #1

Open
freefuiiismyname opened this issue Dec 13, 2019 · 2 comments

Comments

@freefuiiismyname
Copy link

Thank you for your work!
When I analyzed the data, I found that each question in v2.q existed twice, and the original question had been lost.Maybe your code need a 'deepcopy' function, to ensure original question not be covered.

@freefuiiismyname
Copy link
Author

And i tried v2.q, v2q50 with BERT-base, the score of dev set lower about 1 point than raw dataset

@akfuster
Copy link

akfuster commented Mar 8, 2021

Yeah it looks like he's copying the dict in line 51 of augment.py. Should instead use a deepcopy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants