This dataset contains problems from the American Invitational Mathematics Examination (AIME) 2024. AIME is a prestigious high school mathematics competition known for its challenging mathematical problems.
Each record contains the following fields:
ID: Problem identifier (e.g., "2024-I-1" represents Problem 1 from 2024 Contest I)Problem: Problem statementSolution: Detailed solution processAnswer: Final numerical answerThis dataset is primarily used for:
The dataset is organized in JSONL format, where each line represents a complete problem with its solution. Example:
{
"ID": "2024-I-1",
"Problem": "Problem statement...",
"Solution": "Detailed solution...",
"Answer": "Numerical answer"
}
6 commits
This dataset contains problems from the American Invitational Mathematics Examination (AIME) 2024. AIME is a prestigious high school mathematics competition known for its challenging mathematical problems.
Each record contains the following fields:
ID: Problem identifier (e.g., "2024-I-1" represents Problem 1 from 2024 Contest I)Problem: Problem statementSolution: Detailed solution processAnswer: Final numerical answerThis dataset is primarily used for:
The dataset is organized in JSONL format, where each line represents a complete problem with its solution. Example:
{
"ID": "2024-I-1",
"Problem": "Problem statement...",
"Solution": "Detailed solution...",
"Answer": "Numerical answer"
}
6 commits