Android Bench Validator commited on
Commit ·
bcd1edf
1
Parent(s): 2dd1212
update readme
Browse files
README.md
CHANGED
|
@@ -43,10 +43,10 @@ configs:
|
|
| 43 |
| **Repositories** | 19 production mobile apps |
|
| 44 |
| **Frameworks** | Android Native · React Native · Flutter |
|
| 45 |
| **Languages** | Kotlin · Java · TypeScript · Dart |
|
| 46 |
-
| **Difficulty tiers** | Easy (
|
| 47 |
-
| **Avg. files changed** |
|
| 48 |
-
| **Avg. lines changed** |
|
| 49 |
-
| **Multi-artifact fixes** |
|
| 50 |
| **Human verified** | ✅ All instances manually verified |
|
| 51 |
|
| 52 |
<!-- ---
|
|
@@ -164,7 +164,9 @@ git clone https://huggingface.co/datasets/MobileDev-Bench/mobiledev-bench
|
|
| 164 |
|
| 165 |
## 📄 Citation
|
| 166 |
|
| 167 |
-
|
|
|
|
|
|
|
| 168 |
@misc{fakorede2026mobiledevbench,
|
| 169 |
title={MobileDev-Bench: A Benchmark for Issue Resolution in Mobile Application Development},
|
| 170 |
author={Moshood A. Fakorede and Krishna Upadhyay and A. B. Siddique and Umar Farooq},
|
|
@@ -174,4 +176,4 @@ git clone https://huggingface.co/datasets/MobileDev-Bench/mobiledev-bench
|
|
| 174 |
primaryClass={cs.SE},
|
| 175 |
url={https://arxiv.org/abs/2603.24946},
|
| 176 |
}
|
| 177 |
-
```
|
|
|
|
| 43 |
| **Repositories** | 19 production mobile apps |
|
| 44 |
| **Frameworks** | Android Native · React Native · Flutter |
|
| 45 |
| **Languages** | Kotlin · Java · TypeScript · Dart |
|
| 46 |
+
| **Difficulty tiers** | Easy (138) · Medium (139) · Hard (130) |
|
| 47 |
+
| **Avg. files changed** | 12.9 |
|
| 48 |
+
| **Avg. lines changed** | 334.6 |
|
| 49 |
+
| **Multi-artifact fixes** | 41% of instances |
|
| 50 |
| **Human verified** | ✅ All instances manually verified |
|
| 51 |
|
| 52 |
<!-- ---
|
|
|
|
| 164 |
|
| 165 |
## 📄 Citation
|
| 166 |
|
| 167 |
+
**_to be updated_**
|
| 168 |
+
|
| 169 |
+
<!-- ```bibtex
|
| 170 |
@misc{fakorede2026mobiledevbench,
|
| 171 |
title={MobileDev-Bench: A Benchmark for Issue Resolution in Mobile Application Development},
|
| 172 |
author={Moshood A. Fakorede and Krishna Upadhyay and A. B. Siddique and Umar Farooq},
|
|
|
|
| 176 |
primaryClass={cs.SE},
|
| 177 |
url={https://arxiv.org/abs/2603.24946},
|
| 178 |
}
|
| 179 |
+
``` -->
|