Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    FileNotFoundError
Message:      [Errno 2] No such file or directory: '/tmp/hf-datasets-cache/medium/datasets/32917560209410-config-parquet-and-info-advaitgupta-aitw-c1f6743a/hub/datasets--advaitgupta--aitw/snapshots/81428849ed4dfe39c0b381f7d8dcbc406271e90c/train/episode_9675547440478729807_215-271_Open_newegg_com_step_0.png'
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1626, in _prepare_split_single
                  writer.write(example, key)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 552, in write
                  self.write_examples_on_file()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 510, in write_examples_on_file
                  self.write_batch(batch_examples=batch_examples)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 630, in write_batch
                  self.write_table(pa_table, writer_batch_size)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 645, in write_table
                  pa_table = embed_table_storage(pa_table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2271, in embed_table_storage
                  arrays = [
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2272, in <listcomp>
                  embed_array_storage(table[name], feature) if require_storage_embed(feature) else table[name]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1796, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1796, in <listcomp>
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2141, in embed_array_storage
                  return feature.embed_storage(array)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 272, in embed_storage
                  [
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 273, in <listcomp>
                  (path_to_bytes(x["path"]) if x["bytes"] is None else x["bytes"]) if x is not None else None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/py_utils.py", line 311, in wrapper
                  return func(value) if value is not None else None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 267, in path_to_bytes
                  with xopen(path, "rb") as f:
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/file_utils.py", line 944, in xopen
                  return open(main_hop, mode, *args, **kwargs)
              FileNotFoundError: [Errno 2] No such file or directory: '/tmp/hf-datasets-cache/medium/datasets/32917560209410-config-parquet-and-info-advaitgupta-aitw-c1f6743a/hub/datasets--advaitgupta--aitw/snapshots/81428849ed4dfe39c0b381f7d8dcbc406271e90c/train/episode_9675547440478729807_215-271_Open_newegg_com_step_0.png'
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1635, in _prepare_split_single
                  num_examples, num_bytes = writer.finalize()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 657, in finalize
                  self.write_examples_on_file()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 510, in write_examples_on_file
                  self.write_batch(batch_examples=batch_examples)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 630, in write_batch
                  self.write_table(pa_table, writer_batch_size)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 645, in write_table
                  pa_table = embed_table_storage(pa_table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2271, in embed_table_storage
                  arrays = [
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2272, in <listcomp>
                  embed_array_storage(table[name], feature) if require_storage_embed(feature) else table[name]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1796, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1796, in <listcomp>
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2141, in embed_array_storage
                  return feature.embed_storage(array)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 272, in embed_storage
                  [
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 273, in <listcomp>
                  (path_to_bytes(x["path"]) if x["bytes"] is None else x["bytes"]) if x is not None else None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/py_utils.py", line 311, in wrapper
                  return func(value) if value is not None else None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 267, in path_to_bytes
                  with xopen(path, "rb") as f:
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/file_utils.py", line 944, in xopen
                  return open(main_hop, mode, *args, **kwargs)
              FileNotFoundError: [Errno 2] No such file or directory: '/tmp/hf-datasets-cache/medium/datasets/32917560209410-config-parquet-and-info-advaitgupta-aitw-c1f6743a/hub/datasets--advaitgupta--aitw/snapshots/81428849ed4dfe39c0b381f7d8dcbc406271e90c/train/episode_9675547440478729807_215-271_Open_newegg_com_step_0.png'
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1436, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1053, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 925, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1649, in _download_and_prepare
                  super()._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1001, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1487, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1644, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
task
string
step_id
int64
action_history
string
question
string
options
sequence
correct_answer
string
source_dataset
string
check android version
0
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Back", "Button: Press Home", "Type: 'search'", "Tap: [206, 691]" ]
Button: Press Home
google_apps
check android version
1
Step 0: Pressed Button: Press Home
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Left", "Tap: [262, 682]", "Button: Press Enter", "Swipe: Swipe Up" ]
Swipe: Swipe Up
google_apps
check android version
2
Step 0: Pressed Button: Press Home Step 1: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [230, 163]", "Type: 'settings'", "Tap: [244, 163]", "Swipe: Down" ]
Tap: [244, 163]
google_apps
check android version
3
Step 0: Pressed Button: Press Home Step 1: Swiped: Swipe Up Step 2: Tapped at pixel coordinates (x,y): [244, 163]
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Back", "Type: 'settings'", "Swipe: Right", "Swipe: Swipe Up" ]
Swipe: Swipe Up
google_apps
check android version
4
Step 0: Pressed Button: Press Home Step 1: Swiped: Swipe Up Step 2: Tapped at pixel coordinates (x,y): [244, 163] Step 3: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Swipe Up", "Button: Press Back", "Type: 'settings'", "Swipe: Left" ]
Swipe: Swipe Up
google_apps
check android version
5
Step 0: Pressed Button: Press Home Step 1: Swiped: Swipe Up Step 2: Tapped at pixel coordinates (x,y): [244, 163] Step 3: Swiped: Swipe Up Step 4: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Enter", "Swipe: Left", "Swipe: Swipe Up", "Type: 'search'" ]
Swipe: Swipe Up
google_apps
check android version
6
Step 0: Pressed Button: Press Home Step 1: Swiped: Swipe Up Step 2: Tapped at pixel coordinates (x,y): [244, 163] Step 3: Swiped: Swipe Up Step 4: Swiped: Swipe Up Step 5: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Enter", "Swipe: Left", "Type: 'ok'", "Swipe: Swipe Up" ]
Swipe: Swipe Up
google_apps
check android version
7
Step 0: Pressed Button: Press Home Step 1: Swiped: Swipe Up Step 2: Tapped at pixel coordinates (x,y): [244, 163] Step 3: Swiped: Swipe Up Step 4: Swiped: Swipe Up Step 5: Swiped: Swipe Up Step 6: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [190, 631]", "Tap: [190, 530]", "Button: Press Back", "Swipe: Left" ]
Tap: [190, 631]
google_apps
check android version
8
Step 0: Pressed Button: Press Home Step 1: Swiped: Swipe Up Step 2: Tapped at pixel coordinates (x,y): [244, 163] Step 3: Swiped: Swipe Up Step 4: Swiped: Swipe Up Step 5: Swiped: Swipe Up Step 6: Swiped: Swipe Up Step 7: Tapped at pixel coordinates (x,y): [190, 631]
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'search'", "Swipe: Left", "Button: Press Home", "Swipe: Swipe Up" ]
Swipe: Swipe Up
google_apps
check android version
9
Step 0: Pressed Button: Press Home Step 1: Swiped: Swipe Up Step 2: Tapped at pixel coordinates (x,y): [244, 163] Step 3: Swiped: Swipe Up Step 4: Swiped: Swipe Up Step 5: Swiped: Swipe Up Step 6: Swiped: Swipe Up Step 7: Tapped at pixel coordinates (x,y): [190, 631] Step 8: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [89, 515]", "Button: Press Back", "Tap: [89, 548]", "Type: 'search'" ]
Tap: [89, 548]
google_apps
set an alarm
0
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Right", "Swipe: Swipe Up", "Type: 'ok'", "Button: Press Home" ]
Swipe: Swipe Up
google_apps
set an alarm
1
Step 0: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [369, 406]", "Type: 'settings'", "Swipe: Right", "Tap: [369, 493]" ]
Tap: [369, 406]
google_apps
set an alarm
2
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [369, 406]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [60, 80]", "Button: Press Enter", "Type: 'search'", "Tap: [50, 77]" ]
Tap: [50, 77]
google_apps
set an alarm
3
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [369, 406] Step 2: Tapped at pixel coordinates (x,y): [50, 77]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [213, 615]", "Type: 'settings'", "Tap: [213, 680]", "Swipe: Down" ]
Tap: [213, 615]
google_apps
set an alarm
4
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [369, 406] Step 2: Tapped at pixel coordinates (x,y): [50, 77] Step 3: Tapped at pixel coordinates (x,y): [213, 615]
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'search'", "Swipe: Left", "Tap: [334, 569]", "Tap: [334, 610]" ]
Tap: [334, 569]
google_apps
When is my next appointment?
0
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Up", "Swipe: Swipe Up", "Tap: [65, 642]", "Type: 'ok'" ]
Swipe: Swipe Up
google_apps
When is my next appointment?
1
Step 0: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Swipe Up", "Tap: [330, 685]", "Swipe: Down", "Type: 'settings'" ]
Swipe: Swipe Up
google_apps
When is my next appointment?
2
Step 0: Swiped: Swipe Up Step 1: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'ok'", "Swipe: Right", "Tap: [60, 300]", "Tap: [60, 222]" ]
Tap: [60, 222]
google_apps
When is my next appointment?
3
Step 0: Swiped: Swipe Up Step 1: Swiped: Swipe Up Step 2: Tapped at pixel coordinates (x,y): [60, 222]
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Swipe Down", "Swipe: Left", "Button: Press Enter", "Type: 'ok'" ]
Swipe: Swipe Down
google_apps
When is my next appointment?
4
Step 0: Swiped: Swipe Up Step 1: Swiped: Swipe Up Step 2: Tapped at pixel coordinates (x,y): [60, 222] Step 3: Swiped: Swipe Down
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [67, 397]", "Type: 'search'", "Button: Press Enter", "Tap: [132, 397]" ]
Tap: [67, 397]
google_apps
Go to ESPN.com
0
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [135, 50]", "Button: Press Home", "Swipe: Down", "Button: Press Enter" ]
Button: Press Home
google_apps
Go to ESPN.com
1
Step 0: Pressed Button: Press Home
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [163, 495]", "Type: 'search'", "Tap: [211, 495]", "Button: Press Back" ]
Tap: [163, 495]
google_apps
Go to ESPN.com
2
Step 0: Pressed Button: Press Home Step 1: Tapped at pixel coordinates (x,y): [163, 495]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [135, 530]", "Button: Press Home", "Type: 'settings'", "Tap: [135, 552]" ]
Tap: [135, 552]
google_apps
Go to ESPN.com
3
Step 0: Pressed Button: Press Home Step 1: Tapped at pixel coordinates (x,y): [163, 495] Step 2: Tapped at pixel coordinates (x,y): [135, 552]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [227, 553]", "Button: Press Home", "Type: 'ok'", "Tap: [227, 510]" ]
Tap: [227, 553]
google_apps
Go to ESPN.com
4
Step 0: Pressed Button: Press Home Step 1: Tapped at pixel coordinates (x,y): [163, 495] Step 2: Tapped at pixel coordinates (x,y): [135, 552] Step 3: Tapped at pixel coordinates (x,y): [227, 553]
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'settings'", "Tap: [235, 475]", "Tap: [235, 431]", "Button: Press Enter" ]
Tap: [235, 431]
google_apps
Go to ESPN.com
5
Step 0: Pressed Button: Press Home Step 1: Tapped at pixel coordinates (x,y): [163, 495] Step 2: Tapped at pixel coordinates (x,y): [135, 552] Step 3: Tapped at pixel coordinates (x,y): [227, 553] Step 4: Tapped at pixel coordinates (x,y): [235, 431]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [162, 314]", "Tap: [162, 365]", "Button: Press Back", "Swipe: Right" ]
Tap: [162, 314]
google_apps
Go to ESPN.com
6
Step 0: Pressed Button: Press Home Step 1: Tapped at pixel coordinates (x,y): [163, 495] Step 2: Tapped at pixel coordinates (x,y): [135, 552] Step 3: Tapped at pixel coordinates (x,y): [227, 553] Step 4: Tapped at pixel coordinates (x,y): [235, 431] Step 5: Tapped at pixel coordinates (x,y): [162, 314]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [159, 158]", "Swipe: Down", "Button: Press Back", "Tap: [159, 192]" ]
Tap: [159, 158]
google_apps
Go to ESPN.com
7
Step 0: Pressed Button: Press Home Step 1: Tapped at pixel coordinates (x,y): [163, 495] Step 2: Tapped at pixel coordinates (x,y): [135, 552] Step 3: Tapped at pixel coordinates (x,y): [227, 553] Step 4: Tapped at pixel coordinates (x,y): [235, 431] Step 5: Tapped at pixel coordinates (x,y): [162, 314] Step 6: Tapped at pixel coordinates (x,y): [159, 158]
Based on the goal and screen, what is the precise next action to perform?
[ "Type: ESPN.com", "Tap: [135, 230]", "Swipe: Right", "Type: 'ESPN.net'" ]
Type: ESPN.com
google_apps
Go to ESPN.com
8
Step 0: Pressed Button: Press Home Step 1: Tapped at pixel coordinates (x,y): [163, 495] Step 2: Tapped at pixel coordinates (x,y): [135, 552] Step 3: Tapped at pixel coordinates (x,y): [227, 553] Step 4: Tapped at pixel coordinates (x,y): [235, 431] Step 5: Tapped at pixel coordinates (x,y): [162, 314] Step 6: Tapped at pixel coordinates (x,y): [159, 158] Step 7: Typed: 'ESPN.com'
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [65, 104]", "Tap: [65, 74]", "Type: 'settings'", "Button: Press Home" ]
Tap: [65, 74]
google_apps
Go to ESPN.com
9
Step 0: Pressed Button: Press Home Step 1: Tapped at pixel coordinates (x,y): [163, 495] Step 2: Tapped at pixel coordinates (x,y): [135, 552] Step 3: Tapped at pixel coordinates (x,y): [227, 553] Step 4: Tapped at pixel coordinates (x,y): [235, 431] Step 5: Tapped at pixel coordinates (x,y): [162, 314] Step 6: Tapped at pixel coordinates (x,y): [159, 158] Step 7: Typed: 'ESPN.com' Step 8: Tapped at pixel coordinates (x,y): [65, 74]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [151, 425]", "Tap: [151, 391]", "Swipe: Up", "Type: 'search'" ]
Tap: [151, 391]
google_apps
see creations saved in the google photos
0
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [135, 560]", "Swipe: Up", "Button: Press Home", "Swipe: Swipe Up" ]
Swipe: Swipe Up
google_apps
see creations saved in the google photos
1
Step 0: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Right", "Tap: [42, 434]", "Tap: [106, 434]", "Type: 'settings'" ]
Tap: [42, 434]
google_apps
see creations saved in the google photos
2
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [42, 434]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [87, 519]", "Swipe: Up", "Type: 'ok'", "Tap: [187, 519]" ]
Tap: [187, 519]
google_apps
see creations saved in the google photos
3
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [42, 434] Step 2: Tapped at pixel coordinates (x,y): [187, 519]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [80, 187]", "Type: 'search'", "Tap: [80, 237]", "Swipe: Right" ]
Tap: [80, 187]
google_apps
see creations saved in the google photos
4
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [42, 434] Step 2: Tapped at pixel coordinates (x,y): [187, 519] Step 3: Tapped at pixel coordinates (x,y): [80, 187]
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Home", "Swipe: Right", "Tap: [185, 510]", "Tap: [185, 543]" ]
Tap: [185, 543]
google_apps
see creations saved in the google photos
5
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [42, 434] Step 2: Tapped at pixel coordinates (x,y): [187, 519] Step 3: Tapped at pixel coordinates (x,y): [80, 187] Step 4: Tapped at pixel coordinates (x,y): [185, 543]
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Home", "Tap: [177, 377]", "Swipe: Left", "Tap: [177, 313]" ]
Tap: [177, 313]
google_apps
see creations saved in the google photos
6
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [42, 434] Step 2: Tapped at pixel coordinates (x,y): [187, 519] Step 3: Tapped at pixel coordinates (x,y): [80, 187] Step 4: Tapped at pixel coordinates (x,y): [185, 543] Step 5: Tapped at pixel coordinates (x,y): [177, 313]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [225, 566]", "Type: 'settings'", "Tap: [225, 540]", "Swipe: Down" ]
Tap: [225, 566]
google_apps
see creations saved in the google photos
7
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [42, 434] Step 2: Tapped at pixel coordinates (x,y): [187, 519] Step 3: Tapped at pixel coordinates (x,y): [80, 187] Step 4: Tapped at pixel coordinates (x,y): [185, 543] Step 5: Tapped at pixel coordinates (x,y): [177, 313] Step 6: Tapped at pixel coordinates (x,y): [225, 566]
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Down", "Tap: [200, 566]", "Button: Press Enter", "Tap: [225, 566]" ]
Tap: [225, 566]
google_apps
see creations saved in the google photos
8
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [42, 434] Step 2: Tapped at pixel coordinates (x,y): [187, 519] Step 3: Tapped at pixel coordinates (x,y): [80, 187] Step 4: Tapped at pixel coordinates (x,y): [185, 543] Step 5: Tapped at pixel coordinates (x,y): [177, 313] Step 6: Tapped at pixel coordinates (x,y): [225, 566] Step 7: Tapped at pixel coordinates (x,y): [225, 566]
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Back", "Tap: [225, 566]", "Tap: [220, 566]", "Swipe: Up" ]
Tap: [225, 566]
google_apps
see creations saved in the google photos
9
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [42, 434] Step 2: Tapped at pixel coordinates (x,y): [187, 519] Step 3: Tapped at pixel coordinates (x,y): [80, 187] Step 4: Tapped at pixel coordinates (x,y): [185, 543] Step 5: Tapped at pixel coordinates (x,y): [177, 313] Step 6: Tapped at pixel coordinates (x,y): [225, 566] Step 7: Tapped at pixel coordinates (x,y): [225, 566] Step 8: Tapped at pixel coordinates (x,y): [225, 566]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [87, 545]", "Button: Press Enter", "Swipe: Down", "Tap: [87, 500]" ]
Tap: [87, 545]
google_apps
see creations saved in the google photos
10
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [42, 434] Step 2: Tapped at pixel coordinates (x,y): [187, 519] Step 3: Tapped at pixel coordinates (x,y): [80, 187] Step 4: Tapped at pixel coordinates (x,y): [185, 543] Step 5: Tapped at pixel coordinates (x,y): [177, 313] Step 6: Tapped at pixel coordinates (x,y): [225, 566] Step 7: Tapped at pixel coordinates (x,y): [225, 566] Step 8: Tapped at pixel coordinates (x,y): [225, 566] Step 9: Tapped at pixel coordinates (x,y): [87, 545]
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Back", "Type: 'settings'", "Swipe: Swipe Up", "Swipe: Left" ]
Swipe: Swipe Up
google_apps
see creations saved in the google photos
11
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [42, 434] Step 2: Tapped at pixel coordinates (x,y): [187, 519] Step 3: Tapped at pixel coordinates (x,y): [80, 187] Step 4: Tapped at pixel coordinates (x,y): [185, 543] Step 5: Tapped at pixel coordinates (x,y): [177, 313] Step 6: Tapped at pixel coordinates (x,y): [225, 566] Step 7: Tapped at pixel coordinates (x,y): [225, 566] Step 8: Tapped at pixel coordinates (x,y): [225, 566] Step 9: Tapped at pixel coordinates (x,y): [87, 545] Step 10: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [82, 513]", "Button: Press Enter", "Type: 'settings'", "Tap: [82, 550]" ]
Tap: [82, 513]
google_apps
turn off notifications settings in the gmail app
0
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Down", "Tap: [135, 580]", "Type: 'ok'", "Swipe: Swipe Up" ]
Swipe: Swipe Up
google_apps
turn off notifications settings in the gmail app
1
Step 0: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [163, 439]", "Type: 'search'", "Button: Press Enter", "Tap: [163, 533]" ]
Tap: [163, 439]
google_apps
turn off notifications settings in the gmail app
2
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [163, 439]
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Enter", "Type: 'settings'", "Button: Press Home", "Swipe: Right" ]
Button: Press Home
google_apps
turn off notifications settings in the gmail app
3
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [163, 439] Step 2: Pressed Button: Press Home
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [105, 370]", "Swipe: Up", "Tap: [150, 370]", "Button: Press Enter" ]
Tap: [105, 370]
google_apps
turn off notifications settings in the gmail app
4
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [163, 439] Step 2: Pressed Button: Press Home Step 3: Tapped at pixel coordinates (x,y): [105, 370]
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'search'", "Tap: [210, 295]", "Button: Press Home", "Tap: [210, 257]" ]
Tap: [210, 257]
google_apps
turn off notifications settings in the gmail app
5
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [163, 439] Step 2: Pressed Button: Press Home Step 3: Tapped at pixel coordinates (x,y): [105, 370] Step 4: Tapped at pixel coordinates (x,y): [210, 257]
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'ok'", "Button: Press Back", "Tap: [185, 298]", "Tap: [108, 298]" ]
Tap: [108, 298]
google_apps
turn off notifications settings in the gmail app
6
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [163, 439] Step 2: Pressed Button: Press Home Step 3: Tapped at pixel coordinates (x,y): [105, 370] Step 4: Tapped at pixel coordinates (x,y): [210, 257] Step 5: Tapped at pixel coordinates (x,y): [108, 298]
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Enter", "Swipe: Right", "Tap: [224, 227]", "Tap: [224, 297]" ]
Tap: [224, 227]
google_apps
See recent photos
0
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Left", "Tap: [135, 590]", "Swipe: Swipe Up", "Button: Press Enter" ]
Swipe: Swipe Up
google_apps
See recent photos
1
Step 0: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'search'", "Tap: [107, 447]", "Swipe: Left", "Tap: [107, 357]" ]
Tap: [107, 357]
google_apps
See recent photos
2
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [107, 357]
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Home", "Tap: [135, 400]", "Type: 'ok'", "Button: Press Enter" ]
Button: Press Home
google_apps
See recent photos
3
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [107, 357] Step 2: Pressed Button: Press Home
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Swipe Up", "Type: 'settings'", "Swipe: Right", "Button: Press Home" ]
Swipe: Swipe Up
google_apps
See recent photos
4
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [107, 357] Step 2: Pressed Button: Press Home Step 3: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Up", "Tap: [44, 434]", "Tap: [44, 529]", "Type: 'ok'" ]
Tap: [44, 434]
google_apps
What's the weather going to be tomorrow?
0
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Swipe Up", "Tap: [206, 661]", "Swipe: Left", "Type: 'search'" ]
Swipe: Swipe Up
google_apps
What's the weather going to be tomorrow?
1
Step 0: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'ok'", "Swipe: Right", "Tap: [275, 130]", "Tap: [275, 210]" ]
Tap: [275, 130]
google_apps
What's the weather going to be tomorrow?
2
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [275, 130]
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Left", "Tap: [162, 222]", "Tap: [212, 222]", "Button: Press Enter" ]
Tap: [162, 222]
google_apps
What's the weather going to be tomorrow?
3
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [275, 130] Step 2: Tapped at pixel coordinates (x,y): [162, 222]
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'search'", "Tap: [182, 225]", "Tap: [182, 265]", "Swipe: Left" ]
Tap: [182, 225]
google_apps
What's the weather going to be tomorrow?
4
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [275, 130] Step 2: Tapped at pixel coordinates (x,y): [162, 222] Step 3: Tapped at pixel coordinates (x,y): [182, 225]
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Up", "Type: weather", "Type: 'wheather'", "Button: Press Home" ]
Type: weather
google_apps
What's the weather going to be tomorrow?
5
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [275, 130] Step 2: Tapped at pixel coordinates (x,y): [162, 222] Step 3: Tapped at pixel coordinates (x,y): [182, 225] Step 4: Typed: 'weather'
Based on the goal and screen, what is the precise next action to perform?
[ "Type: tommorow", "Type: 'tommorrow'", "Tap: [25, 125]", "Swipe: Right" ]
Type: tommorow
google_apps
What's the weather going to be tomorrow?
6
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [275, 130] Step 2: Tapped at pixel coordinates (x,y): [162, 222] Step 3: Tapped at pixel coordinates (x,y): [182, 225] Step 4: Typed: 'weather' Step 5: Typed: ' tommorow'
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Enter", "Tap: [109, 200]", "Swipe: Left", "Tap: [109, 146]" ]
Tap: [109, 146]
google_apps
Open Chrome and go to the settings page
0
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [140, 640]", "Swipe: Up", "Type: 'settings'", "Tap: [140, 595]" ]
Tap: [140, 595]
google_apps
Open Chrome and go to the settings page
1
Step 0: Tapped at pixel coordinates (x,y): [140, 595]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [130, 555]", "Tap: [130, 592]", "Button: Press Home", "Type: 'settings'" ]
Tap: [130, 592]
google_apps
Open Chrome and go to the settings page
2
Step 0: Tapped at pixel coordinates (x,y): [140, 595] Step 1: Tapped at pixel coordinates (x,y): [130, 592]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [123, 597]", "Button: Press Enter", "Tap: [123, 560]", "Swipe: Down" ]
Tap: [123, 597]
google_apps
Go to internet settings
0
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Enter", "Button: Press Back", "Tap: [30, 100]", "Type: 'settings'" ]
Button: Press Back
google_apps
Go to internet settings
1
Step 0: Pressed Button: Press Back
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Home", "Type: 'ok'", "Tap: [40, 35]", "Button: Press Back" ]
Button: Press Back
google_apps
Go to internet settings
2
Step 0: Pressed Button: Press Back Step 1: Pressed Button: Press Back
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Home", "Swipe: Left", "Button: Press Back", "Tap: [376, 656]" ]
Button: Press Home
google_apps
Go to internet settings
3
Step 0: Pressed Button: Press Back Step 1: Pressed Button: Press Back Step 2: Pressed Button: Press Home
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Home", "Tap: [200, 650]", "Swipe: Left", "Swipe: Swipe Up" ]
Swipe: Swipe Up
google_apps
Go to internet settings
4
Step 0: Pressed Button: Press Back Step 1: Pressed Button: Press Back Step 2: Pressed Button: Press Home Step 3: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'search'", "Tap: [361, 124]", "Tap: [361, 216]", "Swipe: Up" ]
Tap: [361, 124]
google_apps
Go to internet settings
5
Step 0: Pressed Button: Press Back Step 1: Pressed Button: Press Back Step 2: Pressed Button: Press Home Step 3: Swiped: Swipe Up Step 4: Tapped at pixel coordinates (x,y): [361, 124]
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Home", "Swipe: Left", "Tap: [114, 217]", "Tap: [115, 265]" ]
Tap: [114, 217]
google_apps
toggle pop-ups in chrome
0
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Home", "Swipe: Left", "Tap: [209, 583]", "Tap: [129, 583]" ]
Tap: [129, 583]
google_apps
toggle pop-ups in chrome
1
Step 0: Tapped at pixel coordinates (x,y): [129, 583]
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'settings'", "Button: Press Back", "Swipe: Left", "Swipe: Swipe Down" ]
Swipe: Swipe Down
google_apps
toggle pop-ups in chrome
2
Step 0: Tapped at pixel coordinates (x,y): [129, 583] Step 1: Swiped: Swipe Down
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'settings'", "Button: Press Back", "Tap: [90, 601]", "Tap: [90, 630]" ]
Tap: [90, 601]
google_apps
toggle pop-ups in chrome
3
Step 0: Tapped at pixel coordinates (x,y): [129, 583] Step 1: Swiped: Swipe Down Step 2: Tapped at pixel coordinates (x,y): [90, 601]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [136, 525]", "Tap: [136, 485]", "Swipe: Down", "Type: 'settings'" ]
Tap: [136, 525]
google_apps
toggle pop-ups in chrome
4
Step 0: Tapped at pixel coordinates (x,y): [129, 583] Step 1: Swiped: Swipe Down Step 2: Tapped at pixel coordinates (x,y): [90, 601] Step 3: Tapped at pixel coordinates (x,y): [136, 525]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [378, 108]", "Button: Press Enter", "Type: 'ok'", "Tap: [378, 150]" ]
Tap: [378, 108]
google_apps
delete the emails in spam in the gmail app
0
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Swipe Up", "Tap: [206, 650]", "Type: 'settings'", "Swipe: Right" ]
Swipe: Swipe Up
google_apps
delete the emails in spam in the gmail app
1
Step 0: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Right", "Tap: [61, 123]", "Type: 'ok'", "Tap: [120, 126]" ]
Tap: [61, 123]
google_apps
delete the emails in spam in the gmail app
2
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [61, 123]
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Up", "Tap: [70, 49]", "Type: 'ok'", "Tap: [29, 49]" ]
Tap: [29, 49]
google_apps
delete the emails in spam in the gmail app
3
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [61, 123] Step 2: Tapped at pixel coordinates (x,y): [29, 49]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [85, 434]", "Type: 'ok'", "Swipe: Right", "Tap: [83, 375]" ]
Tap: [85, 434]
google_apps
Search for pizza restaurants on Maps
0
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Left", "Tap: [55, 374]", "Type: 'search'", "Tap: [55, 430]" ]
Tap: [55, 374]
google_apps
Search for pizza restaurants on Maps
1
Step 0: Tapped at pixel coordinates (x,y): [55, 374]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [145, 49]", "Button: Press Back", "Type: 'settings'", "Tap: [145, 89]" ]
Tap: [145, 49]
google_apps
Search for pizza restaurants on Maps
2
Step 0: Tapped at pixel coordinates (x,y): [55, 374] Step 1: Tapped at pixel coordinates (x,y): [145, 49]
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Left", "Tap: [102, 539]", "Tap: [102, 499]", "Button: Press Home" ]
Tap: [102, 499]
google_apps
open the mobile data screen to see how much data has been used
0
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [150, 280]", "Swipe: Down", "Type: 'search'", "Tap: [149, 232]" ]
Tap: [149, 232]
google_apps
open the mobile data screen to see how much data has been used
1
Step 0: Tapped at pixel coordinates (x,y): [149, 232]
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'search'", "Tap: [124, 157]", "Tap: [126, 207]", "Swipe: Down" ]
Tap: [124, 157]
google_apps
open the mobile data screen to see how much data has been used
2
Step 0: Tapped at pixel coordinates (x,y): [149, 232] Step 1: Tapped at pixel coordinates (x,y): [124, 157]
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'settings'", "Button: Press Home", "Tap: [140, 416]", "Tap: [140, 446]" ]
Tap: [140, 416]
google_apps
Go to wifi settings
0
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Home", "Swipe: Up", "Type: 'search'", "Button: Press Back" ]
Button: Press Back
google_apps
Go to wifi settings
1
Step 0: Pressed Button: Press Back
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [58, 100]", "Swipe: Up", "Swipe: Swipe Down", "Button: Press Home" ]
Swipe: Swipe Down
google_apps
Go to wifi settings
2
Step 0: Pressed Button: Press Back Step 1: Swiped: Swipe Down
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Right", "Tap: [25, 125]", "Tap: [23, 102]", "Button: Press Back" ]
Tap: [23, 102]
google_apps
toggle pop-ups in chrome
0
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [200, 580]", "Swipe: Down", "Button: Press Back", "Tap: [142, 576]" ]
Tap: [142, 576]
google_apps
toggle pop-ups in chrome
1
Step 0: Tapped at pixel coordinates (x,y): [142, 576]
Based on the goal and screen, what is the precise next action to perform?
[ "Type: 'ok'", "Tap: [385, 60]", "Tap: [387, 43]", "Swipe: Right" ]
Tap: [387, 43]
google_apps
toggle pop-ups in chrome
2
Step 0: Tapped at pixel coordinates (x,y): [142, 576] Step 1: Tapped at pixel coordinates (x,y): [387, 43]
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Up", "Tap: [387, 43]", "Type: 'search'", "Tap: [387, 85]" ]
Tap: [387, 43]
google_apps
toggle pop-ups in chrome
3
Step 0: Tapped at pixel coordinates (x,y): [142, 576] Step 1: Tapped at pixel coordinates (x,y): [387, 43] Step 2: Tapped at pixel coordinates (x,y): [387, 43]
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Down", "Type: 'search'", "Button: Press Home", "Swipe: Swipe Down" ]
Swipe: Swipe Down
google_apps
toggle pop-ups in chrome
4
Step 0: Tapped at pixel coordinates (x,y): [142, 576] Step 1: Tapped at pixel coordinates (x,y): [387, 43] Step 2: Tapped at pixel coordinates (x,y): [387, 43] Step 3: Swiped: Swipe Down
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Left", "Tap: [32, 702]", "Button: Press Home", "Button: Press Back" ]
Button: Press Back
google_apps
toggle pop-ups in chrome
5
Step 0: Tapped at pixel coordinates (x,y): [142, 576] Step 1: Tapped at pixel coordinates (x,y): [387, 43] Step 2: Tapped at pixel coordinates (x,y): [387, 43] Step 3: Swiped: Swipe Down Step 4: Pressed Button: Press Back
Based on the goal and screen, what is the precise next action to perform?
[ "Swipe: Swipe Down", "Swipe: Left", "Tap: [178, 343]", "Type: 'settings'" ]
Swipe: Swipe Down
google_apps
toggle pop-ups in chrome
6
Step 0: Tapped at pixel coordinates (x,y): [142, 576] Step 1: Tapped at pixel coordinates (x,y): [387, 43] Step 2: Tapped at pixel coordinates (x,y): [387, 43] Step 3: Swiped: Swipe Down Step 4: Pressed Button: Press Back Step 5: Swiped: Swipe Down
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [39, 620]", "Type: 'ok'", "Button: Press Home", "Tap: [39, 580]" ]
Tap: [39, 620]
google_apps
toggle pop-ups in chrome
7
Step 0: Tapped at pixel coordinates (x,y): [142, 576] Step 1: Tapped at pixel coordinates (x,y): [387, 43] Step 2: Tapped at pixel coordinates (x,y): [387, 43] Step 3: Swiped: Swipe Down Step 4: Pressed Button: Press Back Step 5: Swiped: Swipe Down Step 6: Tapped at pixel coordinates (x,y): [39, 620]
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Back", "Type: 'ok'", "Tap: [106, 620]", "Tap: [106, 567]" ]
Tap: [106, 567]
google_apps
toggle pop-ups in chrome
8
Step 0: Tapped at pixel coordinates (x,y): [142, 576] Step 1: Tapped at pixel coordinates (x,y): [387, 43] Step 2: Tapped at pixel coordinates (x,y): [387, 43] Step 3: Swiped: Swipe Down Step 4: Pressed Button: Press Back Step 5: Swiped: Swipe Down Step 6: Tapped at pixel coordinates (x,y): [39, 620] Step 7: Tapped at pixel coordinates (x,y): [106, 567]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [380, 103]", "Button: Press Home", "Type: 'settings'", "Tap: [380, 135]" ]
Tap: [380, 103]
google_apps
change the upload size in google photos
0
Based on the goal and screen, what is the precise next action to perform?
[ "Button: Press Enter", "Type: 'search'", "Swipe: Swipe Up", "Swipe: Right" ]
Swipe: Swipe Up
google_apps
change the upload size in google photos
1
Step 0: Swiped: Swipe Up
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [286, 545]", "Swipe: Down", "Type: 'search'", "Tap: [287, 545]" ]
Tap: [286, 545]
google_apps
change the upload size in google photos
2
Step 0: Swiped: Swipe Up Step 1: Tapped at pixel coordinates (x,y): [286, 545]
Based on the goal and screen, what is the precise next action to perform?
[ "Tap: [306, 402]", "Tap: [306, 430]", "Swipe: Left", "Type: 'ok'" ]
Tap: [306, 402]
google_apps
End of preview.

No dataset card yet

Downloads last month
26