VideoGUI commited on
Commit
730581b
·
verified ·
1 Parent(s): 0dec2d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -29,3 +29,16 @@ configs:
29
  - split: mid_plan
30
  path: data/mid_plan-*
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  - split: mid_plan
30
  path: data/mid_plan-*
31
  ---
32
+
33
+ # Dataset Card for VideoGUI-Mid-Plan
34
+
35
+ This is the **Middle Planning** part of VideoGUI benchmark.
36
+
37
+ ## Data Fields
38
+ - **"app" (str)**: The name of the application or system being used.
39
+ - **"subtask_query" (str)**: The query or input related to the subtask, which may guide the actions taken.
40
+ - **"screenshot_start" (image)**: The screenshot image representing the state at the beginning of the action.
41
+ - **"screenshot_end" (image)**: The screenshot image representing the state at the end of the action.
42
+ - **"action_sequence" (str)**: The sequence of action narrations, represented as a procedural planning for easier understanding and processing.
43
+ - **"task_id" (str)**: A unique identifier for the full task that this sub task belong to.
44
+ - **"subtask_id" (int)**: A unique identifier for the subtask within the full task.