bevangelista/AIME_1983_2026_Kimi_K3
AIME 1983โ2026 โ Kimi K3 reasoning traces ๐ Changelog 2026-08-08 โ full re-generation. All reasoning traces were regenerated from scratch and re-verified against the official answer key. New schema โ added gen_attempts_low, gen_attempts_high; renamed gen_parsed_answer โ gen_answer_int and answer_note โ problem_note; removed gen_effort, gen_pass1. New generation โ only use the bare problem (v1 appended an "ANSWER:" format instruction), so traces are cleaner.โฆ See the full description on the dataset page: https://huggingface.co/datasets/bevangelista/AIME_1983_2026_Kimi_K3.
AIME 1983โ2026 โ Kimi K3 reasoning traces
๐ Changelog
2026-08-08 โ full re-generation. All reasoning traces were regenerated from scratch and re-verified against the official answer key.
- New schema โ added
gen_attempts_low,gen_attempts_high; renamedgen_parsed_answerโgen_answer_intandanswer_noteโproblem_note; removedgen_effort,gen_pass1. - New generation โ only use the bare problem (v1 appended an
"ANSWER:"format instruction), so traces are cleaner.
AIME 1983โ2026 โ 1065 problems, 1065 with an answer-verified kimi-k3 reasoning trace (100.0%). Mean 1689 generated tokens, median 747.
6.6x more compact than DeepSeek-R1, at the same verified answer โ better test-time-compute efficiency per problem. These traces average 1286 tokens against R1's 8,444 on the same problems, and are shorter on 872 of the 877 problems where both exist.
Only the final answer is verified. A correct answer reached by flawed reasoning is kept.
โ ๏ธ Evaluation overlap
AIME 2026 is a current, actively-used benchmark โ MathArena and others rely on it precisely because it is recent and uncontaminated. Publishing verified solution traces for it reduces its value as a clean eval for everyone. Treat this set as contaminating: do not train on it and then report AIME 2026 numbers, and consider keeping it private or gated.
from datasets import load_dataset
ds = load_dataset("bevangelista/AIME_1983_2026_Kimi_K3", split="train")Schema
Method
Fixed prompt, no token cap, stopping on the first correct answer. Three samples at low reasoning effort, then three at high on failure.
Source
Problems and answer keys: <https://artofproblemsolving.com/wiki/index.php/AIMEProblemsand_Solutions>
Companion sets: AIME_2026_Kimi_K3 ยท AIME_2025_Kimi_K3 ยท AIME_2000_2026_Kimi_K3
