File size: 2,776 Bytes
f1d1c7e
 
7f90cf7
f1d1c7e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36545c7
 
 
5a503e0
 
 
 
 
7f90cf7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d164436
 
 
3c854ed
7c36ebe
3c854ed
 
 
f1d1c7e
 
 
 
 
36545c7
 
5a503e0
 
7f90cf7
 
 
 
d164436
 
3c854ed
 
7c36ebe
 
 
 
 
f1d1c7e
84e4654
7c36ebe
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
dataset_info:
- config_name: unseen_subject
  features:
  - name: ep_id
    dtype: string
  - name: step_id
    dtype: int64
  - name: android_api_level
    dtype: int64
  - name: current_activity
    dtype: string
  - name: device_type
    dtype: string
  - name: episode_length
    dtype: int64
  - name: goal_info
    dtype: string
  - name: image_encoded
    dtype: image
  - name: image_ui_annotations_positions
    sequence: float64
  - name: image_ui_annotations_text
    sequence: string
  - name: image_ui_annotations_ui_types
    sequence: string
  - name: results_action_type
    dtype: int64
  - name: results_type_action
    sequence: string
  - name: results_yx_touch
    sequence: float64
  - name: results_yx_lift
    sequence: float64
  splits:
  - name: train
    num_bytes: 10257465734.5
    num_examples: 65340
  - name: test
    num_bytes: 1192319438.875
    num_examples: 7729
  - name: validation
    num_bytes: 1504033060.125
    num_examples: 9655
  download_size: 8881095729
  dataset_size: 12953818233.5
- config_name: unseen_verb
  features:
  - name: ep_id
    dtype: string
  - name: step_id
    dtype: int64
  - name: android_api_level
    dtype: int64
  - name: current_activity
    dtype: string
  - name: device_type
    dtype: string
  - name: episode_length
    dtype: int64
  - name: goal_info
    dtype: string
  - name: image_encoded
    dtype: image
  - name: image_ui_annotations_positions
    sequence: float64
  - name: image_ui_annotations_text
    sequence: string
  - name: image_ui_annotations_ui_types
    sequence: string
  - name: results_action_type
    dtype: int64
  - name: results_type_action
    sequence: string
  - name: results_yx_touch
    sequence: float64
  - name: results_yx_lift
    sequence: float64
  splits:
  - name: train
    num_bytes: 10657237285.25
    num_examples: 67766
  - name: validation
    num_bytes: 1372859548.625
    num_examples: 8979
  - name: test
    num_bytes: 1336086596
    num_examples: 8528
  download_size: 9040866227
  dataset_size: 13366183429.875
configs:
- config_name: unseen_subject
  data_files:
  - split: train
    path: unseen_subject/train-*
  - split: test
    path: unseen_subject/test-*
  - split: validation
    path: unseen_subject/validation-*
- config_name: unseen_verb
  data_files:
  - split: train
    path: unseen_verb/train-*
  - split: validation
    path: unseen_verb/validation-*
  - split: test
    path: unseen_verb/test-*
license: cc-by-4.0
task_categories:
- visual-question-answering
language:
- en
---

For more details, please refer to paper [Android in the Wild: A Large-Scale Dataset for Android Device Control](https://arxiv.org/abs/2307.10088), and [github](https://github.com/google-research/google-research/tree/master/android_in_the_wild)