i3-math
Single-turn math problems from the math subset of PrimeIntellect/INTELLECT-3-RL, graded by boxed-answer math-verify equivalence. Sibling to i3_code / i3_logic / i3_science.
Changelog
- 2026-09-03: Restore default solver network access by reverting the
network_allow=[]default-deny policy introduced in #780; training rollouts need outbound network. - 2026-08-31: Yield task records on demand so bounded evaluations construct only the requested prefix.
- 2026-07-11: Ported to the task-centric verifiers API — rewards and lifecycle hooks live on the
Task(aTaskDatarow + behavior split). Requiresverifiers>=0.2.0and Python>=3.11.