datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
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.recreate-bug-post-fix-v1-trimThis dataset was created using LeRobot.
Dataset Structure
meta/info.json:
{
"codebase_version": "v3.0",
"fps": 20,
"features": {
"action": {
"dtype": "float32",
"names": [
"shoulder_pan.pos",
"shoulder_lift.pos",
"elbow_flex.pos",
"wrist_flex.pos",
"wrist_roll.pos",
"gripper.pos",
"tilt.pos"
]… See the full description on the dataset page: https://huggingface.co/datasets/VibeCuisine/recreate-bug-post-fix-v1-trim.recreate-bug-pre-fix-v1-trimThis dataset was created using LeRobot.
Dataset Structure
meta/info.json:
{
"codebase_version": "v3.0",
"fps": 20,
"features": {
"action": {
"dtype": "float32",
"names": [
"shoulder_pan.pos",
"shoulder_lift.pos",
"elbow_flex.pos",
"wrist_flex.pos",
"wrist_roll.pos",
"gripper.pos",
"tilt.pos"
]… See the full description on the dataset page: https://huggingface.co/datasets/VibeCuisine/recreate-bug-pre-fix-v1-trim.fantastic_bugs_resultbug-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.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.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.auto_0207_bugauto_0207_bug_updateddisinformation-research-gaps
Disinformation Research Gap Atlas
     
An evidence-grounded atlas of research gaps in the global disinformation literature —… See the full description on the dataset page: https://huggingface.co/datasets/bugraayantr/disinformation-research-gaps.check_tail_bugThis dataset was created using LeRobot.
Dataset Structure
meta/info.json:
{
"codebase_version": "v3.0",
"robot_type": "bi_so_follower",
"total_episodes": 14,
"total_frames": 4162,
"total_tasks": 1,
"chunks_size": 1000000,
"data_files_size_in_mb": 10000,
"video_files_size_in_mb": 50000,
"fps": 30,
"splits": {
"train": "0:14"},
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path":… See the full description on the dataset page: https://huggingface.co/datasets/msmandelbrot/check_tail_bug.mini_bug_input.jsonapache_bug_reports4o_bug_input.jsontr-academic-gaps-education
Türk Akademik Boşluk Veri Seti — Eğitim (Pilot)
    
Türk eğitim literatüründeki araştırma boşluklarının kanıta dayalı,
yapay zekâ destekli haritası. 66,311 makale analiz edilerek… See the full description on the dataset page: https://huggingface.co/datasets/bugraayantr/tr-academic-gaps-education.public-diplomacy-research-gaps
Public Diplomacy Research Gap Atlas
     
küresel kamu diplomasisi literatüründeki araştırma boşluklarının kanıta dayalı… See the full description on the dataset page: https://huggingface.co/datasets/bugraayantr/public-diplomacy-research-gaps.pick_cube_bug_fixThis dataset was created using LeRobot.
Dataset Structure
meta/info.json:
{
"codebase_version": "v3.0",
"robot_type": null,
"total_episodes": 30,
"total_frames": 423,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 10,
"splits": {
"train": "0:30"
},
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path":… See the full description on the dataset page: https://huggingface.co/datasets/lilkm/pick_cube_bug_fix.zcc-compiler-bug-corpus
ZCC Compiler Bug Corpus
A growing dataset of confirmed, ground-truth C compiler codegen bugs, AST traversal faults, and SysV ABI violations discovered during the creation of the ZCC compiler.
Provenance Codebases (Stress Categories)
Baseline Arithmetic
Memory Allocation
Complex Expressions
SQLite 3.45.0
DOOM 1.10
Lua 5.4.6
libcurl-8.7.1 (Network/IO)
informal-bug-44e49c
informal-bug-44e49c
Synthetic products test data: 42 rows in data.csv.
All values are randomly generated fictional examples, not real observations, products, or user activity. Intended only for CSV loading and pipeline tests; not suitable for scientific or business conclusions. Columns are sampled independently and do not model real-world correlations.
Fields
sample_id: random identifier for this generated sample.
row_id: sequential row number starting at 1.… See the full description on the dataset page: https://huggingface.co/datasets/jerry317/informal-bug-44e49c.buggy-python-functionsBug_Reports_with_Sentimentswall_cube_FULL_bugThis dataset was created using LeRobot.
Dataset Structure
meta/info.json:
{
"codebase_version": "v3.0",
"robot_type": "so100_follower",
"total_episodes": 121,
"total_frames": 112942,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 500,
"fps": 30,
"splits": {
"train": "0:121"},
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path":… See the full description on the dataset page: https://huggingface.co/datasets/satvikahuja/wall_cube_FULL_bug.prg-bench-buggy
PRG-Bench — buggy competitive programming solutions
1000 competitive programming problems, each paired with a correct C++ solution and a
variant containing exactly one injected defect. Every problem appears once — statements
are deduplicated by text, not by contest id, because Codeforces mirrors its harder
problems across the Div1 and Div2 runnings of a contest under two different ids.
Built to study whether reasoning models detect subtle defects in code, and whether that… See the full description on the dataset page: https://huggingface.co/datasets/cooperlee123/prg-bench-buggy.briobinThis dataset was created using LeRobot.
Dataset Structure
meta/info.json:
{
"codebase_version": "v3.0",
"robot_type": "so_follower",
"total_episodes": 51,
"total_frames": 22577,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 30,
"splits": {
"train": "0:51"
},
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path":… See the full description on the dataset page: https://huggingface.co/datasets/buggybrain/briobin.COFFEE2-electric-bugalooThis dataset was created using LeRobot.
Dataset Structure
meta/info.json:
{
"codebase_version": "v3.0",
"robot_type": "so101_follower",
"total_episodes": 25,
"total_frames": 6132,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 500,
"fps": 30,
"splits": {
"train": "0:25"
},
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path":… See the full description on the dataset page: https://huggingface.co/datasets/elvisxiang/COFFEE2-electric-bugaloo.py-bug-trace-laguna-xs-2-l1-rolloutspy-bug-trace-laguna-xs-2-l1-rolloutsSplitted_Bug_report_Final_new_dataset_2024bug-fixing-latent-demos-v1diagnosed-agentic-bugs
Diagnosed Agentic Bugs (in the wild)
237 real instances of named failure modes found in public agentic-AI codebases
on GitHub, indexed against the ALEF Pattern Catalog.
Produced autonomously by ALEF (Autonomous Logic Engineering Framework),
an autonomous AI engine that scans the public OSS landscape and cross-references
findings against a published catalog of known failure modes.
What's in here
Each row is one diagnosis:
{
"ts": "2026-05-21T15:40:12.159Z",
"kind":… See the full description on the dataset page: https://huggingface.co/datasets/elia007/diagnosed-agentic-bugs.
