CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01agentica-org /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.text10K<n<100K207 likes39k downloads2y agoHugging Face02sungyub /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.texttext-generation10K<n<100K0 likes929 downloads3mo agoHugging Face03sliuau /DeepScaleR-Preview-Dataset-verl-formattext10K<n<100K0 likes788 downloads11mo agoHugging Face04Asap7772 /aime-solution-hint-v6-deepscaler-respgentabular1K<n<10K0 likes345 downloads1y agoHugging Face05JWei05 /DeepScaleR-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.texttext-generation1K<n<10K0 likes304 downloads1mo agoHugging Face06dsa1dsa12 /deepscaler-verl-aha-momenttext10K<n<100K0 likes246 downloads1mo agoHugging Face07dusersad12 /verl-deepscaler-clean verl-deepscaler-clean A cleaned, deduplicated release of the DeepScaleR math problem set, packaged in the parquet layout that verl expects from its RLHFDataset, so it can be dropped straight into a GRPO / rule-based-reward run (for example, when re-running an R1-style "aha moment" experiment on a smaller model). The whole dataset lives in a single parquet file at the repo root: verl_deepscaler.parquet. Headline numbers Total lines read 3038 Records… See the full description on the dataset page: https://huggingface.co/datasets/dusersad12/verl-deepscaler-clean.texttext-generation1K<n<10K0 likes190 downloads3d agoHugging Face08Asap7772 /deepscaler-problem_only_qwen14bgentext10K<n<100K0 likes189 downloads1y agoHugging Face09lime-nlp /DeepScaleR_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.tabularreinforcement-learning1M<n<10M11 likes134 downloads1y agoHugging Face10hkust-nlp /Laser-Deepscaler-Datasettext10K<n<100K0 likes130 downloads1y agoHugging Face11zjhhhh /DeepScaleR-Qwen3-1.7B-0-40ktabular10K<n<100K0 likes121 downloads3mo agoHugging Face12Asap7772 /aime-solution-hint-v6-deepscaler-respgen__0_115tabularn<1K0 likes116 downloads1y agoHugging Face13taki555 /DeepScaleR-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} } textquestion-answering10K<n<100K1 likes115 downloads7mo agoHugging Face14drproduck /r1-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.text10K<n<100K0 likes102 downloads1y agoHugging Face15asfafaaf3434 /deepscaler-aha-momenttext10K<n<100K0 likes99 downloads1mo agoHugging Face16knoveleng /open-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.text10K<n<100K4 likes92 downloads6mo agoHugging Face17Asap7772 /aime-solution-hint-v6-deepscaler-respgen__115_230tabularn<1K0 likes89 downloads1y agoHugging Face18zjhhhh /DeepScaleR-Qwen3-1.7B-rl-wholetabular10K<n<100K0 likes84 downloads3mo agoHugging Face19dusersad12 /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.texttext-generation10K<n<100K0 likes84 downloads7d agoHugging Face20Asap7772 /aime-solution-hint-v6-deepscaler-respgen__805_919tabularn<1K0 likes79 downloads1y agoHugging Face21Asap7772 /aime-solution-hint-v6-deepscaler-respgen__230_345tabularn<1K0 likes79 downloads1y agoHugging Face22felixZzz /deepscaler_prepare_logp_inputtabular1M<n<10M0 likes79 downloads1y agoHugging Face23Aster2024 /swift-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.text10K<n<100K2 likes79 downloads9mo agoHugging Face24math-dataset /DeepScaleR-Preview-Datasettext10K<n<100K0 likes78 downloads2y agoHugging Face25Asap7772 /aime-solution-hint-v6-deepscaler-respgen__690_805tabularn<1K0 likes75 downloads1y agoHugging Face26Asap7772 /aime-solution-hint-v6-deepscaler-respgen__345_460tabularn<1K0 likes75 downloads1y agoHugging Face27dusersad12 /DeepScaleR-Olympiad-Extra DeepScaleR-Olympiad-Extra (JSONL export) Extra olympiad-style problems merged into the DeepScaleR curation. Single file. Format Every .jsonl file under data/ holds one JSON object per line with fields: problem (string): the problem statement answer (string): the final answer, kept in the original source notation solution (string): the reference solution (LaTeX inside) Note for consumers: these are historical exports, so the files are not perfectly clean - expect… See the full description on the dataset page: https://huggingface.co/datasets/dusersad12/DeepScaleR-Olympiad-Extra.text1K<n<10K0 likes73 downloads7d agoHugging Face28zjhhhh /DeepScaleR-Qwen3-1.7B-23k-classifiedtabular10K<n<100K1 likes71 downloads3mo agoHugging Face29Asap7772 /aime-solution-hint-v6-deepscaler-respgen__460_575tabularn<1K0 likes69 downloads1y agoHugging Face30dusersad12 /verl-deepscaler0 likes68 downloads6d agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.