Add AIME26 benchmark - #4
Open
taivu1998 wants to merge 1 commit into
Open
Conversation
taivu1998
marked this pull request as ready for review
July 6, 2026 06:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
is_equivscoring pattern.eval/chat_benchmarks/AIME26/data/aime26.jsonwith 30 AIME 2026 problems from MathArena, mapped asI-1throughI-15andII-1throughII-15.Data Source and License
id,problem,solution,answer, andurl.solutionis intentionally left blank because this PR only vendors problem statements and final answers.Validation
uvx --with pytest pytest tests/test_aime26_data.pypassed: 3 tests.python3 -m py_compile eval/chat_benchmarks/AIME26/eval_instruct.py tests/test_aime26_data.pypassed.MathArena/aime_2026rows: local problems and answers match exactly.MathArena/aime_2026_Iand match exactly.TaskManager(task_list=["AIME26"])discovery and scoring smoke test passed.git diff --checkpassed.Notes
uv run python ...import validation is blocked before reaching AIME26 by the existing project metadata issue atpyproject.toml:fschat @ file:eval/chat_benchmarks/MTBench.