Datasets:
Dataset Viewer
video_id
stringclasses 1
value | step
int32 0
20
| system
stringclasses 1
value | user
stringlengths 86
97
| assistant
stringlengths 51
124
| image
imagewidth (px) 1.92k
1.92k
|
|---|---|---|---|---|---|
video_003
| 0
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Searching for companies on QLU
Step 1/4
Current screen state shown in the image.
|
<action>
Click on the search input field and enter the query
</action>
| |
video_003
| 1
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Searching for companies on QLU
Step 2/4
Current screen state shown in the image.
|
<action>
Type the query: "I am looking for some ML engineers for Qlu.ai. Find me some similar companies to Qlu.ai"
</action>
| |
video_003
| 2
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Searching for companies on QLU
Step 3/4
Current screen state shown in the image.
|
<action>
Wait for search results to load and display
</action>
| |
video_003
| 3
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Searching for companies on QLU
Step 4/4
Current screen state shown in the image.
|
<action>
Results displayed. Ready to proceed
</action>
| |
video_003
| 4
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Search People from Companies
Step 1/6
Current screen state shown in the image.
|
<action>
Click checkbox to select company 1/5
</action>
| |
video_003
| 5
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Search People from Companies
Step 2/6
Current screen state shown in the image.
|
<action>
Click checkbox to select company 2/5
</action>
| |
video_003
| 6
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Search People from Companies
Step 3/6
Current screen state shown in the image.
|
<action>
Click checkbox to select company 3/5
</action>
| |
video_003
| 7
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Search People from Companies
Step 4/6
Current screen state shown in the image.
|
<action>
Click checkbox to select company 4/5
</action>
| |
video_003
| 8
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Search People from Companies
Step 5/6
Current screen state shown in the image.
|
<action>
Click checkbox to select company 5/5
</action>
| |
video_003
| 9
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Search People from Companies
Step 6/6
Current screen state shown in the image.
|
<action>
Click the 'Search People' button
</action>
| |
video_003
| 10
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Save to Assignment
Step 1/11
Current screen state shown in the image.
|
<action>
Click checkbox to select profile 1/10
</action>
| |
video_003
| 11
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Save to Assignment
Step 2/11
Current screen state shown in the image.
|
<action>
Click checkbox to select profile 2/10
</action>
| |
video_003
| 12
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Save to Assignment
Step 3/11
Current screen state shown in the image.
|
<action>
Click checkbox to select profile 3/10
</action>
| |
video_003
| 13
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Save to Assignment
Step 4/11
Current screen state shown in the image.
|
<action>
Click checkbox to select profile 4/10
</action>
| |
video_003
| 14
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Save to Assignment
Step 5/11
Current screen state shown in the image.
|
<action>
Click checkbox to select profile 5/10
</action>
| |
video_003
| 15
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Save to Assignment
Step 6/11
Current screen state shown in the image.
|
<action>
Click checkbox to select profile 6/10
</action>
| |
video_003
| 16
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Save to Assignment
Step 7/11
Current screen state shown in the image.
|
<action>
Click checkbox to select profile 7/10
</action>
| |
video_003
| 17
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Save to Assignment
Step 8/11
Current screen state shown in the image.
|
<action>
Click checkbox to select profile 8/10
</action>
| |
video_003
| 18
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Save to Assignment
Step 9/11
Current screen state shown in the image.
|
<action>
Click 'Save to Assignment' button
</action>
| |
video_003
| 19
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Save to Assignment
Step 10/11
Current screen state shown in the image.
|
<action>
Type assignment name: "NLP Engineers for Qlu.ai"
</action>
| |
video_003
| 20
|
You are a GUI automation agent. Look at the screen and execute the specified action.
|
GUI Agent Task: Save to Assignment
Step 11/11
Current screen state shown in the image.
|
<action>
Click 'Create & Save' or 'Save' button to confirm
</action>
|
UI Automation Dataset (Multi-Video)
21 examples from 1 videos - UI automation tasks from screen recordings.
Dataset Structure
Each entry contains:
- video_id: Sequential ID for each video (video_001, video_002, etc.)
- step: Step number within that video (0, 1, 2, ...)
- system: System prompt for the GUI agent
- user: Task instruction + previous actions
- assistant: Model's reasoning and action
- image: Screenshot of the UI state
Usage
from datasets import load_dataset
ds = load_dataset("KMH158-QLU/test_dataset_12")
# Access by video
for video_id in set(ds['train']['video_id']):
video_data = ds['train'].filter(lambda x: x['video_id'] == video_id)
print(f"Video {video_id}: {len(video_data)} steps")
# Or iterate all examples
for item in ds['train']:
print(f"{item['video_id']} - Step {item['step']}: {item['assistant'][:50]}...")
Growing Dataset
This dataset supports multiple videos. Each video gets a unique ID (video_001, video_002, etc.). New videos are automatically appended with the next available ID.
- Downloads last month
- 20