File size: 929 Bytes
58cdae4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | {
"key": "aimo-validation-math-level-5",
"title": "AI-MO AIMO validation math level 5",
"provider": "huggingface",
"reference": "AI-MO/aimo-validation-math-level-5",
"purpose": [
"hard validation",
"selector and verifier regression checks"
],
"answer_type": "integer answer in [0, 99999]",
"local_artifact": null,
"notes": "Primary hard validation set for offline comparisons.",
"split": "train",
"rows": 721,
"columns": [
"id",
"problem",
"answer"
],
"sample": [
{
"id": 0,
"problem": "Find the sum of all integers that satisfy these conditions: \\[\n|x|+1>7\\text{ and }|x+1|\\le7.\n\\]",
"answer": "-15"
},
{
"id": 1,
"problem": "Suppose the roots of the polynomial $x^2 - mx + n$ are positive prime integers (not necessarily distinct). Given that $m < 20,$ how many possible values of $n$ are there?",
"answer": "18"
}
]
}
|