Add MathArena 2025 final-answer benchmark suite - #8
Open
taivu1998 wants to merge 2 commits into
Open
Conversation
taivu1998
marked this pull request as ready for review
July 7, 2026 04:11
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
Adds five MathArena 2025 final-answer benchmark adapters with concise Evalchemy task names:
Apex2025forMathArena/apex_2025ApexShortlistforMathArena/apex-shortlistCMIMC2025forMathArena/cmimc_2025BRUMO2025forMathArena/brumo_2025SMT2025forMathArena/smt_2025The adapters share a single
MathArenaFinalAnswerBenchmarkimplementation that mirrors the existing HMMT MathArena protocol: repeated deterministic generations,\boxed{}final-answer prompting, the vendored MathArena parser/checker, HMMT-style aggregate metrics, and rank-0-only result materialization.What changed
eval/chat_benchmarks/matharena_final_answer_common.pyhelper for MathArena final-answer datasets.max_tokens: 32768andbatch_size: 1.Design notes
MathArenaprefix; dataset IDs and docs still name MathArena as the source.sourcefor Apex-style datasets andproblem_typefor CMIMC, BRUMO, and SMT.Validation
python -m pytest -q -rs tests/test_matharena_final_answer_contract.py10 passed, 12 skippedlm_evalpython -m pytest -q tests/test_passk.py tests/resume103 passed, 6 skippedpython -m py_compile tests/test_matharena_final_answer_contract.pytests/test_matharena_final_answer_contract.pygit diff --cached --checkNotes
The local shell prints a pre-existing
virtualenvwrapper.hook_loaderwarning on command startup; commands above completed based on their exit status.