File size: 2,086 Bytes
af05ae6
 
 
 
 
 
 
 
ec41003
af05ae6
 
 
 
 
 
 
 
 
497f015
37ab0c7
 
 
 
 
 
af05ae6
 
37ab0c7
9a296c3
37ab0c7
 
af05ae6
 
 
 
 
 
ab73699
 
 
86bae80
 
 
 
 
 
 
 
 
 
 
 
f8e3e8b
86bae80
f8e3e8b
86bae80
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
---
dataset_info:
  features:
  - name: split
    dtype: string
  - name: app
    dtype: string
  - name: screenshot_start
    dtype: image
  - name: action_type
    dtype: string
  - name: action_narration
    dtype: string
  - name: start_position
    sequence: int64
  - name: end_position
    sequence: int64
  - name: scroll_value
    dtype: float64
  - name: task_id
    dtype: string
  - name: subtask_id
    dtype: int64
  - name: action_id
    dtype: int64
  splits:
  - name: action
    num_bytes: 638225717
    num_examples: 2572
  download_size: 495105330
  dataset_size: 638225717
configs:
- config_name: default
  data_files:
  - split: action
    path: data/action-*
---

# Dataset Card for VideoGUI-Action

This is the Action execution part of VideoGUI benchmark.

## Data Fields
- **"app" (str)**: The name of the software being used.
- **"task_id" (str)**: A unique identifier for each full task.
- **"screenshot_start" (image)**: The screenshot image representing the state at the beginning of the action.
- **"action_type" (str)**: The type of action performed e.g., (right) click, drag, type, scroll
- **"action_narration" (str)**: A textual description of the action, narrating what happens during the action.
- **"start_position" (list[int])**: The starting position of the action on the screen, represented as a sequence of integers (e.g., coordinates).
- **"end_position" (list[int])**: The ending position of the action on the screen, represented as a sequence of integers (e.g., coordinates).
- **"scroll_value" (float)**: The value of the scroll action if applicable, indicating the amount of scrolling performed.
- **"action_sequence" (str)**: The sequence of actions taken, represented as a string for easier understanding and processing.
- **"subtask_id" (int)**: A unique identifier (ranking) for the subtask within the full task.
- **"subtask_query" (str)**: The query or input related to the subtask, which may guide the actions sequence taken.
- **"action_id" (int)**: A unique identifier (ranking) for the specific action performed within the task.