{"data":{"kind":"file","path":"README.md","version_id":"pi1h65rdc0qko57jjq64k2vw","entry":{"name":"README.md","path":"README.md","is_directory":false,"size":2434,"modified_at":"2026-06-01T19:55:33.199000","content_hash":"eb799d3046e4a254bd80eea8cae99085095ea9e40a5395191c087364d0728852"},"entries":[],"content":"# AIME-26\n\n<a href=\"https://github.com/PrimeIntellect-ai/research-environments/tree/main/environments/aime2026\">\n<img src=\"https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white\" alt=\"Source Code\">\n</a>\n\n### Overview\n- **Environment ID**: `aime2026`\n- **Short description**: AIME 2026 problems (AIME I/II) evaluated single-turn with CoT and boxed numeric answers.\n- **Tags**: math, aime, 2026, single-turn, boxed-answer\n\n### Datasets\n- **Primary dataset(s)**: [MathArena/aime_2026](https://huggingface.co/datasets/MathArena/aime_2026) loaded directly via `load_dataset` and pinned to revision `10b4e45b7a503075d4da8a0d57916a4f06ce6bd2`\n- **Split sizes**: Defaults to split `train` (N=30)\n\n### Task\n- **Type**: single-turn\n- **Parser**: `MaybeThinkParser` wrapping `extract_boxed_answer`\n- **Rubric overview**: Exact-match on parsed boxed answer (single criterion, weight 1.0).\n\n### Quickstart\nRun an evaluation with default settings:\n\n```bash\nuv run vf-eval aime2026\n```\n\nConfigure model and sampling:\n\n```bash\nuv run vf-eval aime2026 \\\n  -m gpt-4.1-mini \\\n  -n 20 -r 3 -t 1024 -T 0.7\n```\n\nNotes:\n- Use `-a` / `--env-args` to pass environment-specific configuration as a JSON object.\n\n### Environment Arguments\n| Arg | Type | Default | Description |\n| --- | ---- | ------- | ----------- |\n| `system_prompt` | str or None | `None` | System prompt shown to the model |\n| `instruction_prompt_pre` | str | `\"Solve the following math problem...\"` | Prefix prepended to each question |\n| `instruction_prompt_post` | str | `\"\"` | Suffix appended to each question |\n\n### Metrics\n| Metric | Meaning |\n| ------ | ------- |\n| `reward` | 1.0 if parsed boxed answer equals target, else 0.0 |\n\n### Changelog\n\n### v0.1.3\n- Fix scoring bug: explicitly cast `answer` column to string type in dataset mapping to prevent HuggingFace Datasets from coercing `str(int(...))` back to `int64`, which caused `'int' object is not subscriptable` errors in the rubric\n\n### v0.1.2\n- Pin HuggingFace dataset loading to a fixed revision and set `trust_remote_code=False`\n\n### v0.1.1\n- Bump verifiers to v0.1.12.dev1: perf improvements to `MathRubric`; now uses `extract_boxed_answer` in strict mode — if no `\\boxed{}` answer is found the parsed answer is `\"\"` which always scores 0, preventing false positives where the model is rewarded for containing the correct answer anywhere in the response\n\n### v0.1.0\n- Initial release\n","encoding":"utf-8","truncated":false,"total_bytes":2434},"status":null}