Android Bench Validator commited on
Commit ·
2dd1212
1
Parent(s): 1ab1866
update
Browse files- README.md +6 -6
- data/test.jsonl +2 -2
README.md
CHANGED
|
@@ -27,9 +27,9 @@ configs:
|
|
| 27 |
|
| 28 |
# MobileDev-Bench
|
| 29 |
|
| 30 |
-
**MobileDev-Bench** is a benchmark of **
|
| 31 |
|
| 32 |
-
> **Paper:** MobileDev-Bench: A Benchmark for Issue Resolution in Mobile Application Development
|
| 33 |
|
| 34 |
>**GitHub:** [mobiledev-bench](https://github.com/MobileDev-Bench) *(evaluation harness, scripts, Docker environments)*
|
| 35 |
|
|
@@ -39,7 +39,7 @@ configs:
|
|
| 39 |
|
| 40 |
| | |
|
| 41 |
|---|---|
|
| 42 |
-
| **Tasks** |
|
| 43 |
| **Repositories** | 19 production mobile apps |
|
| 44 |
| **Frameworks** | Android Native · React Native · Flutter |
|
| 45 |
| **Languages** | Kotlin · Java · TypeScript · Dart |
|
|
@@ -84,7 +84,7 @@ Each instance was derived from a merged GitHub pull request that resolves at lea
|
|
| 84 |
|
| 85 |
| Split | Instances | Description |
|
| 86 |
|---|---|---|
|
| 87 |
-
| `test` |
|
| 88 |
|
| 89 |
---
|
| 90 |
|
|
@@ -162,7 +162,7 @@ git clone https://huggingface.co/datasets/MobileDev-Bench/mobiledev-bench
|
|
| 162 |
```
|
| 163 |
|
| 164 |
|
| 165 |
-
|
| 166 |
|
| 167 |
```bibtex
|
| 168 |
@misc{fakorede2026mobiledevbench,
|
|
@@ -174,4 +174,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 |
-
```
|
|
|
|
| 27 |
|
| 28 |
# MobileDev-Bench
|
| 29 |
|
| 30 |
+
**MobileDev-Bench** is a benchmark of **407 verified real-world issue-resolution tasks** collected from 19 production mobile app repositories spanning Android Native (Java/Kotlin), React Native (TypeScript), and Flutter (Dart). It evaluates the ability of large language models to resolve authentic developer-reported issues in mobile applications through execution-based validation.
|
| 31 |
|
| 32 |
+
> **Paper:** [MobileDev-Bench: A Benchmark for Issue Resolution in Mobile Application Development](https://arxiv.org/abs/2603.24946)
|
| 33 |
|
| 34 |
>**GitHub:** [mobiledev-bench](https://github.com/MobileDev-Bench) *(evaluation harness, scripts, Docker environments)*
|
| 35 |
|
|
|
|
| 39 |
|
| 40 |
| | |
|
| 41 |
|---|---|
|
| 42 |
+
| **Tasks** | 407 verified instances |
|
| 43 |
| **Repositories** | 19 production mobile apps |
|
| 44 |
| **Frameworks** | Android Native · React Native · Flutter |
|
| 45 |
| **Languages** | Kotlin · Java · TypeScript · Dart |
|
|
|
|
| 84 |
|
| 85 |
| Split | Instances | Description |
|
| 86 |
|---|---|---|
|
| 87 |
+
| `test` | 407 | Verified benchmark instances with full evaluation metadata (`fix_patch`, `test_patch`, `test_command`, test results) |
|
| 88 |
|
| 89 |
---
|
| 90 |
|
|
|
|
| 162 |
```
|
| 163 |
|
| 164 |
|
| 165 |
+
## 📄 Citation
|
| 166 |
|
| 167 |
```bibtex
|
| 168 |
@misc{fakorede2026mobiledevbench,
|
|
|
|
| 174 |
primaryClass={cs.SE},
|
| 175 |
url={https://arxiv.org/abs/2603.24946},
|
| 176 |
}
|
| 177 |
+
```
|
data/test.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cb78797ae9d2a52a9f229fdb9b3e8cd5aeb51458f2e88e0ce581351c6a80be3
|
| 3 |
+
size 24561297
|