Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Dataset Card for VideoGUI-High-Plan
|
| 2 |
+
|
| 3 |
+
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 |
+
- **"screenshot_start" (image)**: The screenshot image representing the state at the beginning of the action.
|
| 9 |
+
- **"action_type" (str)**: The type of action performed e.g., (right) click, drag, type, scroll
|
| 10 |
+
- **"action_narration" (str)**: A textual description of the action, narrating what happens during the action.
|
| 11 |
+
- **"start_position" (list[int])**: The starting position of the action on the screen, represented as a sequence of integers (e.g., coordinates).
|
| 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.
|