File size: 1,300 Bytes
0519923
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
license: apache-2.0
tags:
- GUI
- Agents
pretty_name: Android Control Test Set
---
# Android Control Test Set

## Notes
1. **NOTE** i uploaded it so it easier for running evaluation on it
2. I am not responsible if you use it in training :<
3. I assume most models train on train-set/val-set but not test-set
4. 
I assume that the ids here are episode_id
https://console.cloud.google.com/storage/browser/_details/gresearch/android_control/splits.json , so I download data using smolagents
https://huggingface.co/datasets/smolagents/android-control and iterate and filter ids to have only the real test set

## IMPORTANT
(notice smolagents dataset repo contain some part of partitioning but episode_id in it are different from the main source of data)

## Repo Structure
there small parquet files for downlading samples and explore it
then there's a huge zip-file (I figured it easier to download if I am going to eval on whole set inside kaggle or colab or other providers)

Thanks

## Citations
```
@article{li2024effects,
  title={On the Effects of Data Scale on Computer Control Agents},
  author={Li, Wei and Bishop, William and Li, Alice and Rawles, Chris and Campbell-Ajala, Folawiyo and Tyamagundlu, Divya and Riva, Oriana},
  journal={arXiv preprint arXiv:2406.03679},
  year={2024}
}
```