LockOnN commited on
Commit
6c7d33a
·
verified ·
1 Parent(s): 6080413

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -44
README.md CHANGED
@@ -42,7 +42,7 @@ configs:
42
 
43
  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
  ## Configurations
48
 
@@ -92,49 +92,6 @@ The `source_dataset` field preserves the source label for every example.
92
  | `ScreenSpot-Pro` | https://huggingface.co/datasets/likaixin/ScreenSpot-Pro | MIT |
93
  | `Vision2Web-webpage` | https://huggingface.co/datasets/zai-org/Vision2Web | CC BY-NC-SA 4.0 |
94
 
95
- ## Citation
96
-
97
- This repository accompanies [OpenVisTool: An Open Recipe for Synthesizing Instructive Visual Tool-Use Trajectories](https://arxiv.org/abs/2608.08557).
98
- ---
99
- pretty_name: OpenVisTool-Bench
100
- license: other
101
- language:
102
- - en
103
- task_categories:
104
- - visual-question-answering
105
- - image-to-text
106
- tags:
107
- - multimodal
108
- - tool-use
109
- - agentic-vision
110
- - visual-reasoning
111
- - gui-grounding
112
- - web-to-html
113
- size_categories:
114
- - n<1K
115
- configs:
116
- - config_name: chart
117
- data_files:
118
- - split: test
119
- path: data/chart.jsonl
120
- - config_name: table
121
- data_files:
122
- - split: test
123
- path: data/table.jsonl
124
- - config_name: visual_search
125
- data_files:
126
- - split: test
127
- path: data/visual_search.jsonl
128
- - config_name: gui_grounding
129
- data_files:
130
- - split: test
131
- path: data/gui_grounding.jsonl
132
- - config_name: web_to_html
133
- data_files:
134
- - split: test
135
- path: data/web_to_html.jsonl
136
- ---
137
-
138
  # OpenVisTool-Bench
139
 
140
  OpenVisTool-Bench is a 559-example, five-domain benchmark for visual agents
 
42
 
43
  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. This benchmark accompanies [OpenVisTool: An Open Recipe for Synthesizing Instructive Visual Tool-Use Trajectories](https://arxiv.org/abs/2608.08557).
46
 
47
  ## Configurations
48
 
 
92
  | `ScreenSpot-Pro` | https://huggingface.co/datasets/likaixin/ScreenSpot-Pro | MIT |
93
  | `Vision2Web-webpage` | https://huggingface.co/datasets/zai-org/Vision2Web | CC BY-NC-SA 4.0 |
94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  # OpenVisTool-Bench
96
 
97
  OpenVisTool-Bench is a 559-example, five-domain benchmark for visual agents