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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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**, represented as a subtask procedural sequence.
 
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.