Fix AIME25 local problem statement typos - #3
Open
taivu1998 wants to merge 1 commit into
Open
Conversation
taivu1998
marked this pull request as ready for review
July 6, 2026 04:01
Author
|
Added a Citation references section to the PR description. It cites MathArena for the 30-row benchmark provenance and answer-sequence comparison, and stable AoPS page revisions for each of the six statement-level corrections. The description also calls out that MathArena still contains the I-3 singlescoop typo and that I did not find a public MAA-hosted 2025 problem-and-answer source. |
mrinal-bespoke
approved these changes
Jul 21, 2026
mkumar23
approved these changes
Jul 21, 2026
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
This PR fixes six statement errors in Evalchemy's checked-in AIME25 JSONL dataset:
I-3: fixes the malformedsinglescoopphrase.I-14: replaces the undefined angle condition with the intended two-angle condition.II-3: restores the missing count for blue sides in the square-coloring constraint.II-6: corrects the equal-area triangle label fromDCFtoDGF.II-7: fixes the least-common-multiple wording from singular to plural.II-15: restores the positive-real domain and minimizer wording.The row order and answer keys are unchanged.
Motivation
The affected statements were malformed, ambiguous, or mathematically different from the corresponding public AIME 2025 references. The changes are limited to those statement fragments.
Citation references
MathArena/aime_2025 identifies itself as a 30-row AIME 2025 dataset with
problem,answer, andproblem_idxfields. Its dataset card says the questions were sourced from the AIME 2025 competition, converted to LaTeX, and verified. It supports the benchmark-level provenance and answer-sequence comparison below.The statement-level corrections are supported by the cited AoPS contest-page revisions:
I-3single scoop, notsinglescoopI-14\angle B=\angle E=60^\circII-32red sides and2blue sidesII-6\triangle DGFII-7elementsII-15xMathArena is not used as the sole statement-level authority. For example, its
I-3row still containssinglescoop; the AoPS problem page supports that correction.Validation
eval/chat_benchmarks/AIME25/data/aime25.jsonas JSONL and confirmed it still contains 30 rows.II-15with answer240.git diff --check.Source limitation
I did not find a public MAA-hosted 2025 AIME problem-and-answer source during this review. The statement citations above therefore use the public AoPS contest pages, and the dataset/answer comparison uses MathArena.