LockOnN commited on
Commit
2da3d9e
·
verified ·
1 Parent(s): f62f0dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -44,16 +44,6 @@ OpenVisTool-Bench is a 559-example, five-domain benchmark for visual agents
44
  that can call inspection and editing tools. All five configurations use the
45
  `test` split.
46
 
47
- ## Important provenance and overlap notice
48
-
49
- **The `visual_search` and `web_to_html` configurations are direct subsets of
50
- existing public datasets, not newly authored evaluation data.** Specifically,
51
- all 106 Visual Search examples come from
52
- [VisualProbe_Hard](https://huggingface.co/datasets/Mini-o3/VisualProbe_Hard), and all 100 Web-to-HTML tasks
53
- come from the `Vision2Web-webpage` portion of
54
- [Vision2Web](https://huggingface.co/datasets/zai-org/Vision2Web).
55
-
56
-
57
  ## Configurations
58
 
59
  | Configuration | Domain | Items | Metadata |
@@ -64,6 +54,13 @@ come from the `Vision2Web-webpage` portion of
64
  | `gui_grounding` | GUI grounding | 117 | `data/gui_grounding.jsonl` |
65
  | `web_to_html` | Web-to-HTML generation | 100 | `data/web_to_html.jsonl` |
66
 
 
 
 
 
 
 
 
67
  The metadata uses the layout consumed by the accompanying OpenVisTool
68
  evaluation code. Every image path resolves as
69
  `data/images/<source_dataset>/<images[i]>`. Each Web-to-HTML task also includes
 
44
  that can call inspection and editing tools. All five configurations use the
45
  `test` split.
46
 
 
 
 
 
 
 
 
 
 
 
47
  ## Configurations
48
 
49
  | Configuration | Domain | Items | Metadata |
 
54
  | `gui_grounding` | GUI grounding | 117 | `data/gui_grounding.jsonl` |
55
  | `web_to_html` | Web-to-HTML generation | 100 | `data/web_to_html.jsonl` |
56
 
57
+ The `visual_search` and `web_to_html` configurations are direct subsets of
58
+ existing public datasets, not newly authored evaluation data. Specifically,
59
+ all 106 Visual Search examples come from
60
+ [VisualProbe_Hard](https://huggingface.co/datasets/Mini-o3/VisualProbe_Hard), and all 100 Web-to-HTML tasks
61
+ come from the `Vision2Web-webpage` portion of
62
+ [Vision2Web](https://huggingface.co/datasets/zai-org/Vision2Web).
63
+
64
  The metadata uses the layout consumed by the accompanying OpenVisTool
65
  evaluation code. Every image path resolves as
66
  `data/images/<source_dataset>/<images[i]>`. Each Web-to-HTML task also includes