File size: 1,522 Bytes
717d99d
 
 
 
 
 
 
0cf4b07
 
 
e181b30
0cf4b07
e181b30
48a1183
 
cdae745
 
 
 
717d99d
 
0cf4b07
 
cdae745
0cf4b07
717d99d
 
 
 
 
 
730581b
 
 
 
 
324234d
 
730581b
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: split
    dtype: string
  - name: app
    dtype: string
  - name: subtask_query
    dtype: string
  - name: screenshot_start
    dtype: image
  - name: screenshot_end
    dtype: image
  - name: action_sequence
    dtype: string
  - name: task_id
    dtype: string
  - name: subtask_id
    dtype: int64
  splits:
  - name: mid_plan
    num_bytes: 233821659
    num_examples: 462
  download_size: 180250053
  dataset_size: 233821659
configs:
- config_name: default
  data_files:
  - split: mid_plan
    path: data/mid_plan-*
---

# Dataset Card for VideoGUI-Mid-Plan

This is the **Middle Planning** part of VideoGUI benchmark.

We uploaded the full metadata, recording at [Google Drive](https://drive.google.com/file/d/1d6u2ZLafY67aVKjIQeyzbR-amcA66LdK/view).

## Data Fields
- **"app" (str)**: The name of the application or system being used.
- **"subtask_query" (str)**: The query or input related to the subtask, which may guide the actions taken.
- **"screenshot_start" (image)**: The screenshot image representing the state at the beginning of the action.
- **"screenshot_end" (image)**: The screenshot image representing the state at the end of the action.
- **"action_sequence" (str)**: The sequence of action narrations, represented as a procedural planning for easier understanding and processing.
- **"task_id" (str)**: A unique identifier for the full task that this sub task belong to.
- **"subtask_id" (int)**: A unique identifier for the subtask within the full task.