AIAny
Icon for item

Reasoning Summaries · 61K (SupraLabs/reasoning-summaries-61k)

Converts long or messy model reasoning traces into concise, user-facing summaries with optional metadata. 61K cleaned English samples in JSON format, Apache-2.0 licensed, created to train and evaluate reasoning-summarization models and to present safe, readable explanations instead of raw chain-of-thought.

Introduction

The dataset addresses a practical gap: models produce detailed internal reasoning that is useful for debugging and safety analysis but unsuitable for direct user display. By pairing raw reasoning traces with short, polished summaries and optional metadata, the collection lets systems expose useful explanation-level information without revealing full chain-of-thought.

What sets it apart
  • Paired-format focus: each sample centers on an input reasoning block plus a concise summary and optional fields (title, subtitle, category, short task description) to improve UX when surfacing model reasoning.
  • Scale and provenance: ~61,000 cleaned English samples produced using multiple models (primarily Ling 2.6 Flash and GPT-5.4 Mini, with ~20% from DeepSeek V4 Flash) to capture varied wording and structure while keeping summaries consistent.
  • Practical structure: data follows a strict template (Input: raw reasoning chain/fence |- title |- subtitle |- summary |- current task), stored as JSON for easy ingestion into training pipelines and evaluation suites.
Key capabilities and typical uses
  • Train/evaluate models that compress chain-of-thought into brief explanations for end users, improving transparency while avoiding exposure of raw internal reasoning.
  • Normalize noisy, incomplete, or overly verbose reasoning traces into stable summaries for applications in coding assistants, multi-step planning agents, tutoring systems, and moderation/safety tooling.
  • Provide auxiliary metadata to improve UI presentation (titles, task descriptions) and to help downstream systems choose which summary style to show.
Who should use it — and tradeoffs
  • Great fit if you build explanation layers, safety wrappers, or summarization models that must hide raw chain-of-thought while preserving intent and approach. Useful for fine-tuning summarization or explanation models and for UX-focused model output normalization.
  • Look elsewhere if you need gold-standard human-written explanations for high-stakes factual verification or unbiased ground-truth labels: the dataset is largely model-generated and reflects generator styles and biases. Expect limits in factual accuracy, diversity beyond generated styles, and potential inheritance of model artifacts.
Format & license
  • Format: JSON, fields for raw reasoning and summarized outputs plus optional metadata. License: Apache-2.0. Size category: 10K–100K samples.

Information

Categories

More Items

Hugging Face

Provides 90,000 hours of head-mounted egocentric video paired with synchronized 3D hand pose and an optional 3D full‑body pose add-on, with event-level semantic labels available as a complimentary layer — designed for embodied AI and robotics training at scale.

Hugging Face

Provides 1,021.64 hours across 597 CAD/BIM workflows with synchronized screen recordings and interaction logs; each workflow includes video, timestamped input events, task specs, source files, final outputs, and evaluation rubrics for training or evaluating desktop CAD agents.

Proposes FACET, a framework that synthesizes verifiable terminal tasks by reconstructing scenario intent and grounding instruction, solution, and verifier in a shared executable container state. Key features include environment-first generation, execution-based validation, and targeted repair to preserve source intent and cross-artifact consistency.