AIAny
Icon for item

Nemotron-SFT-Math-v4

Provides 545,431 math problems with model-generated solution traces (chain-of-thought and Python tool-integrated reasoning) verified against reference answers for training and evaluating LLM mathematical reasoning. Parquet-format dataset; DeepSeek‑V4‑Pro generated traces and mixed CC BY / CC BY‑SA licensing.

Introduction

High-quality, verifiable math reasoning traces are a bottleneck for supervised fine-tuning of LLMs; this dataset supplies both long-form chain-of-thought and Python tool-integrated solution trajectories where final answers are checked against verified references.

What Sets It Apart
  • Scale and modalities: 545,431 samples split into 285,516 chain-of-thought (COT) traces and 259,915 tool-integrated (TIR) traces, totaling over 6.3 billion tokens.
  • Verified answers: only solutions whose final answers match reference answers are retained, reducing noisy labels for supervised training and evaluation.
  • Practical format and size: stored as 12 zstd-compressed Parquet shards (≈5.16 GiB on disk, ≈18.43 GiB uncompressed JSONL), ready for dataset libraries and pipeline ingestion.
  • Provenance & licensing: seed problems drawn from AoPS and Math StackExchange/MathOverflow; AoPS-derived samples are CC BY 4.0 while Math.SE-derived samples use CC BY‑SA 4.0, tracked per sample.
  • Trace generation pipeline: solution trajectories produced by DeepSeek‑V4‑Pro (High inference mode) and generated via NeMo‑Skills tooling, enabling reproducible multi-mode supervision.
Who It's For and Tradeoffs

Great fit if you need a large, curated supervised corpus to fine-tune or evaluate LLMs on structured mathematical reasoning (including experiments comparing COT vs. tool-assisted traces, long-context training, or answer-verification pipelines). Look elsewhere if you require human-authored proof texts (proof-style problems were filtered) or need an exclusively permissive-license corpus (some samples are CC BY‑SA). Also note model-generated traces can reflect generator biases; use verification and validation in downstream evaluation.

Information

  • Websitehuggingface.co
  • OrganizationsNVIDIA Corporation
  • Published date2026/05/01

Categories

More Items

Hugging Face

Provides manually curated Japanese instruction pairs (questions and safe reference answers) for improving LLM output safety, covering broad harm categories and regionally sensitive cases. Includes English meta-tags and standard splits for benchmarking and fine-tuning.

Hugging Face

A 16 GB, 507-file PhD‑level cybersecurity knowledge base for training and evaluating security-focused LLMs and automation. Covers offensive/defensive/forensics/cloud/iot and AI-security across 30+ domains with real-world labs and framework mappings.

Hugging Face

Structured dataset for training and evaluating LLM agentic behavior: function-calling conversations, JSON-mode structured outputs, and extraction samples for teaching models to generate tool calls and strict structured responses. Includes single-turn and multi-turn scenarios across several configs.