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

Code bug in text-only GPT-4 evaluation #11

Open
sudanl opened this issue Jan 14, 2025 · 0 comments
Open

Code bug in text-only GPT-4 evaluation #11

sudanl opened this issue Jan 14, 2025 · 0 comments

Comments

@sudanl
Copy link

sudanl commented Jan 14, 2025

Hello, Thanks for the interesting work and benchmark.

I found a variable new_json_dataset in the following code that was defined but nothing was added (should be appended the data), causing a bug in for i in range(0, len(new_json_dataset), 10):

https://github.com/OpenBMB/OlympiadBench/blob/5e794b52c394e5132f288fb8d1e5e5ced022cb2c/inference/code/evaluators/text_only_gpt_4.py#L131C1-L131C24

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