Update README.md
Browse files
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 |
-
- **"
|
9 |
-
- **"
|
10 |
-
- **"
|
11 |
-
- **"
|
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.
|
|
|
|
|
|
|
|
|
|
|
|