AIAny
Icon for item

claude-sonnet-4.6-120000x

Synthetic JSON dataset of model-generated prompts and step-by-step reasoning traces (≈90k rows, ~75M tokens) created with Claude Sonnet 4.6 and cross-checked by Gemini 3.1 Pro — intended for training or fine-tuning LLMs on natural reasoning, multi-domain code/math, and instruction following. Hosted on Hugging Face, MIT license.

Introduction

High-quality, model-produced chain-of-thought traces that span coding, math, and open-domain reasoning remain scarce. This dataset provides a large collection of such traces where the primary generator is Claude Sonnet 4.6 and grading/critique traces were produced with Gemini 3.1 Pro — exposing multi-step deliberations, internal "think" markers, and raw (zero-refusal) responses useful for supervision and SFT.

Key Capabilities
  • Multi-domain reasoning traces with explicit inner-monologue tags: useful for training models to produce richer chain-of-thought supervision (so what: helps LLMs learn multi-step solution patterns rather than only final answers).
  • Large code and systems subset (kernel-level, Rust/C++, distributed systems): useful when fine-tuning for code reasoning and program synthesis tasks (so what: supplies complex, real-world engineering prompts that simpler datasets lack).
  • Math and formal-reasoning items with graded critiques from a second model: useful for building evaluative signals or reward models (so what: enables training that leverages both generation and model-based critique for quality control).
  • Uncensored, zero-refusal content coverage: offers edge-case, controversial, and explicit dialogs (so what: expands behavioral coverage but increases safety and compliance risk — see tradeoffs).
Who it's for — and tradeoffs

Great fit if you are training or fine-tuning LLMs that must improve multi-step reasoning, code synthesis, or agentic planning and you can accept synthetic supervision signals. Look elsewhere if you need human-verified, safety-filtered, or provenance-verified ground truth: the dataset is model-generated, contains uncensored content, and may encode hallucinated facts or unsafe responses. Practical recommendations: combine this dataset with human-reviewed benchmarks, apply content filtering where required, and treat critique scores as noisy labels rather than authoritative judgments.

Information

Categories

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.