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
01JetBrains-Research /lca-bug-localization 🏟️ Long Code Arena (Bug localization) This is the benchmark for the Bug localization task as part of the 🏟️ Long Code Arena benchmark. The bug localization problem can be formulated as follows: given an issue with a bug description and a repository snapshot in a state where the bug is reproducible, identify the files within the repository that need to be modified to address the reported bug. The dataset provides all the required components for evaluation of bug localization… See the full description on the dataset page: https://huggingface.co/datasets/JetBrains-Research/lca-bug-localization.imagetext-generation10K<n<100K4 likes1.2k downloads2y agoHugging Face02srehaag /hf-bug-temptextn<1K0 likes965 downloads2y agoHugging Face03tiginamaria /bug-localization Bug Localization This is the data for Bug Localization benchmark. How-to Since the dataset is private, if you haven't used HF Hub before, add your token via huggingface-cli first: huggingface-cli login List all the available configs via datasets.get_dataset_config_names and choose an appropriate one Load the data via load_dataset: from datasets import load_dataset # Select a configuration from ["py", "java", "kt", "mixed"] configuration = "py" # Select a split from… See the full description on the dataset page: https://huggingface.co/datasets/tiginamaria/bug-localization.tabular10K<n<100K3 likes350 downloads2y agoHugging Face040xn0cta /bugbounty-hunter-v1 Bug Bounty Hunter v1 - Fine-Tuning Dataset The largest public dataset for training AI models on bug bounty hunting expertise. Overview 52,743 instruction-response pairs covering 40+ vulnerability types across 6 categories, extracted from real-world bug bounty writeups and security research. Dataset Summary This dataset is designed to fine-tune language models to become expert bug bounty hunters. Each example contains a technical instruction and a… See the full description on the dataset page: https://huggingface.co/datasets/0xn0cta/bugbounty-hunter-v1.texttext-generation10K<n<100K4 likes283 downloads3mo agoHugging Face05open-athena /rl_rl-conf_24GP_base-yaml_mode-path_r2eg-nl2b-stac-bugs-fixt_trai-data_exp_rpt_stac-php-largtext10K<n<100K0 likes220 downloads7mo agoHugging Face06shivank21 /ierd-codeforces-subtle-bugs IERD Codeforces subtle bugs This public dataset contains 682 generated buggy C++ solutions for 682 Codeforces problems. Each solution passes most tests in the frozen source corpus and fails from one to five stored human or Hugging Face tests. The package also contains the frozen manifest, provenance files, and aggregate reports from the final test generation study. Source and version The problems, tests, and reference solution candidates come from… See the full description on the dataset page: https://huggingface.co/datasets/shivank21/ierd-codeforces-subtle-bugs.tabulartext-generation100K<n<1M0 likes186 downloads1mo agoHugging Face07VmaxRL /SWEUniverse-Repaired-Bugpilot SWEUniverse Repaired Bugpilot Reformatted repaired dataset from VmaxRL/SWEUniverse-Repaired-Bugpilot. Rows: 804 Columns are exactly: Task id initial p2p new p2p initial f2p new f2p default test command new test command test parser image name patch problem statement repo initial f2p/initial p2p are the source labels before repair; new f2p/new p2p are the repaired labels used for evaluation. textn<1K0 likes179 downloads4mo agoHugging Face08r1v3r /SWE-bench_mini_bug_input_check_bug_report__fs-oracletextn<1K0 likes177 downloads2y agoHugging Face09r1v3r /SWE-bench_validated_12_18_bug_report_bug_report__fs-oracletextn<1K0 likes175 downloads2y agoHugging Face10NeuroDragon /BuggedPythonLeetCode Dataset Description edit: fixed some bugs with datasets not handling all pyarrow types. Dataset Summary This dataset consists of Python coding problems from LeetCode, which have been bugged using the OpenBugger package. This dataset provides a unique opportunity to study the debugging process in a controlled and replicable environment. For each correct code snippet, 15 bugged versions were attempted. For each succesfully bugged version, a corresponding question mimicking… See the full description on the dataset page: https://huggingface.co/datasets/NeuroDragon/BuggedPythonLeetCode.texttext-generation10K<n<100K11 likes173 downloads3y agoHugging Face11r1v3r /SWE-bench_4o_bug_input_check_bug_report__fs-oracletextn<1K0 likes167 downloads2y agoHugging Face12r1v3r /SWE-bench_asterinas_bug_report__fs-oracletextn<1K0 likes162 downloads2y agoHugging Face13open-athena /rl_rl-conf_24GP_base-yaml_mode-path_r2eg-nl2b-stac-bugs-fixt_trai-data_exp_rpt_stac-self-largtext10K<n<100K0 likes158 downloads7mo agoHugging Face14anon-iclr-submission /benchname-bug-localization 🥷 BenchName (Bug localization) This is the benchmark for the Bug localization task as part of the 🥷 BenchName benchmark. The bug localization problem can be formulated as follows: given an issue with a bug description and a repository snapshot in a state where the bug is reproducible, identify the files within the repository that need to be modified to address the reported bug. The dataset provides all the required components for evaluation of bug localization approaches in… See the full description on the dataset page: https://huggingface.co/datasets/anon-iclr-submission/benchname-bug-localization.tabulartext-generation10K<n<100K0 likes157 downloads1y agoHugging Face15open-athena /rl_rl-conf_24GP_base-yaml_mode-path_r2eg-nl2b-stac-bugs-fixt_trai-data_exp_rpt_pyme-largtext10K<n<100K0 likes148 downloads7mo agoHugging Face16stair-lab /fantastic-bugs Fantastic Bugs and Where to Find Them in AI Benchmarks NeurIPS 2025 This dataset accompanies the paper Fantastic Bugs and Where to Find Them in AI Benchmarks. It provides both the raw data for running the analysis pipeline and the curated output of detected anomalous items. Repository Structure fantastic-bugs/ ├── data/ # Curated output (404 anomalous items with expert reviews) │ ├── gsm-*.parquet │ ├── med_qa-*.parquet │ └── ... │ └── raw/… See the full description on the dataset page: https://huggingface.co/datasets/stair-lab/fantastic-bugs.textn<1K0 likes120 downloads8mo agoHugging Face17open-athena /rl_rl-conf_24GP_base-yaml_mode-path_r2eg-nl2b-stac-bugs-fixt-agai_trai-data_exp_rpt_stac-rusttext10K<n<100K0 likes120 downloads7mo agoHugging Face18VmaxRL /SWEUniverse-Repaired-Bugpilot-350 SWEUniverse-Repaired-Bugpilot-350 A deterministic 350-task subset in the swe_fix_training_row_v1 format introduced in PR #1942. Schema: swe_fix_training_row_v1 Source dataset: VmaxRL/SWEUniverse-Repaired-Bugpilot Rows: 350 Split: train Task variant: generated_bug_intro Source kind: swesmith Generator id: bugpilot The subset was sampled from validated accepted tasks and preserves the validated repository distribution as closely as possible. pass_to_pass excludes any labels also… See the full description on the dataset page: https://huggingface.co/datasets/VmaxRL/SWEUniverse-Repaired-Bugpilot-350.textn<1K0 likes118 downloads4mo agoHugging Face19chats-bug /red-pyjama-sample-1T-max-chunk-16ktext100K<n<1M0 likes115 downloads3y agoHugging Face20open-athena /rl_rl-conf_24GP_base_noth-yaml_mode-path_r2eg-nl2b-stac-bugs_trai-data_exp_rpt_stac-self-largtext10K<n<100K0 likes108 downloads7mo agoHugging Face21cchoi1 /lcb_bugbenchtextn<1K0 likes97 downloads9mo agoHugging Face22lrhammond /buggy-appsThis dataset was constructed for use in the paper Neural Interactive Proofs. It is based on the APPS benchmark for code generation (see also the corresponding Hugging Face dataset). It includes includes a number of coding problems with both buggy and non-buggy solutions (though note that, apparently, in AlphaCode the authors found that this dataset can generate many false positives during evaluation, where incorrect submissions are marked as correct due to lack of test coverage). Each datum… See the full description on the dataset page: https://huggingface.co/datasets/lrhammond/buggy-apps.text1K<n<10K2 likes92 downloads2y agoHugging Face23ArkhAngelLifeJiggy /bugbounty-hunter-v1 Bug Bounty Hunter v1 - Fine-Tuning Dataset The largest public dataset for training AI models on bug bounty hunting expertise. Overview 52,743 instruction-response pairs covering 40+ vulnerability types across 6 categories, extracted from real-world bug bounty writeups and security research. Dataset Summary This dataset is designed to fine-tune language models to become expert bug bounty hunters. Each example contains a technical instruction and a… See the full description on the dataset page: https://huggingface.co/datasets/ArkhAngelLifeJiggy/bugbounty-hunter-v1.texttext-generation10K<n<100K1 likes92 downloads11d agoHugging Face24switlydev /linux-kernel-bugfixes-diffs 🐧 Linux Kernel Bugfixes & Patches Dataset (Instruction-Tuned) 📖 Dataset Description This dataset is a highly curated, instruction-tuned collection of problem-solution pairs extracted directly from the official Linux Kernel Git repository (torvalds/linux). It is specifically designed to train Large Language Models (LLMs) on low-level C programming, kernel architecture, memory management, and security vulnerability patching. Unlike raw commit histories, this… See the full description on the dataset page: https://huggingface.co/datasets/switlydev/linux-kernel-bugfixes-diffs.texttext-generation100K<n<1M0 likes90 downloads2mo agoHugging Face25open-athena /rl_rl-conf_24GP_base_noth-yaml_mode-path_r2eg-nl2b-stac-bugs_trai-data_exp_rpt_pyme-largtext10K<n<100K0 likes87 downloads7mo agoHugging Face26chats-bug /input_tools_plans Dataset Card for "input_tools_plans" More Information needed text10K<n<100K9 likes83 downloads3y agoHugging Face27bug-localization /BeetleBox Dataset Card for Dataset Name BeetleBox Dataset Details The BeetleBox dataset is a comprehensive multi-language, multi-project dataset designed for bug localization research. It includes 26,321 bugs from 29 projects, covering five major programming languages: Java, Python, C++, JavaScript, and Go. The dataset was meticulously curated to ensure accuracy, with a manual analysis revealing an incorrect ground truth rate of only 0.06%. Dataset Description The… See the full description on the dataset page: https://huggingface.co/datasets/bug-localization/BeetleBox.text10K<n<100K1 likes82 downloads1y agoHugging Face28r1v3r /auto_0207_bugtabularn<1K0 likes76 downloads2y agoHugging Face29cchoi1 /bugs_human_edited_lm_evaltext1K<n<10K0 likes76 downloads9mo agoHugging Face30swesynth /BugsInPy-logstextn<1K0 likes75 downloads2y agoHugging Face

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