Android Bench Validator commited on
Commit
1a8a1f1
·
1 Parent(s): d6104a2

Updated README

Browse files
Files changed (1) hide show
  1. README.md +3 -17
README.md CHANGED
@@ -29,7 +29,7 @@ configs:
29
 
30
  **MobileDev-Bench** is a benchmark of **415 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 Comprehensive Benchmark for Issue Resolution in Mobile Applications](https://arxiv.org/abs/2603.24946)
33
 
34
  >**GitHub:** [mobiledev-bench](https://github.com/MobileDev-Bench) *(evaluation harness, scripts, Docker environments)*
35
 
@@ -161,22 +161,8 @@ git lfs install
161
  git clone https://huggingface.co/datasets/MobileDev-Bench/mobiledev-bench
162
  ```
163
 
164
- <!-- ### Running Evaluation
165
 
166
- Use the [evaluation harness](https://github.com/mobiledev-bench/mobiledev-bench) with Docker environments:
167
-
168
- ```bash
169
- python mobilebench/harness/run_android_bench.py \
170
- data/tasks/dataset.jsonl \
171
- data/inference/predictions.jsonl \
172
- --run-id my_evaluation
173
- ```
174
-
175
- Evaluation requires Docker and the `mingc/android-build-box` image family. See the repository README for full setup instructions.
176
-
177
- --- -->
178
-
179
- ## 📄 Citation
180
 
181
  ```bibtex
182
  @misc{fakorede2026mobiledevbench,
@@ -188,4 +174,4 @@ Evaluation requires Docker and the `mingc/android-build-box` image family. See t
188
  primaryClass={cs.SE},
189
  url={https://arxiv.org/abs/2603.24946},
190
  }
191
- ```
 
29
 
30
  **MobileDev-Bench** is a benchmark of **415 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 Comprehensive Benchmark for Issue Resolution in Mobile Applications
33
 
34
  >**GitHub:** [mobiledev-bench](https://github.com/MobileDev-Bench) *(evaluation harness, scripts, Docker environments)*
35
 
 
161
  git clone https://huggingface.co/datasets/MobileDev-Bench/mobiledev-bench
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
+ ``` -->