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
01IFM /Math-Reasoning Math-Reasoning Dataset Description Mathematical problem-solving, rewriting, and dialogue data for reasoning-oriented language-model training. This repository is part of the K2 Horizon collection. The repository is organized into multiple subsets. Every subset has a train split backed by Parquet shards, which supports Dataset Viewer inspection and streaming access. K2 Horizon Dataset Series Dataset repository Focus Subsets IFM/TxT360-v2… See the full description on the dataset page: https://huggingface.co/datasets/IFM/Math-Reasoning.texttext-generation1B<n<10B22 likes32k downloads23d agoHugging Face02Scale-or-Reason /math-reasoning-ift-pairs Reasoning-IFT Pairs (Math Domain) Paper | Project Page This dataset provides the largest set of IFT and Reasoning answers pairs for a set of math queries (cf: general-domain). It is based on the Llama-Nemotron-Post-Training dataset, an extensive and high-quality collection of math instruction fine-tuning data. We curated 150k queries from the math subset of Llama-Nemotron-Post-Training, which covers multiple domains of math questions.For each query, we used… See the full description on the dataset page: https://huggingface.co/datasets/Scale-or-Reason/math-reasoning-ift-pairs.textquestion-answering100K<n<1M8 likes636 downloads3mo agoHugging Face03reasoning-proj /severity_ablation_mathtabular10K<n<100K0 likes404 downloads1y agoHugging Face04vinhpx /math_reasoning_dataset_3Mtext1M<n<10M2 likes329 downloads1y agoHugging Face05mihailgribov /olympiad_style_integer_math_reasoning Olympiad Math Reasoning Traces Version: v1.0.2 Release date: 2026-04-19 64,763 full model reasoning traces for olympiad-style math problems with verified integer answers. This dataset contains only correct and non-truncated traces — every record contains a terminal \boxed{...} answer (within the last 500 characters of the response) that matches the expected integer exactly, and none of the responses hit the model's generation-token cap. Intended for distillation and supervised… See the full description on the dataset page: https://huggingface.co/datasets/mihailgribov/olympiad_style_integer_math_reasoning.tabulartext-generation10K<n<100K0 likes321 downloads5mo agoHugging Face06CohenQu /CoRA_math_reasoning_benchmark_scalingtext1K<n<10K0 likes194 downloads1y agoHugging Face07CohenQu /CoRA_math_reasoning_benchmarktext1K<n<10K0 likes191 downloads1y agoHugging Face08CohenQu /CoRA_math_reasoning_benchmark_finaltext1K<n<10K0 likes172 downloads1y agoHugging Face09169Pi /mathreasoning MathReasoning The MathReasoning Dataset is a large-scale, high-quality dataset (~3.13M rows) focused on mathematics, logical reasoning, and problem-solving. It is primarily generated through synthetic distillation techniques, complemented by curated open-source educational content. The dataset is designed to train and evaluate language models in mathematical reasoning, quantitative problem-solving, and structured chain-of-thought tasks across domains from basic arithmetic to… See the full description on the dataset page: https://huggingface.co/datasets/169Pi/mathreasoning.texttext-generation1M<n<10M6 likes157 downloads1y agoHugging Face10oddadmix /arabic-math-reasoning-synth Arabic Math Reasoning (synthetic) — مسائل رياضيات عربية مع خطوات الحل 120,462 Arabic grade-school math word problems, each with a step-by-step derivation and a concluding sentence. Generated with gemma-3-12b-it and Qwen3.8-27B-Uncensored-NVFP4 and arithmetically verified — every equation the reasoning states was re-evaluated, and rows whose own arithmetic does not check out were dropped. generator rows share gemma-3-12b-it 80,480 66.8% Qwen3.8-27B-Uncensored-NVFP4… See the full description on the dataset page: https://huggingface.co/datasets/oddadmix/arabic-math-reasoning-synth.texttext-generation100K<n<1M0 likes129 downloads28d agoHugging Face11LangAGI-Lab /magpie-reasoning-v1-20k-math-verifiable-step-by-step-rationale-alpaca-formattext10K<n<100K5 likes104 downloads2y agoHugging Face12CohenQu /CoRA_math_reasoning_benchmark_DPO_hintstextn<1K0 likes95 downloads1y agoHugging Face13dongboklee /math-reasoningtext10K<n<100K0 likes92 downloads9mo agoHugging Face14CohenQu /math_reasoning_benchmark_scaling_hint-gentextn<1K0 likes85 downloads1y agoHugging Face15Ilia2003Mah /open-math-reasoning-cot-clean-v2text1M<n<10M0 likes84 downloads21d agoHugging Face16dvilasuero /gsm8k-math-reasoning-spanishtabularn<1K0 likes80 downloads1y agoHugging Face17Ilia2003Mah /open-math-reasoning-cot-cleantext100K<n<1M1 likes80 downloads9mo agoHugging Face18reasoningMIA /SFT_reasoning_math_length_8192_dedup_10ktext10K<n<100K1 likes75 downloads1y agoHugging Face19CohenQu /arxiv_rlad_math_reasoning_benchmark_hintstext10K<n<100K0 likes75 downloads1y agoHugging Face20est-ai /math-reasoning-sft Mathematical Reasoning SFT Dataset This dataset contains mathematical reasoning problems and solutions in instruction-following format, designed for supervised fine-tuning of language models. Dataset Structure The dataset follows the Alpaca format with three fields: instruction: Mathematical problem statement input: Empty string (not used) output: Detailed solution with step-by-step reasoning and final answer in \boxed{} format Example { "instruction":… See the full description on the dataset page: https://huggingface.co/datasets/est-ai/math-reasoning-sft.texttext-generation1K<n<10K4 likes74 downloads1y agoHugging Face21Aarushhh /math-reasoning-10k Math-reasoning-10k Dataset Summary This dataset contains reasoning paths/plans generated for the first 10,000 problems and solutions from the NuminaMath-CoT dataset. Each entry consists of a mathematical problem and a corresponding reasoning plan that outlines the steps required to solve the problem, without actually solving it. This approach focuses on planning and reasoning, providing a structured pathway to solving the problem rather than the final solution itself. The… See the full description on the dataset page: https://huggingface.co/datasets/Aarushhh/math-reasoning-10k.texttext-generation10K<n<100K6 likes72 downloads2y agoHugging Face22active-reasoning /math_reasoning_benchmarktextn<1K1 likes72 downloads2y agoHugging Face23vinhpx /math_natural_reasoningtext100K<n<1M2 likes72 downloads1y agoHugging Face24reasoning-core /tptp_math_reasoning Evaluate from reasoning_core import score_answer from datasets import load_dataset from openai import OpenAI # load data ds = load_dataset("reasoning-core/tptp_math_reasoning") df=ds['test'].to_pandas().head() # run predictions from concurrent.futures import ThreadPoolExecutor as TPE client = OpenAI(base_url="https://openrouter.ai/api/v1", api_key=os.getenv("OPENROUTER_API_KEY")) with TPE() as ex: df['pred'] = list(ex.map(lambda p: client.chat.completions.create(… See the full description on the dataset page: https://huggingface.co/datasets/reasoning-core/tptp_math_reasoning.text10K<n<100K2 likes72 downloads1y agoHugging Face25CohenQu /math_reasoning_benchmarktext1K<n<10K1 likes66 downloads1y agoHugging Face26Formal-Math-Reasoning /TopoAlign_Pythontext100K<n<1M1 likes60 downloads8mo agoHugging Face27LangAGI-Lab /magpie-reasoning-v1-20k-math-verifiable-step-by-step-rationaletabular10K<n<100K4 likes58 downloads2y agoHugging Face28CohenQu /arxiv_rlad_math_reasoning_benchmark_hints_gen_iter1_sol_prompttextn<1K0 likes58 downloads1y agoHugging Face29CohenQu /CoRA_math_reasoning_benchmark_testtextn<1K0 likes57 downloads1y agoHugging Face30aloks16 /mathreasoning MathReasoning The MathReasoning Dataset is a large-scale, high-quality dataset (~3.13M rows) focused on mathematics, logical reasoning, and problem-solving. It is primarily generated through synthetic distillation techniques, complemented by curated open-source educational content. The dataset is designed to train and evaluate language models in mathematical reasoning, quantitative problem-solving, and structured chain-of-thought tasks across domains from basic arithmetic to… See the full description on the dataset page: https://huggingface.co/datasets/aloks16/mathreasoning.texttext-generation1M<n<10M0 likes57 downloads8mo agoHugging Face

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