AIAny
Icon for item

Reasoning Corpus 5M

Provides ~5M model-generated reasoning chains (within 5k sequence length) with structured fields for supervised fine-tuning, reasoning distillation, and instruction tuning. Includes separate fields for prompt, reasoning trace, final answer and a ChatML view; streaming access recommended for large-scale use.

Introduction

The dataset collects model-generated step-by-step reasoning traces and final assistant outputs from many upstream sources, packaged to make reasoning supervision and distillation practical at scale. By keeping prompts, thought traces, and final answers as distinct fields (plus a prebuilt ChatML representation), it lets practitioners choose answer-only training, explicit reasoning supervision, or ChatML-ready streams without re-engineering the corpus.

What Sets It Apart
  • Structured separation of components: repo_id, tok_len (estimated), user prompt, thought_trace, assistant answer, and a ChatML field. This design makes it easy to: (a) filter by source or estimated length, (b) train assistant-only objectives, or (c) include explicit reasoning traces when desired.
  • Mixed, provenance-aware composition: samples are combined from dozens of upstream reasoning repositories (DeepSeek variants, Qwen family, Gemma-derived sets, NVIDIA Nemotron slices, and many distilled/synthetic reasoning sources). The dataset provides source identifiers to let you balance or exclude particular contributors.
  • Practical engineering guidance: the card recommends streaming for inspection and one-pass runs, demonstrates formatting patterns (ChatML vs. native templates vs. answer-only), and highlights tokenization and shuffle-buffer trade-offs for streamed training.
Who It's For and Trade-offs

Great fit if you need a large corpus of reasoning-style model outputs for supervised fine-tuning, reasoning distillation, or controlled experiments comparing answer-only vs. chain-of-thought supervision. It is especially useful when you want explicit thought traces alongside final answers and need source-level control for mixture balancing.

Look elsewhere if you require human-verified proofs or fully curated reasoning correctness: traces are model-generated and can contain incorrect steps, unnecessary verbosity, or source-specific artifacts. Also, because samples are long and heterogeneous, expect to spend effort on filtering, deduplication, and source balancing before a high-quality training run.

Where It Fits

Use this corpus as a large, ready-to-stream training mixture for SFT/distillation experiments, as an augmentation source in multi-dataset mixtures, or as a synthetic reasoning bank to compare loss masking strategies (assistant-only vs. reasoning-visible). For production-grade evaluation or claimed correctness, pair with smaller human-verified validation sets.

Information

  • Websitehuggingface.co
  • OrganizationsQyrouNnet-AI, SupraLabs
  • AuthorsQyrou
  • Published date2026/07/08

Categories

More Items

Hugging Face

Provides large-scale mathematical problem-solving, rewriting, and dialogue data organized into five Parquet-backed subsets for reasoning-oriented language-model training. Subsets support streaming access, Dataset Viewer inspection, and per-subset provenance metadata; licensed Apache 2.0.

Hugging Face

A multiple-choice benchmark for evaluating LLM understanding in Traditional Chinese across 66 subjects (elementary to professional). Contains ~22K verified questions covering STEM, humanities, social sciences and Taiwan-specific topics, with standardized splits and model leaderboards under an MIT license.

Hugging Face

Provides image-level tag correction instructions for a Danbooru anime-image tagging corpus, listing per-post tags to add or remove. Contains 1.74M normalized correction rows (snapshot 2026-08-30); it's a corrections manifest (no images) intended to be applied to existing metadata.