# Dataset Card for VideoGUI-High-Plan This is the **High Planning** part of VideoGUI benchmark. ## Data Fields - **"app" (str)**: The name of the software being used. - **"task_id" (str)**: A unique identifier for each full task, typically corresponding to the video or task ID. - **"visual_query_start" (str)**: The visual preview at the **start** of the full task. It is a URL to access an image or video. - **"visual_query_end" (str)**: The visual preview at the **end** of the full task. It is a URL to access an image or video. - **"fulltask_query" (str)**: The full task texutal description that guides the entire complex task. - **"subtask_sequence" (str)**: The sequence of subtasks (**milestone**), represented as a subtask procedural sequence. ### Example Here, we provide several examples.
| App | Task_id | Visual_start | Visual_end | Fulltask_query |
|---|---|---|---|---|
| StableDiffusion-WebUI | SD_10 |
|
|
Replace the 512*512 photo of a cat to a 720*720 photo of dragon. |
| Adobe After Effects | AE_19 |
|
|
Animate the car to move along the path with auto orientation. |
| Adobe PhotoShop | PS_46 |
|
|
Select and isolate the subject from 'Kid_splash.jpg', transfer her to a new project, and customize text and background before exporting as 'photo thumbnail.jpg. |