VideoGUI commited on
Commit
2dcfc0e
·
verified ·
1 Parent(s): f567795

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -11
README.md CHANGED
@@ -4,14 +4,8 @@ This is the **High Planning** part of VideoGUI benchmark.
4
 
5
  ## Data Fields
6
  - **"app" (str)**: The name of the software being used.
7
- - **"task_id" (str)**: A unique identifier for each full task.
8
- - **"screenshot_start" (image)**: The screenshot image representing the state at the beginning of the action.
9
- - **"action_type" (str)**: The type of action performed e.g., (right) click, drag, type, scroll
10
- - **"action_narration" (str)**: A textual description of the action, narrating what happens during the action.
11
- - **"start_position" (list[int])**: The starting position of the action on the screen, represented as a sequence of integers (e.g., coordinates).
12
- - **"end_position" (list[int])**: The ending position of the action on the screen, represented as a sequence of integers (e.g., coordinates).
13
- - **"scroll_value" (float)**: The value of the scroll action if applicable, indicating the amount of scrolling performed.
14
- - **"action_sequence" (str)**: The sequence of actions taken, represented as a string for easier understanding and processing.
15
- - **"subtask_id" (int)**: A unique identifier for the subtask within the full task.
16
- - **"subtask_query" (str)**: The query or input related to the subtask, which may guide the actions sequence taken.
17
- - **"action_id" (int)**: A unique identifier for the specific action performed within the task.
 
4
 
5
  ## Data Fields
6
  - **"app" (str)**: The name of the software being used.
7
+ - **"task_id" (str)**: A unique identifier for each full task, typically corresponding to the video or task ID.
8
+ - **"visual_query_start" (str)**: The visual preview at the **start** of the full task.
9
+ - **"visual_query_end" (str)**: The visual preview at the **end** of the full task.
10
+ - **"fulltask_query" (str)**: The full task texutal description that guides the entire complex task.
11
+ - **"subtask_sequence" (str)**: The sequence of subtasks **milestone**, represented as a subtask procedural sequence.