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

Evaluates AI agents' ability to complete end-to-end scientific workflows by releasing and assessing 97 tasks from a 300-task FrontierChallenge suite across chemistry, materials, life science, and electrochemistry. Finds that top agent configurations achieved only a 20.6% pass rate despite high partial scores, revealing a gap between partial progress/confident completion claims and actual complete scientific deliverables.

Hugging Face

Provides 22.7 hours of read Amharic speech (7,405 clips, 320 speakers) for ASR, collected via a crowdsourced Telegram bot and peer-validated; speaker- and prompt-disjoint train/validation/test splits, 16 kHz audio under CC BY 4.0.

Hugging Face

Evaluates whether tool-using LLM agents reliably complete stateful business workflows via 507 executable agent–tool–user tasks across retail, travel, auto insurance, neobank, and IT/HR consulting. Provides browsable Parquet tables for tasks, scenarios, and agent instructions; v1.0 is intended for evaluation-only.