🤖 AI Summary
Existing mathematical reasoning datasets suffer from limited diversity in reasoning styles, inadequate support for long-horizon trajectory modeling, and insufficient integration of external tools. Method: We construct a 7.5M-sample high-quality mathematical reasoning trajectory dataset spanning high/medium/low reasoning complexity and dual-path supervision—with and without Python tool invocation—curated from AoPS competition problems and StackExchange real-world Q&A. We propose a novel multimodal, long-context (up to 128K tokens), tool-augmented supervised learning paradigm and introduce sequence bucketing for efficient long-sequence fine-tuning—accelerating training by 2–3× without accuracy loss. Leveraging gpt-oss-120b, we perform multimodal generation integrated with controllable evaluation and Tool-Integrated Reasoning (TIR). Results: Our approach achieves 100% majority@16 accuracy on AIME 2024/2025, significantly improves robustness and generalization on HLE-Math, and maintains state-of-the-art performance on standard competition benchmarks.
📝 Abstract
High-quality mathematical reasoning supervision requires diverse reasoning styles, long-form traces, and effective tool integration, capabilities that existing datasets provide only in limited form. Leveraging the multi-mode generation ability of gpt-oss-120b, we introduce Nemotron-Math, a large-scale mathematical reasoning dataset containing 7.5M solution traces across high, medium, and low reasoning modes, each available both with and without Python tool-integrated reasoning (TIR).
The dataset integrates 85K curated AoPS problems with 262K community-sourced StackExchange-Math problems, combining structured competition tasks with diverse real-world mathematical queries. We conduct controlled evaluations to assess the dataset quality.
Nemotron-Math consistently outperforms the original OpenMathReasoning on matched AoPS problems. Incorporating StackExchange-Math substantially improves robustness and generalization, especially on HLE-Math, while preserving accuracy on math competition benchmarks.
To support efficient long-context training, we develop a sequential bucketed strategy that accelerates 128K context-length fine-tuning by 2--3$ imes$ without significant accuracy loss. Overall, Nemotron-Math enables state-of-the-art performance, including 100% maj@16 accuracy on AIME 2024 and 2025 with Python TIR.