AIAny
Icon for item

TeichAI/lordx64-claude-opus-4.7-max-cleaned

Cleaned dataset of reasoning-distillation examples derived from Claude Opus 4.7 outputs — 4,807 retained JSON chat rows after removing simulated-thinking, duplicates, and missing fields. Packaged for model distillation and reasoning evaluation; Apache-2.0 packaging with upstream Anthropic usage constraints.

Introduction

High-quality reasoning traces are rare at scale; this cleaned corpus focuses on making Claude Opus 4.7–derived reasoning examples reliable for distillation and evaluation. By removing simulated “thinking,” exact-duplicate prompts, and rows with missing fields, the dataset surfaces clearer input→response pairs suitable for supervised fine-tuning and benchmarking.

What Sets It Apart
  • Focused cleaning for reasoning fidelity: the maintainer removed responses where the assistant “simulates” internal reasoning (e.g., long meta-descriptions like “Now I'm laying out the puzzle grids...”); 1,230 such rows were dropped. This reduces agentic/hallucinatory artifacts that harm downstream training.
  • Deduplication and quality filtering: exact-prompt duplicates (989 rows) and entries missing core fields (1,098 rows) were removed, leaving 4,807 rows from an original 8,124 (59.2% retention). That balance keeps diverse examples while eliminating overt noise.
  • Straight JSON chat format: each row keeps a messages array (system/user/assistant) plus explicit thinking and response fields, matching common chat-centric fine-tuning pipelines and easy ingestion with pandas/polars.
Who It's For (and trade-offs)

Great fit if you need a compact, cleaned corpus of LLM reasoning examples for distillation, supervised fine-tuning, or targeted evaluation of step-by-step problem solving. It’s especially useful for researchers wanting to avoid agentic “thinking” artifacts when training models to produce concise reasoning traces. Look elsewhere if you require the original, unfiltered provenance (the dataset references an upstream original for full collection details) or if you need much larger-scale datasets — this cleaned variant prioritizes fidelity over raw size.

Where It Fits

Use this as a mid-sized, high-signal supplement when distilling reasoning behavior from Claude Opus 4.7 into another model or when building evaluation suites that penalize simulated internal monologue. The packaging is Apache-2.0, but note the content is subject to Anthropic’s usage policies noted by the upstream source.

Information

Categories

More Items

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.

Hugging Face

A multi-task English NLU benchmark for evaluating models across nine tasks (acceptability, sentiment, paraphrase, similarity, and various NLI setups), with a diagnostic evaluation set and an online leaderboard to compare generalization and transfer learning.