Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ This is the **High Planning** part of VideoGUI benchmark.
|
|
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
|
|
|
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. It is a URL to access an image or video.
|
9 |
+
- **"visual_query_end" (str)**: The visual preview at the **end** of the full task. It is a URL to access an image or video.
|
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.
|