mehilshah commited on
Commit
e1f39d0
·
verified ·
1 Parent(s): 562c667

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. CITATION.cff +52 -0
  2. README.md +9 -39
CITATION.cff ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use AIFaultBench, please cite it as below."
3
+ type: dataset
4
+ title: "AIFaultBench: A Reproducible Benchmark of Real-World AI Software Faults"
5
+ abstract: >-
6
+ AIFaultBench is a benchmark of 770 real-world AI software faults collected from
7
+ 105 open-source repositories across 76 organizations, spanning traditional
8
+ machine learning, deep learning, large language model infrastructure,
9
+ reinforcement learning, agentic AI systems, and AI tooling. Each fault ships
10
+ with the original GitHub issue report, a minimal reproduction script, a
11
+ dependency specification, codebase reconstruction and environment setup
12
+ scripts, reproduction logs, structured metadata, and a reproduction
13
+ trajectory. 652 of the 770 faults (85%) are verified reproducible; the
14
+ remainder document the reasons preventing reproduction.
15
+ authors:
16
+ - family-names: Shah
17
+ given-names: "Mehil B."
18
+ email: shahmehil@dal.ca
19
+ affiliation: "Dalhousie University"
20
+ - family-names: Rahman
21
+ given-names: "Mohammad Masudur"
22
+ affiliation: "Dalhousie University"
23
+ - family-names: Khomh
24
+ given-names: Foutse
25
+ affiliation: "Polytechnique Montréal"
26
+ doi: 10.5281/zenodo.21763133
27
+ identifiers:
28
+ - type: doi
29
+ value: 10.5281/zenodo.21763133
30
+ description: "Version DOI for v1.1."
31
+ - type: doi
32
+ value: 10.5281/zenodo.21763132
33
+ description: "Concept DOI — always resolves to the latest version."
34
+ url: "https://zenodo.org/records/21763133"
35
+ repository-code: "https://github.com/mehilshah/AIFaultBench"
36
+ repository-artifact: "https://huggingface.co/datasets/mehilshah/AIFaultBench"
37
+ license: CC-BY-4.0
38
+ version: v1.1
39
+ date-released: 2026-08-02
40
+ keywords:
41
+ - benchmark
42
+ - software engineering
43
+ - bug reproduction
44
+ - fault localization
45
+ - automated program repair
46
+ - debugging
47
+ - machine learning
48
+ - deep learning
49
+ - large language models
50
+ - agentic AI
51
+ - reinforcement learning
52
+ - mining software repositories
README.md CHANGED
@@ -1,39 +1,8 @@
1
- ---
2
- pretty_name: AIFaultBench
3
- license: cc-by-4.0
4
- language:
5
- - en
6
- - code
7
- size_categories:
8
- - n<1K
9
- task_categories:
10
- - other
11
- tags:
12
- - software-engineering
13
- - bug-reproduction
14
- - fault-localization
15
- - automated-program-repair
16
- - debugging
17
- - benchmark
18
- - machine-learning
19
- - deep-learning
20
- - llm-infrastructure
21
- - agentic-ai
22
- - reinforcement-learning
23
- - msr
24
- - mining-software-repositories
25
- configs:
26
- - config_name: default
27
- data_files:
28
- - split: train
29
- path: index.csv
30
- ---
31
-
32
  # AIFaultBench: A Benchmark of Real-World Faults in AI Software Systems
33
 
34
- [![Dataset on Zenodo](https://img.shields.io/badge/dataset-Zenodo-1682d4.svg)](https://doi.org/10.5281/zenodo.21422606)
35
- [![Dataset on HF](https://img.shields.io/badge/dataset-%F0%9F%A4%97%20Hugging%20Face-yellow.svg)](https://huggingface.co/datasets/mehilshah/MSR-MiningChallenge-2027)
36
- [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21422606.svg)](https://doi.org/10.5281/zenodo.21422606)
37
 
38
  AIFaultBench is a benchmark of **770 real-world AI software faults** collected from **105 open-source repositories** across **76 organizations**, spanning traditional machine learning, deep learning, large language model infrastructure, reinforcement learning, agentic AI systems, and AI tooling.
39
 
@@ -130,7 +99,7 @@ The index is also exposed through the Hugging Face dataset viewer:
130
  ```python
131
  from datasets import load_dataset
132
 
133
- index = load_dataset("mehilshah/MSR-MiningChallenge-2027", split="train")
134
  ```
135
 
136
  Note that `bug_id` is a zero-padded three-digit string (`001`, …, `774`) that names the
@@ -167,11 +136,12 @@ Together, these provide a fully executable reproduction package suitable for eva
167
  ## Citation
168
 
169
  ```bibtex
170
- @misc{AIFaultBench_2027,
171
  title={AIFaultBench: A Reproducible Benchmark of Real-World AI Software Faults},
172
  author={Shah, Mehil B and Rahman, Mohammad Masudur and Khomh, Foutse},
173
- year={2027},
174
- doi={10.5281/zenodo.21422606}
 
175
  }
176
  ```
177
 
@@ -182,4 +152,4 @@ Together, these provide a fully executable reproduction package suitable for eva
182
  The reproduction scripts, metadata, and benchmark packaging are released under
183
  [CC BY 4.0](LICENSE).
184
 
185
- Each original bug report and source repository remains under its respective upstream license.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # AIFaultBench: A Benchmark of Real-World Faults in AI Software Systems
2
 
3
+ [![Dataset on Zenodo](https://img.shields.io/badge/dataset-Zenodo-1682d4.svg)](https://zenodo.org/records/21763133)
4
+ [![Dataset on HF](https://img.shields.io/badge/dataset-%F0%9F%A4%97%20Hugging%20Face-yellow.svg)](https://huggingface.co/datasets/mehilshah/AIFaultBench)
5
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21763133.svg)](https://doi.org/10.5281/zenodo.21763133)
6
 
7
  AIFaultBench is a benchmark of **770 real-world AI software faults** collected from **105 open-source repositories** across **76 organizations**, spanning traditional machine learning, deep learning, large language model infrastructure, reinforcement learning, agentic AI systems, and AI tooling.
8
 
 
99
  ```python
100
  from datasets import load_dataset
101
 
102
+ index = load_dataset("mehilshah/AIFaultBench", split="train")
103
  ```
104
 
105
  Note that `bug_id` is a zero-padded three-digit string (`001`, …, `774`) that names the
 
136
  ## Citation
137
 
138
  ```bibtex
139
+ @misc{AIFaultBench_2026,
140
  title={AIFaultBench: A Reproducible Benchmark of Real-World AI Software Faults},
141
  author={Shah, Mehil B and Rahman, Mohammad Masudur and Khomh, Foutse},
142
+ year={2026},
143
+ doi={10.5281/zenodo.21763133},
144
+ url={https://zenodo.org/records/21763133}
145
  }
146
  ```
147
 
 
152
  The reproduction scripts, metadata, and benchmark packaging are released under
153
  [CC BY 4.0](LICENSE).
154
 
155
+ Each original bug report and source repository remains under its respective upstream license.