AIAny
Icon for item

Code-Reasoning

Provides multiple Parquet-backed subsets of code problem-solving data (direct answers, chain-of-thought reasoning, and task synthesis) that are streamable and prepared for language-model training and evaluation.

Introduction

Why this matters This repository packages code problem-solving examples with both final solutions and explicit reasoning traces, making it practical to train or evaluate models that must produce correct code and explain steps. Its structure favors scalable, streamable ingestion for large-model workflows.

What Sets It Apart
  • Multiple curated subsets: separates “no-thinking” (direct-answer) data from “thinking” (step-by-step reasoning) and task-synthesis examples, letting you tailor training objectives.
  • Parquet shards + streaming: shard-backed train splits enable memory-efficient streaming and use in large-scale pipelines without downloading full datasets.
  • Provenance-aware release: subsets may include filtering, deduplication, quality scores, or synthetic generations so practitioners can inspect and weight sources.
  • Training-first design: packaged fields and dataset schema are tuned for supervised fine-tuning and dataset viewer inspection rather than interactive consumption.
Who It's For and Trade-offs

Great fit if you are training or fine-tuning LLMs for code generation, debugging, or explanation tasks and need both short-answer and chain-of-thought style data at scale. Look elsewhere if you require curated, single-source competitive programming problems with end-to-end test harnesses or if you need small, hand-validated benchmarks—this collection is large-scale and may contain duplicates, synthetic content, or noisy labels.

Where It Fits

Use this dataset as part of a larger training mixture for model calibration on code reasoning, or to study the impact of reasoning traces versus direct-answer supervision in code generation models.

Information

Categories

More Items

Hugging Face

Provides a large-scale, multi-speaker Persian speech–text corpus constructed from audiobooks for TTS, ASR, and speaker research. Includes automated alignment and quality scoring, TTS-ready subsets (thousands of hours/1M+ segments) and metadata for speaker IDs and genders — suitable for multi-speaker synthesis and voice cloning research.

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.