Leoxx commited on
Commit
0bd196c
·
verified ·
1 Parent(s): ab89729

Register image_gui split in dataset card

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -18,6 +18,8 @@ configs:
18
  path: data/text.jsonl
19
  - split: image
20
  path: data/image.jsonl
 
 
21
  - split: video
22
  path: data/video.jsonl
23
  ---
@@ -45,8 +47,18 @@ Each row is one trace:
45
  | `extras` | framework specific metadata |
46
 
47
  `task`, `trajectory`, `ground_truth`, and `extras` are JSON strings, so
48
- `json.loads` them to consume. Image traces embed their images in the
49
- row; video traces reference frame files under `video_assets/`.
 
 
 
 
 
 
 
 
 
 
50
 
51
  ## Taxonomy
52
 
 
18
  path: data/text.jsonl
19
  - split: image
20
  path: data/image.jsonl
21
+ - split: image_gui
22
+ path: data/image_gui.jsonl
23
  - split: video
24
  path: data/video.jsonl
25
  ---
 
47
  | `extras` | framework specific metadata |
48
 
49
  `task`, `trajectory`, `ground_truth`, and `extras` are JSON strings, so
50
+ `json.loads` them to consume. Image and image_gui traces embed their
51
+ images in the row; video traces reference frame files under
52
+ `video_assets/`.
53
+
54
+ ## Splits
55
+
56
+ - `text`, `image`, `video` — tool-use, chart/search, and video agent
57
+ traces across single- and multi-agent frameworks.
58
+ - `image_gui` — GUI agent traces with full screenshot observations:
59
+ `coact` (OSWorld, multi-agent) and `openai_cua` (OSWorld), plus
60
+ `agentoccam` and `gemini` (WebVoyager). `ground_truth.step` is
61
+ 1-indexed and matches the trajectory's `step_number` directly.
62
 
63
  ## Taxonomy
64