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

Remove seed in GPQA benchmark #126

Open
XuGW-Kevin opened this issue Sep 29, 2024 · 0 comments
Open

Remove seed in GPQA benchmark #126

XuGW-Kevin opened this issue Sep 29, 2024 · 0 comments

Comments

@XuGW-Kevin
Copy link

In gpqa.py, line 42, we have:

random.seed(42)

I personally find that this setting will make all correct choices C.
Similarly, if the seed is set to 40, all correct choices will become D.
This seems to be bad since we don't want to have a dataset with the same ground truth labels.

@XuGW-Kevin XuGW-Kevin changed the title Reomve seed in GPQA benchmark Remove seed in GPQA benchmark Sep 29, 2024
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

1 participant