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
01kaysss /leetcode-problem-solutions LeetCode Solution Dataset This dataset contains community-contributed LeetCode solutions scraped from public discussions and solution pages, enriched with metadata such as vote counts, author info, tags, and full code content. The goal is to make high-quality, peer-reviewed coding solutions programmatically accessible for research, analysis, educational use, or developer tooling. Column Descriptions Column Name Type Description question_slug string The unique… See the full description on the dataset page: https://huggingface.co/datasets/kaysss/leetcode-problem-solutions.tabulartext-classification100K<n<1M9 likes5.3k downloads1y agoHugging Face02rakeshb4r /M2-AOPS-Unique-Problems Unique Math Problems (AOPS subset) This dataset contains 81,901 unique problem statements extracted from the AOPS subset of rakeshb4r/Nemotron-Math-v2. Dataset Structure problem_statement (string): The text of the math problem. Source Original source: Nemotron-Math-v2 texttext-generation10K<n<100K0 likes945 downloads8mo agoHugging Face03sigcp /hardtests_problems Dataset Card for HARDTESTS Problems HARDTESTS is a competitive programming dataset containing 47,136 problems collected from 13 different Online Judges (OJs). Each problem includes a problem statement, numerous oracle code solutions, and a set of relatively reliable test cases. Note: Due to their large size, the test cases are stored in a separate dataset. This dataset is presented in the paper HardTests: Synthesizing High-Quality Test Cases for LLM Coding. Project Page… See the full description on the dataset page: https://huggingface.co/datasets/sigcp/hardtests_problems.texttext-generation10K<n<100K13 likes899 downloads1y agoHugging Face04DenCT /codeforces-problems-7ktabulartext-generation1K<n<10K6 likes898 downloads2y agoHugging Face05marin-community /ar5iv-no-problem-markdown Marin Markdownified Ar5iv Markdownified Ar5iv transforms academic papers from arXiv into clean, structured Markdown format consisting of 2.74B tokens across two splits. This dataset preserves th content while making it accessible for language model training on academic text. Value Tokens 2 742 463 924 Primary source https://sigmathling.kwarc.info/resources/ar5iv-dataset-2024/ File format JSONL License C-UDA-1.0 (mirrors upstream Ar5iv licenses)… See the full description on the dataset page: https://huggingface.co/datasets/marin-community/ar5iv-no-problem-markdown.texttext-generation100K<n<1M5 likes803 downloads1y agoHugging Face06FreedomIntelligence /medical-o1-verifiable-problem Introduction This dataset features open-ended medical problems designed to improve LLMs' medical reasoning. Each entry includes a open-ended question and a ground-truth answer based on challenging medical exams. The verifiable answers enable checking LLM outputs, refining their reasoning processes. For details, see our paper and GitHub repository. Citation If you find our data useful, please consider citing our work! @misc{chen2024huatuogpto1medicalcomplexreasoning… See the full description on the dataset page: https://huggingface.co/datasets/FreedomIntelligence/medical-o1-verifiable-problem.textquestion-answering10K<n<100K124 likes780 downloads2y agoHugging Face07kaysss /leetcode-problem-detailed LeetCode Scraper Dataset This dataset contains information scraped from LeetCode, including problem details, metadata, and related files. It is designed to assist developers in analyzing LeetCode problems, generating insights, and building tools for competitive programming or educational purposes. questions_deets.csv Contains detailed information about each problem, including problem descriptions, constraints, and examples. Columns: questionFrontendId: Unique problem ID.… See the full description on the dataset page: https://huggingface.co/datasets/kaysss/leetcode-problem-detailed.tabulartext-classification1K<n<10K10 likes669 downloads1y agoHugging Face08mihailgribov /olympiad_style_integer_math_problems Olympiad Math Corpus Version: v2.1.1 Release date: 2026-05-03 59,486 synthetically generated olympiad-style math problems with verified integer answers and formal computation graphs. Loading from datasets import load_dataset ds = load_dataset("mihailgribov/olympiad_style_integer_math_problems", split="train") lemma_applicability is stored as list[{lemma, status}] rather than a sparse dict (required for Arrow-based consumers). To convert to a dict for local use:… See the full description on the dataset page: https://huggingface.co/datasets/mihailgribov/olympiad_style_integer_math_problems.documenttext-generation10K<n<100K1 likes564 downloads5mo agoHugging Face09barc0 /200k_HEAVY_gpt4o-description-gpt4omini-code_generated_problemsHere is the dataset of ~100k synthetic data generated by 162 seeds. We generate the dataset with the following steps and two approaches: Generate ~110k descriptions by GPT4o. Approach 1: Generate ~110k codes follow each description by GPT4o-mini. Approach 2: Generate ~110k codes follow each description by GPT4o-mini and suggest it to use specific library functions. Run the ~220k codes and do auto-filtering. Get the final ~200k legitimate ARC-like tasks with examples. texttext-generation100K<n<1M11 likes542 downloads2y agoHugging Face10LLaMAX /BenchMAX_Problem_Solving Dataset Sources Paper: BenchMAX: A Comprehensive Multilingual Evaluation Suite for Large Language Models Link: https://huggingface.co/papers/2502.07346 Repository: https://github.com/CONE-MT/BenchMAX Dataset Description BenchMAX_Problem_Solving is a dataset of BenchMAX, sourcing from LiveCodeBench_v4, which evaluates the code generation capability for solving multilingual competitive code problems. We extend the original English dataset by 16 non-English languages. The… See the full description on the dataset page: https://huggingface.co/datasets/LLaMAX/BenchMAX_Problem_Solving.texttext-generation10K<n<100K1 likes534 downloads2y agoHugging Face11togethercomputer /ParallelKernelBench_Problems ParallelKernelBench (benchmark) Reference problems for ParallelKernelBench: a benchmark for LLM-generated multi-GPU CUDA kernels. This dataset contains 87 reference implementations in reference/ and the input tensor specification in utils/input_output_tensors.py. Inputs are deterministic — reproduce them with create_input_tensor(rank, world_size, problem_id, base_shape, dtype, trial) from that file; you do not need stored .pt files. Files Path Description… See the full description on the dataset page: https://huggingface.co/datasets/togethercomputer/ParallelKernelBench_Problems.tabulartext-generationn<1K0 likes362 downloads3mo agoHugging Face12SciCodePile /SciCode-Programming-Problems DATA3: Programming Problems Generation Dataset Dataset Overview DATA3 is a large-scale programming problems generation dataset that contains AI-generated programming problems inspired by real scientific computing code snippets. The dataset consists of 22,532 programming problems, each paired with a comprehensive solution. These problems focus on scientific computing concepts such as numerical algorithms, data analysis, mathematical modeling, and computational methods in… See the full description on the dataset page: https://huggingface.co/datasets/SciCodePile/SciCode-Programming-Problems.texttext-generation10K<n<100K0 likes323 downloads6mo agoHugging Face13willychan21 /ParallelKernelBench_Problems ParallelKernelBench (benchmark) Reference problems for ParallelKernelBench: a benchmark for LLM-generated multi-GPU CUDA kernels. This dataset contains 87 reference implementations in reference/ and the input tensor specification in utils/input_output_tensors.py. Files Path Description data/problems.parquet One row per problem (tabular access) reference/*.py Reference solution() implementations utils/input_output_tensors.py Input/output tensor… See the full description on the dataset page: https://huggingface.co/datasets/willychan21/ParallelKernelBench_Problems.tabulartext-generationn<1K0 likes266 downloads4mo agoHugging Face14azminetoushikwasi /math-story-problems Math Story Problems Dataset Dataset Description This dataset contains mathematical word problems presented in multiple formats, from direct equations to complex story-based scenarios. It is designed for training and evaluating language models on mathematical reasoning tasks. Dataset Structure The dataset is split into three parts: Train: 131,072 samples Validation: 1,024 samples Test: 3,072 samples Features { "eq_qs": "string", # Equation… See the full description on the dataset page: https://huggingface.co/datasets/azminetoushikwasi/math-story-problems.textquestion-answering100K<n<1M1 likes227 downloads1y agoHugging Face15khaimaitien /leetcode_problem_solutionThis dataset contains: problems and solutions in Leetcode, crawled from: https://github.com/AnasImloul/Leetcode-Solutions The format of data: title: title of the problem algo_input: the description of the problem solution_py: the solution in Python solution_js: the solution in Js solution_java: the solution in Java solution_c: the solution in C texttext-generation1K<n<10K2 likes191 downloads3y agoHugging Face16HumynLabs /physics-problems Physics Problems Dataset Dataset Description: This dataset contains a collection of physics problems designed for educational and research purposes. Each problem includes a question, relevant equations, and, where applicable, numerical or symbolic solutions. The dataset covers topics such as mechanics, electromagnetism, thermodynamics, optics, and modern physics. The dataset supports training and evaluation of models in: Natural Language Processing (NLP) for physics problem-solving… See the full description on the dataset page: https://huggingface.co/datasets/HumynLabs/physics-problems.imagetext-generationn<1K7 likes160 downloads1y agoHugging Face17barc0 /100k-gpt4omini-description-gpt4omini-code_generated_problemsHere is the dataset of 100k synthetic data generated by 100 seeds. We generate the dataset with the following steps: Generate 120k descriptions by GPT4o-mini. Generate 120k codes follow each description by GPT4o-mini. Run the 120k codes and do auto-filtering. Get the final 100k legitimate ARC-like tasks with examples. texttext-generation100K<n<1M1 likes152 downloads2y agoHugging Face18Alishohadaee /leetcode-problems-dataset LeetCode Problems Dataset This dataset contains a comprehensive collection of LeetCode programming problems along with their features, metadata, and instructions. Attribution This dataset is derived from multiple sources: LeetCode's website (https://leetcode.com) — All problem content, solutions, and related materials are the property of LeetCode and are those that are available publicly (No premium problem is shared!). LeetCodeHelp (https://leetcodehelp.github.io) —… See the full description on the dataset page: https://huggingface.co/datasets/Alishohadaee/leetcode-problems-dataset.texttable-question-answering1K<n<10K3 likes132 downloads1y agoHugging Face19barc0 /100k-gpt4-description-gpt4omini-code_generated_problemsHere is the dataset of 100k synthetic data generated by 100 seeds. We generate the dataset with the following steps: Generate 120k descriptions by GPT4. Generate 120k codes follow each description by GPT4o-mini. Run the 120k codes and do auto-filtering. Get the final 100k legitimate ARC-like tasks with examples. texttext-generation100K<n<1M1 likes130 downloads2y agoHugging Face20SciCode /SciCode-Programming-Problemsgated DATA3: Programming Problems Generation Dataset Dataset Overview DATA3 is a large-scale programming problems generation dataset that contains AI-generated programming problems inspired by real scientific computing code snippets. The dataset consists of 22,532 programming problems, each paired with a comprehensive solution. These problems focus on scientific computing concepts such as numerical algorithms, data analysis, mathematical modeling, and computational… See the full description on the dataset page: https://huggingface.co/datasets/SciCode/SciCode-Programming-Problems.texttext-generation10K<n<100K1 likes83 downloads7mo agoHugging Face21sdiazlor /logic-problems-reasoning-dataset Dataset Card for my-distiset-a26cd729 This dataset has been created with distilabel. Dataset Summary This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI: distilabel pipeline run --config "https://huggingface.co/datasets/sdiazlor/my-distiset-a26cd729/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/sdiazlor/logic-problems-reasoning-dataset.texttext-generationn<1K0 likes82 downloads2y agoHugging Face22bala5046 /ai-research-problems AI Research Problems 1M Summary This dataset contains 1,000,000 synthetic research-ideation candidates across AI, machine learning, LLMs, RAG, AI agents, MCP, computer vision, robotics, safety, MLOps, and related fields. Important warning These records are synthetic combinations for research ideation. They are not claims that the problems are novel, unsolved, or absent from the literature. A researcher must verify novelty using papers, benchmarks… See the full description on the dataset page: https://huggingface.co/datasets/bala5046/ai-research-problems.texttext-classification1M<n<10M1 likes72 downloads7d agoHugging Face23AriaAICompany /or-bench-problems ORBench problems and recorded results 100 synthetic inventory, assignment, and scheduling instances for the ORBench demo. Organization dataset and collection are public. Live Gradio and the organization card are created by scripts/publish.py. Runnable Space source is stored in demo/. Collection: Aria AI — OR + LLM Evaluation. Generated data, seed 25. All identifiers are synthetic. Gold objectives come from OR-Tools CP-SAT on the same schema that ships in each row. LLM rows in… See the full description on the dataset page: https://huggingface.co/datasets/AriaAICompany/or-bench-problems.othern<1K0 likes65 downloads1d agoHugging Face24touristgpt /finecf-problems Dataset Card for FineCF Problems Dataset description FineCF Problems is a dataset of 9,768 Codeforces problems, each paired with a cleaned, per-problem editorial explaining the solution approach. Problems span the full difficulty range (800 to 3500) and cover a wide variety of algorithmic topics including dp, graphs, math, greedy, data structures, and more. You can load the dataset as follows: from datasets import load_dataset ds =… See the full description on the dataset page: https://huggingface.co/datasets/touristgpt/finecf-problems.tabulartext-generation1K<n<10K3 likes63 downloads5mo agoHugging Face25AbiralArch /hardware-cvdp-problems Hardware Design AI Training Dataset This dataset contains processed hardware design problems and Verilog code for training AI models. Contents CVDP Problems: 160 evaluation problems organized by domain and complexity Training Data: Instruction-code pairs for hardware design Metadata: Rich annotations for each problem Usage from datasets import load_dataset dataset = load_dataset("AbiralArch/hardware-cvdp-problems") Categories Module Generation… See the full description on the dataset page: https://huggingface.co/datasets/AbiralArch/hardware-cvdp-problems.texttext-generationn<1K0 likes56 downloads1y agoHugging Face26hllj /vi_math_problem_crawl Dataset Card for Vietnamese Elementary Math Knowledge and Workbook Dataset Summary The data includes information about elementary school math knowledge in Vietnam, as well as exercises compiled from books. This is a crawlable dataset that can be trained for text generation tasks. Supported Tasks and Leaderboards Languages The majority of the data is in Vietnamese, but there is still some English from some bilingual workbooks. Dataset… See the full description on the dataset page: https://huggingface.co/datasets/hllj/vi_math_problem_crawl.texttext-generation10K<n<100K1 likes53 downloads3y agoHugging Face27Beanbagdzf /graph_problem_traces_test1 Additional Information This dataset contains graph and discrete math problem-solving traces generated using the CAMEL framework. Each entry includes: A graph and discrete math problem statement A final answer A tool-based code solution Meta data texttext-generationn<1K0 likes43 downloads2y agoHugging Face28CJJones /Elementary_Math_Word_Problems_LLM_Training_Short Dataset Card for Math Problem Generator Dataset Summary This dataset contains a subset of 100,000 procedurally generated math word problems, covering various mathematical concepts and difficulty levels. The problems were generated using a Java program that creates contextual word problems with detailed solutions and explanations. 🔗 Full dataset available on Gumroad The full CJ Jones' synthetic dataset catalog is available at: https://datadeveloper1.gumroad.com Want more?… See the full description on the dataset page: https://huggingface.co/datasets/CJJones/Elementary_Math_Word_Problems_LLM_Training_Short.textquestion-answering10K<n<100K0 likes41 downloads7mo agoHugging Face29Minutor /adaption-math-word-problem-sub-2 This dataset is a remastered version prepared using Adaption's Adaptive Data platform. adaption-math_word_problem_sub_2 This dataset contains a diverse collection of mathematical word problems ranging from arithmetic and algebra to calculus and number theory. Each sample includes a detailed prompt followed by a step-by-step solution that demonstrates the logical reasoning or calculations required to reach the final answer. The solutions often incorporate intermediate… See the full description on the dataset page: https://huggingface.co/datasets/Minutor/adaption-math-word-problem-sub-2.texttext-generation10K<n<100K0 likes39 downloads2mo agoHugging Face30purewhite42 /formal_problem_solving_main Dataset Card for Formal Problem-Solving Benchmarks This dataset is part of the official implementation of Beyond Theorem Proving: Formulation, Framework and Benchmark for Formal Problem-Solving, accepted as an ICML 2026 Spotlight paper. Links: Paper: https://openreview.net/forum?id=hgMZraPlSv Project: https://github.com/Purewhite2019/formal_problem_solving_main Overview The benchmark supports three evaluation settings: Formal Problem-Solving (FPS): Given a… See the full description on the dataset page: https://huggingface.co/datasets/purewhite42/formal_problem_solving_main.texttext-generation1K<n<10K2 likes36 downloads3mo agoHugging Face

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