datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
DeepScaleR-Preview-Dataset
Data
Our training dataset consists of approximately 40,000 unique mathematics problem-answer pairs compiled from:
AIME (American Invitational Mathematics Examination) problems (1984-2023)
AMC (American Mathematics Competition) problems (prior to 2023)
Omni-MATH dataset
Still dataset
Format
Each row in the JSON dataset contains:
problem: The mathematical question text, formatted with LaTeX notation.
solution: Offical solution to the problem, including LaTeX formatting… See the full description on the dataset page: https://huggingface.co/datasets/agentica-org/DeepScaleR-Preview-Dataset.deepscaler-preview-verl
DeepScaleR-Preview VERL
📊 Dataset Summary
This dataset contains 35,789 mathematical reasoning problems in VERL format, processed from agentica-org/DeepScaleR-Preview-Dataset.
Key Features:
35,789 high-quality math problems
Converted to VERL format for reward modeling
Verified ground truth answers
Ready for reinforcement learning training
🔗 Source Dataset
Original Repository
Repository:… See the full description on the dataset page: https://huggingface.co/datasets/sungyub/deepscaler-preview-verl.DeepScaleR-Preview-Dataset-verl-formatswift-reasoning-rollouts-deepscaler-ministral8b
DeepScaleR Reasoning Rollouts (Ministral-8B)
This dataset contains reasoning rollouts used to train the SWIFT reward head.
Paper page: https://huggingface.co/papers/2505.12225
GitHub: https://github.com/aster2024/SWIFT/
Generator model: mistralai/Ministral-8B-Instruct-2410 (https://huggingface.co/mistralai/Ministral-8B-Instruct-2410)
Dataset Description
This dataset contains 10000 samples corresponding to the Generalization Test setup.
Source: DeepScaleR.
Generator:… See the full description on the dataset page: https://huggingface.co/datasets/Aster2024/swift-reasoning-rollouts-deepscaler-ministral8b.aime-solution-hint-v6-deepscaler-respgenDeepScaleR-Easy-Medium-Hard-Gemma-26B-PT-10k
DeepScaleR Easy/Medium/Hard — Gemma 4 26B-A4B PT
This dataset contains 9,900 unique, deduplicated DeepScaleR math questions for
reinforcement-learning experiments. Difficulty is defined by how often the
pretrained google/gemma-4-26B-A4B teacher solved each question across eight
temperature-1 samples under the same rule-based grader used by the RL training
pipeline.
The Hub dataset has three configurations—easy, medium, and hard—and each
configuration has a train split with 3,000… See the full description on the dataset page: https://huggingface.co/datasets/JWei05/DeepScaleR-Easy-Medium-Hard-Gemma-26B-PT-10k.deepscaler-verl-aha-momentdeepscaler-problem_only_qwen14bgenLaser-Deepscaler-Datasetaime-solution-hint-v6-deepscaler-respgen__0_115DeepScaleR_Difficulty
Difficulty Estimation on DeepScaleR
We annotate the entire DeepScaleR dataset with a difficulty score based on the performance of the Qwen 2.5-MATH-7B model. This provides an adaptive signal for curriculum construction and model evaluation.
DeepScaleR is a curated dataset of 40,000 reasoning-intensive problems used to train and evaluate reinforcement learning-based methods for large language models.
Difficulty Scoring Method
Difficulty scores are estimated using the… See the full description on the dataset page: https://huggingface.co/datasets/lime-nlp/DeepScaleR_Difficulty.deepscaler-aha-momentDeepScaleR-EasyThe easy part (pass_rate > 4/8) of DeepScaleR
Check https://wutaiqiang.github.io/project/Art for more details
Citation:
@inproceedings{wu2026art,
title={The Art of Efficient Reasoning: Data, Reward, and Optimization},
author={Taiqiang Wu and Zenan Xu and Bo Zhou and Ngai Wong},
year={2026},
url={https://arxiv.org/pdf/2602.20945}
}
verl-deepscaler-cleanopen-deepscaler
Open-DeepScaleR Dataset
Summary
The open-deepscaler dataset comprises 21,044 challenging mathematical reasoning problems, sourced from the DeepScaleR dataset. It supports the Open RS project, enhancing reasoning in small LLMs via reinforcement learning.
Usage
Load the dataset using the Hugging Face datasets library:
from datasets import load_dataset
ds = load_dataset("knoveleng/open-deepscaler")["train"]
print(ds[0])
Dataset Structure… See the full description on the dataset page: https://huggingface.co/datasets/knoveleng/open-deepscaler.aime-solution-hint-v6-deepscaler-respgen__115_230DeepScaleR-Preview-DatasetDeepScaleR-Qwen3-1.7B-0-40kaime-solution-hint-v6-deepscaler-respgen__805_919aime-solution-hint-v6-deepscaler-respgen__230_345deepscaler_SFT_ckptaime-solution-hint-v6-deepscaler-respgen__690_805aime-solution-hint-v6-deepscaler-respgen__345_460r1-qwen7b-deepscaler-n32
deepseek-r1-qwen-7b generations for deepscaler dataset
The original deepscaler dataset has been filtered:
we removed all synthetic data because their problem-answer may not match.
based on generations from Qwen/Qwen2.5-Math-7B-Instruct (pre-o1), we removed problems that has at least 5/32 correct generations.
We then use deepseek-ai/DeepSeek-R1-Distill-Qwen-7B to generate from this filtered dataset with num_generations=32 and max_tokens=8192
---
dataset_info:
features:
- name:… See the full description on the dataset page: https://huggingface.co/datasets/drproduck/r1-qwen7b-deepscaler-n32.verl_deepscaler
DeepScaleR for verl (full cleaned build)
RL-ready dataset in verl parquet format, rebuilt from the
full three-shard DeepScaleR mirror dump.
Build process
Merged the three mirror shards (deepscaler_shard_00.json, deepscaler_shard_01.json,
deepscaler_shard_02.json) in ascending filename order, keeping each shard's record order.
Dropped records whose problem or answer was missing or whitespace-only (78 dropped).
An empty solution is normal in this export and is… See the full description on the dataset page: https://huggingface.co/datasets/dusersad12/verl_deepscaler.aime-solution-hint-v6-deepscaler-respgen__460_575DeepScaleR-Preview-Dataset_DeepSeek-R1-Distill-Qwen-32B_reasoning_tracesaime-solution-hint-v6-deepscaler-respgen__575_690deepscaler_prepare_logp_inputDeepScaleR-Qwen3-1.7B-rl-whole
