DerHansVader commited on
Commit
90e79ee
·
verified ·
1 Parent(s): a674f99

Upload Pointerbench v1 dataset

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +110 -0
  2. pointerbench-pro/.gitignore +8 -0
  3. pointerbench-pro/CITATION.cff +9 -0
  4. pointerbench-pro/LICENSE +64 -0
  5. pointerbench-pro/README.md +196 -0
  6. pointerbench-pro/REPRODUCE.md +31 -0
  7. pointerbench-pro/apps.json +150 -0
  8. pointerbench-pro/assets/teaser.png +3 -0
  9. pointerbench-pro/data/test/0000.png +3 -0
  10. pointerbench-pro/data/test/0001.png +3 -0
  11. pointerbench-pro/data/test/0002.png +3 -0
  12. pointerbench-pro/data/test/0003.png +3 -0
  13. pointerbench-pro/data/test/0004.png +3 -0
  14. pointerbench-pro/data/test/0005.png +3 -0
  15. pointerbench-pro/data/test/0006.png +3 -0
  16. pointerbench-pro/data/test/0007.png +3 -0
  17. pointerbench-pro/data/test/0008.png +3 -0
  18. pointerbench-pro/data/test/0009.png +3 -0
  19. pointerbench-pro/data/test/0010.png +3 -0
  20. pointerbench-pro/data/test/0011.png +3 -0
  21. pointerbench-pro/data/test/0012.png +3 -0
  22. pointerbench-pro/data/test/0013.png +3 -0
  23. pointerbench-pro/data/test/0014.png +3 -0
  24. pointerbench-pro/data/test/0015.png +3 -0
  25. pointerbench-pro/data/test/0016.png +3 -0
  26. pointerbench-pro/data/test/0017.png +3 -0
  27. pointerbench-pro/data/test/0018.png +3 -0
  28. pointerbench-pro/data/test/0019.png +3 -0
  29. pointerbench-pro/data/test/0020.png +3 -0
  30. pointerbench-pro/data/test/0021.png +3 -0
  31. pointerbench-pro/data/test/0022.png +3 -0
  32. pointerbench-pro/data/test/0023.png +3 -0
  33. pointerbench-pro/data/test/0024.png +3 -0
  34. pointerbench-pro/data/test/0025.png +3 -0
  35. pointerbench-pro/data/test/0026.png +3 -0
  36. pointerbench-pro/data/test/0027.png +3 -0
  37. pointerbench-pro/data/test/0028.png +3 -0
  38. pointerbench-pro/data/test/0029.png +3 -0
  39. pointerbench-pro/data/test/0030.png +3 -0
  40. pointerbench-pro/data/test/0031.png +3 -0
  41. pointerbench-pro/data/test/0032.png +3 -0
  42. pointerbench-pro/data/test/0033.png +3 -0
  43. pointerbench-pro/data/test/0034.png +3 -0
  44. pointerbench-pro/data/test/0035.png +3 -0
  45. pointerbench-pro/data/test/0036.png +3 -0
  46. pointerbench-pro/data/test/0037.png +3 -0
  47. pointerbench-pro/data/test/0038.png +3 -0
  48. pointerbench-pro/data/test/0039.png +3 -0
  49. pointerbench-pro/data/test/0040.png +3 -0
  50. pointerbench-pro/data/test/0041.png +3 -0
README.md ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-to-text
5
+ - visual-question-answering
6
+ language:
7
+ - en
8
+ - de
9
+ - fr
10
+ - es
11
+ - it
12
+ - nl
13
+ tags:
14
+ - gui-grounding
15
+ - computer-use
16
+ - benchmark
17
+ - screenshots
18
+ - synthetic-data
19
+ - spreadsheets
20
+ - text-grounding
21
+ - professional-apps
22
+ pretty_name: Pointerbench
23
+ size_categories:
24
+ - 1K<n<10K
25
+ ---
26
+
27
+ # Pointerbench
28
+
29
+ Pointerbench is a small GUI grounding benchmark suite for computer-use models.
30
+ Each example has one screenshot, one instruction, target geometry in absolute
31
+ pixels, and a binary evaluation rule.
32
+
33
+ The suite has three subsets:
34
+
35
+ | Subset | Examples | What it tests |
36
+ | --- | ---: | --- |
37
+ | `pointerbench-sheets` | 500 | Spreadsheet cells, colors, headers, edges, corners, and relative positions |
38
+ | `pointerbench-text` | 500 | Words, characters, punctuation, caret positions, chrome text, and text bounding boxes |
39
+ | `pointerbench-pro` | 500 | Icons, text, and mixed GUI targets across 100 professional applications |
40
+
41
+ All images are synthetic 1024x768 PNG screenshots. The datasets contain no
42
+ scraped user data and no PII.
43
+
44
+ ## Layout
45
+
46
+ Each subset is self-contained:
47
+
48
+ ```text
49
+ pointerbench-sheets/
50
+ data/test/metadata.jsonl
51
+ data/test/0000.png
52
+ eval.py
53
+ README.md
54
+ REPRODUCE.md
55
+
56
+ pointerbench-text/
57
+ data/test/metadata.jsonl
58
+ data/test/0000.png
59
+ eval.py
60
+ README.md
61
+ REPRODUCE.md
62
+
63
+ pointerbench-pro/
64
+ data/test/metadata.jsonl
65
+ data/test/0000.png
66
+ eval.py
67
+ README.md
68
+ REPRODUCE.md
69
+ ```
70
+
71
+ ## Schema
72
+
73
+ Each metadata row includes:
74
+
75
+ ```json
76
+ {
77
+ "file_name": "0000.png",
78
+ "id": "pbs_0000",
79
+ "instruction": "Click cell E11.",
80
+ "bbox": [x1, y1, x2, y2],
81
+ "point": [x, y],
82
+ "answer_type": "point",
83
+ "eval": {"type": "point_in_bbox", "bbox": [x1, y1, x2, y2]},
84
+ "data_type": "cell",
85
+ "category": "cell_ref",
86
+ "image_size": [1024, 768]
87
+ }
88
+ ```
89
+
90
+ Point tasks are correct when the predicted point lands inside the target bbox.
91
+ Bbox tasks, used in Pointerbench-Text, are correct when the predicted bbox
92
+ reaches the configured IoU threshold.
93
+
94
+ ## Evaluation
95
+
96
+ Run the scorer inside a subset folder:
97
+
98
+ ```bash
99
+ python eval.py --predictions preds.jsonl
100
+ ```
101
+
102
+ Predictions are JSONL rows with an `id` and either a `point` or `bbox`, depending
103
+ on `answer_type`.
104
+
105
+ See each subset README for the exact distribution, schema details, and examples.
106
+
107
+ ## License
108
+
109
+ Dataset images and annotations are released under CC BY 4.0. The included
110
+ evaluation scripts are released under MIT.
pointerbench-pro/.gitignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ *.egg-info/
4
+ .venv/
5
+ .DS_Store
6
+ # local prediction / report artifacts
7
+ preds*.jsonl
8
+ report*.json
pointerbench-pro/CITATION.cff ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use Pointerbench-Pro, please cite it as below."
3
+ title: "Pointerbench-Pro: A GUI Grounding Benchmark for Professional Software"
4
+ authors:
5
+ - name: "Pointerbench-Pro contributors"
6
+ version: "1.0.0"
7
+ date-released: "2026-06-18"
8
+ url: "https://github.com/YOUR_ORG/pointerbench-pro"
9
+ license: "CC-BY-4.0"
pointerbench-pro/LICENSE ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Attribution 4.0 International (CC BY 4.0)
2
+
3
+ The dataset (images and annotations) in this repository is licensed under the
4
+ Creative Commons Attribution 4.0 International License. The accompanying code
5
+ (eval.py) is licensed under the MIT License (see below).
6
+
7
+ ================================================================================
8
+ Creative Commons Attribution 4.0 International (CC BY 4.0)
9
+ ================================================================================
10
+
11
+ You are free to:
12
+
13
+ Share: copy and redistribute the material in any medium or format.
14
+ Adapt: remix, transform, and build upon the material for any purpose, even
15
+ commercially.
16
+
17
+ The licensor cannot revoke these freedoms as long as you follow the license
18
+ terms.
19
+
20
+ Under the following terms:
21
+
22
+ Attribution: You must give appropriate credit, provide a link to the
23
+ license, and indicate if changes were made. You may do so in any reasonable
24
+ manner, but not in any way that suggests the licensor endorses you or your
25
+ use.
26
+
27
+ No additional restrictions: You may not apply legal terms or technological
28
+ measures that legally restrict others from doing anything the license
29
+ permits.
30
+
31
+ Notices:
32
+
33
+ You do not have to comply with the license for elements of the material in
34
+ the public domain or where your use is permitted by an applicable exception
35
+ or limitation.
36
+
37
+ No warranties are given. The license may not give you all of the permissions
38
+ necessary for your intended use. For example, other rights such as publicity,
39
+ privacy, or moral rights may limit how you use the material.
40
+
41
+ The full legal text of CC BY 4.0 is available at:
42
+ https://creativecommons.org/licenses/by/4.0/legalcode
43
+
44
+ ================================================================================
45
+ MIT License (applies to code: eval.py)
46
+ ================================================================================
47
+
48
+ Permission is hereby granted, free of charge, to any person obtaining a copy
49
+ of this software and associated documentation files (the "Software"), to deal
50
+ in the Software without restriction, including without limitation the rights
51
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
52
+ copies of the Software, and to permit persons to whom the Software is
53
+ furnished to do so, subject to the following conditions:
54
+
55
+ The above copyright notice and this permission notice shall be included in all
56
+ copies or substantial portions of the Software.
57
+
58
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
59
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
64
+ SOFTWARE.
pointerbench-pro/README.md ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Pointerbench-Pro
2
+
3
+ **A 500-example GUI grounding benchmark for professional desktop software.**
4
+ Given a screenshot of a professional application and a short functional
5
+ instruction (e.g. *"Begin a performance recording."*, *"Select the Bass
6
+ track."*, *"Open the Browser panel."*), a model must output the pixel coordinate
7
+ to click. Scored exactly like
8
+ [ScreenSpot](https://github.com/njucckevin/SeeClick) and ScreenSpot-Pro: **a
9
+ click is correct if it lands inside the target's bounding box.**
10
+
11
+ ![teaser](assets/teaser.png)
12
+
13
+ ## Why professional apps?
14
+
15
+ Everyday GUI suites are dominated by browsers and consumer apps. Real agent work
16
+ happens in dense expert tools: IDEs, DAWs, CAD, GIS, EDA, data and analytics
17
+ consoles, scientific software. Their interfaces are packed with small icons and
18
+ tightly labeled controls, which is exactly where grounding breaks down.
19
+ Pointerbench-Pro targets that regime across **100 professional applications**,
20
+ with the generated target mix preserved instead of forcing a fixed icon/text
21
+ quota.
22
+
23
+ ## What's inside
24
+
25
+ - **500** examples, one instruction per image.
26
+ - **1024x768** PNG screenshots, fully synthetic (model-dreamed UIs, no scraping,
27
+ no PII).
28
+ - **100 applications** spanning development, creative, scientific,
29
+ CAD/engineering, productivity, enterprise, office, communication, analytics,
30
+ finance, and OS/system surfaces.
31
+ - **3 target types from the generated source pools**:
32
+
33
+ | element_type | count | example instruction |
34
+ | ------------ | ----- | -------------------------------- |
35
+ | `icon` | 190 | *Find a packet.* |
36
+ | `other` | 156 | *Select the red-coat clip.* |
37
+ | `text` | 154 | *Switch to Home.* |
38
+
39
+ - Multiple platforms (Windows, macOS, Linux, plus a few embedded/mobile).
40
+ - Functional intent prompts (not literal element names), matching the
41
+ ScreenSpot-Pro task style.
42
+
43
+ ## Schema
44
+
45
+ Each line of `data/test/metadata.jsonl` (HuggingFace `imagefolder` layout):
46
+
47
+ ```json
48
+ {
49
+ "file_name": "0000.png",
50
+ "id": "pbp_0000",
51
+ "instruction": "Begin a performance recording.",
52
+ "bbox": [596, 376, 681, 395],
53
+ "point": [638, 385],
54
+ "answer_type": "point",
55
+ "eval": {"type": "point_in_bbox", "bbox": [596, 376, 681, 395]},
56
+ "data_type": "icon",
57
+ "element_type": "icon",
58
+ "app": "Google Chrome DevTools",
59
+ "app_slug": "chrome_devtools",
60
+ "app_category": "development",
61
+ "platform": "Windows 11 / Chrome",
62
+ "source_id": "images_chrome_devtools_02_el8",
63
+ "source_file": "clicks_icons_pro_3k.ndjson",
64
+ "image_size": [1024, 768]
65
+ }
66
+ ```
67
+
68
+ - **`bbox`**: ground-truth target, **`[x1, y1, x2, y2]` in absolute pixels**
69
+ (top-left, bottom-right) on the 1024x768 image. A prediction is correct iff it
70
+ lands inside this box.
71
+ - **`point`**: the box center.
72
+ - **`answer_type`** / **`eval`**: binary evaluation rule. Pro rows are point
73
+ answers scored with point-in-bbox.
74
+ - **`element_type`** (= `data_type`): `icon`, `text`, or `other`.
75
+ - **`app`** / **`app_slug`** / **`app_category`** / **`platform`**: the source
76
+ application and its metadata, for per-app result breakdowns.
77
+
78
+ A machine-readable coverage summary (counts per app, category, platform) is in
79
+ [`apps.json`](apps.json).
80
+
81
+ ## Quickstart
82
+
83
+ ### Load the data
84
+
85
+ Via HuggingFace `datasets` (after the set is pushed to the Hub):
86
+
87
+ ```python
88
+ from datasets import load_dataset
89
+ ds = load_dataset("YOUR_ORG/pointerbench-pro", split="test")
90
+ ex = ds[0]
91
+ ex["image"] # PIL.Image, 1024x768
92
+ ex["instruction"] # "Begin a performance recording."
93
+ ex["bbox"] # [x1, y1, x2, y2]
94
+ ```
95
+
96
+ Or locally with the imagefolder loader:
97
+
98
+ ```python
99
+ from datasets import load_dataset
100
+ ds = load_dataset("imagefolder", data_dir="data", split="test")
101
+ ```
102
+
103
+ Or with no dependencies at all, read `data/test/metadata.jsonl` and open the
104
+ sibling PNGs yourself.
105
+
106
+ ### Evaluate
107
+
108
+ 1. Run your model on every example's `instruction` + image and collect a
109
+ predicted click point (absolute pixels on the 1024x768 image).
110
+ 2. Write predictions as JSONL, one object per example:
111
+
112
+ ```json
113
+ {"id": "pbp_0000", "point": [612, 388]}
114
+ ```
115
+
116
+ 3. Score (pure standard library, no dependencies):
117
+
118
+ ```bash
119
+ python eval.py --predictions preds.jsonl --json report.json
120
+ ```
121
+
122
+ ```
123
+ Pointerbench-Pro: 500 examples
124
+ ============================================
125
+ Accuracy: 41.20% (206/500)
126
+
127
+ By target type:
128
+ icon 33.20% (n=190)
129
+ other 37.18% (n=156)
130
+ text 49.35% (n=154)
131
+ ...
132
+ ```
133
+
134
+ The scorer reports overall accuracy plus per-target-type, per-app-category, and
135
+ per-platform breakdowns; the per-app table is in the `--json` report.
136
+
137
+ ### Turning model output into a point
138
+
139
+ Models emit clicks in many shapes; map them to `[x, y]` pixels before scoring.
140
+ For example, a `<click>x,y</click>` tag or a normalized `0-1` / `0-999` point:
141
+
142
+ ```python
143
+ import re
144
+ def to_point(text, w=1024, h=768):
145
+ m = re.search(r"(-?\d+(?:\.\d+)?)\s*[,\s]\s*(-?\d+(?:\.\d+)?)", text)
146
+ x, y = float(m.group(1)), float(m.group(2))
147
+ if max(x, y) <= 1.0: x, y = x * w, y * h # normalized 0-1
148
+ elif max(x, y) <= 999: x, y = x / 999 * w, y / 999 * h # 0-999 grid
149
+ return [round(x), round(y)]
150
+ ```
151
+
152
+ ## Baselines
153
+
154
+ | Model | Accuracy | Notes |
155
+ | ----------------------------- | -------- | ------------------------- |
156
+ | Center-click (512, 384) | low | sanity floor |
157
+ | _your model here_ | n/a | open a PR |
158
+
159
+ ## Construction
160
+
161
+ - **Screenshots** are dreamed by an image model from per-app scenario prompts
162
+ (one scene per professional application), so the UIs are realistic but
163
+ contain no real user data.
164
+ - **Boxes** are pixel-exact: a copy of each screenshot is edited to paint the
165
+ target region, and the box is recovered by diffing the edit against the clean
166
+ image. QA gates reject ambiguous or oversized regions.
167
+ - Targets come from the labeled professional-icon pool and the general
168
+ professional GUI intent pool. They are labeled as `icon`, `text`, or `other`
169
+ for analysis, but they are not filtered to a fixed element-type ratio.
170
+
171
+ The selected `source_id`s are listed in `heldout_source_ids.txt` so they can be
172
+ excluded from any training set built from the same generator. See
173
+ [`REPRODUCE.md`](REPRODUCE.md).
174
+
175
+ ## Limitations
176
+
177
+ - Fully synthetic: realistic but not screenshots of the real applications.
178
+ - Fixed 1024x768 resolution; instructions in English.
179
+ - The `text` / `other` label for the general intent pool is derived by a
180
+ description heuristic rather than human annotation.
181
+
182
+ ## Citation
183
+
184
+ ```bibtex
185
+ @misc{pointerbench_pro_2026,
186
+ title = {Pointerbench-Pro: A GUI Grounding Benchmark for Professional Software},
187
+ author = {Pointerbench-Pro contributors},
188
+ year = {2026},
189
+ url = {https://github.com/YOUR_ORG/pointerbench-pro}
190
+ }
191
+ ```
192
+
193
+ ## License
194
+
195
+ - **Data** (images + annotations): [CC BY 4.0](LICENSE).
196
+ - **Code** (`eval.py`): MIT.
pointerbench-pro/REPRODUCE.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Reproducing Pointerbench-Pro
2
+
3
+ The benchmark is assembled from the `dream_click` generator's professional-app
4
+ click pools in the source repository.
5
+
6
+ ```bash
7
+ # from the generator directory in the source repo:
8
+ python3 build_progui.py --n 500 --seed 90311 --out /path/to/pointerbench-pro
9
+ ```
10
+
11
+ - Targets are sampled from the labeled professional-icon pool
12
+ (`clicks_icons_pro_3k.ndjson`) and the general dreamed-GUI intent pool
13
+ (`clicks_dreamed_gui_intent.ndjson`).
14
+ - Targets are labeled as `icon`, `text`, or `other` for analysis, but the public
15
+ set does not force a fixed icon/text ratio.
16
+ - Candidates are balanced across applications by round-robin selection with a
17
+ fixed seed, then shuffled. The current 500-example set contains 190 icon, 154
18
+ text, and 156 other targets across 100 applications.
19
+ - Each application's name, slug, category, and platform come from the dreamed-GUI
20
+ scenario indexes under `shared/data/dreamed_gui*/index.jsonl`, joined by the
21
+ scene slug parsed from each `source_id`.
22
+
23
+ ## Held-out usage
24
+
25
+ The examples are selected from existing generated pools, so they can overlap a
26
+ training set built from the same generator. The selected `source_id`s are
27
+ written to `heldout_source_ids.txt`. Exclude those IDs from training to keep the
28
+ benchmark held out.
29
+
30
+ Regenerating with the same seed reproduces the identical 500 examples. To grow
31
+ or refresh the set, change `--n` / `--seed` and bump the dataset version.
pointerbench-pro/apps.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n": 500,
3
+ "element_type": {
4
+ "other": 156,
5
+ "text": 154,
6
+ "icon": 190
7
+ },
8
+ "n_apps": 100,
9
+ "platform": {
10
+ "Windows 11": 190,
11
+ "macOS Sonoma": 65,
12
+ "Windows 10": 55,
13
+ "Windows 11 / Chrome": 40,
14
+ "Windows 11, Chrome": 35,
15
+ "macOS": 30,
16
+ "Linux": 20,
17
+ "macOS / Chrome": 15,
18
+ "Linux / Firefox": 10,
19
+ "macOS / Safari": 5,
20
+ "Embedded automotive": 5,
21
+ "Ubuntu 24.04": 5,
22
+ "Embedded touchscreen": 5,
23
+ "iPadOS": 5,
24
+ "Linux / Chrome": 5,
25
+ "macOS Sonoma (desktop app)": 5,
26
+ "Windows 11 / Edge": 5
27
+ },
28
+ "app_category": {
29
+ "development": 105,
30
+ "creative": 95,
31
+ "cad_engineering": 45,
32
+ "productivity": 45,
33
+ "scientific": 45,
34
+ "consumer": 40,
35
+ "enterprise": 30,
36
+ "office": 25,
37
+ "communication": 25,
38
+ "os_commons": 20,
39
+ "analytics": 10,
40
+ "finance": 5,
41
+ "smart_home": 5,
42
+ "cms": 5
43
+ },
44
+ "source_file": {
45
+ "clicks_dreamed_gui_intent.ndjson": 310,
46
+ "clicks_icons_pro_3k.ndjson": 190
47
+ },
48
+ "apps": {
49
+ "Adobe Premiere Pro": 5,
50
+ "Microsoft Excel (Office 365)": 5,
51
+ "desktop stock trading platform (thinkorswim-style)": 5,
52
+ "Canva": 5,
53
+ "Mozilla Thunderbird": 5,
54
+ "Wireshark": 5,
55
+ "Discord desktop": 5,
56
+ "Unreal Engine 5": 5,
57
+ "DBeaver": 5,
58
+ "KiCad 8 PCB Editor": 5,
59
+ "Asana": 5,
60
+ "SkyLink Airways (fictional)": 5,
61
+ "Tableau Desktop": 5,
62
+ "VMware Fusion": 5,
63
+ "DriveOS Infotainment (fictional)": 5,
64
+ "Godot Engine": 5,
65
+ "RStudio": 5,
66
+ "Autodesk Fusion 360": 5,
67
+ "AutoCAD Mechanical": 5,
68
+ "Adobe Illustrator": 5,
69
+ "SolidWorks Premium": 5,
70
+ "MongoDB Compass": 5,
71
+ "Spotify desktop app": 5,
72
+ "Zoom desktop": 5,
73
+ "Stata SE 16": 5,
74
+ "Notion desktop": 5,
75
+ "Microsoft PowerPoint 2019": 5,
76
+ "Netflix (web)": 5,
77
+ "Microsoft Teams": 5,
78
+ "macOS Sonoma system UI": 5,
79
+ "REAPER": 5,
80
+ "Google Analytics 4 in Chrome": 5,
81
+ "DaVinci Resolve 19": 5,
82
+ "IntelliJ IDEA": 5,
83
+ "Unity Editor": 5,
84
+ "Airtable": 5,
85
+ "Audacity": 5,
86
+ "Inkscape": 5,
87
+ "GIMP": 5,
88
+ "MediChart EHR (fictional)": 5,
89
+ "Autodesk Revit": 5,
90
+ "SketchUp Pro": 5,
91
+ "YouTube Studio": 5,
92
+ "Adobe Lightroom Classic": 5,
93
+ "Microsoft Word (Office 365)": 5,
94
+ "Krita": 5,
95
+ "Android Studio": 5,
96
+ "Xcode": 5,
97
+ "MATLAB R2022b": 5,
98
+ "Adobe Photoshop": 5,
99
+ "Trello": 5,
100
+ "Home Assistant dashboard in Chrome": 5,
101
+ "cPanel": 5,
102
+ "Jira Software in Chrome": 5,
103
+ "Windows 11 system UI": 5,
104
+ "AWS Management Console": 5,
105
+ "CapCut Desktop": 5,
106
+ "Slack desktop": 5,
107
+ "Salesforce Lightning (CRM) in Chrome": 5,
108
+ "SAP GUI (ERP)": 5,
109
+ "Ubuntu 24.04 GNOME desktop": 5,
110
+ "Microsoft Outlook": 5,
111
+ "OrderHub POS (fictional)": 5,
112
+ "PyCharm": 5,
113
+ "Postman": 5,
114
+ "chess.com in a browser": 5,
115
+ "Intel Quartus II": 5,
116
+ "iOS Settings (iPad)": 5,
117
+ "Obsidian": 5,
118
+ "Proxmox VE": 5,
119
+ "GitHub (web)": 5,
120
+ "Steam desktop client": 5,
121
+ "QGIS": 5,
122
+ "Miro": 5,
123
+ "VLC Media Player": 5,
124
+ "OriginLab Origin 2018": 5,
125
+ "online banking web portal in a browser": 5,
126
+ "Linear": 5,
127
+ "Grafana": 5,
128
+ "Figma": 5,
129
+ "Adobe Acrobat Pro": 5,
130
+ "Xilinx Vivado": 5,
131
+ "Anki": 5,
132
+ "FL Studio 20": 5,
133
+ "Microsoft Azure Portal": 5,
134
+ "Ableton Live 12": 5,
135
+ "JupyterLab": 5,
136
+ "Sublime Text": 5,
137
+ "Blender 4": 5,
138
+ "IBM SPSS Statistics": 5,
139
+ "Docker Desktop": 5,
140
+ "Autodesk Inventor Professional": 5,
141
+ "WordPress admin in Chrome": 5,
142
+ "EViews 10": 5,
143
+ "NI LabVIEW": 5,
144
+ "Lens (Kubernetes IDE)": 5,
145
+ "Visual Studio Code": 5,
146
+ "UltiMaker Cura 5": 5,
147
+ "Google Chrome DevTools": 5,
148
+ "OBS Studio": 5
149
+ }
150
+ }
pointerbench-pro/assets/teaser.png ADDED

Git LFS Details

  • SHA256: ecb24bba3e774339cf7e6ce34d0e25448c2049d8b32918ed59f231b97a985760
  • Pointer size: 131 Bytes
  • Size of remote file: 559 kB
pointerbench-pro/data/test/0000.png ADDED

Git LFS Details

  • SHA256: 209a86133bded8da9922819edcc4c62ee0956f68ea14c715ef1ff08b2060733b
  • Pointer size: 131 Bytes
  • Size of remote file: 418 kB
pointerbench-pro/data/test/0001.png ADDED

Git LFS Details

  • SHA256: a7c5398fb4fc4ff721ac1d0603f2a4005b229dabb9806863cc7f85a4f1b1b724
  • Pointer size: 131 Bytes
  • Size of remote file: 609 kB
pointerbench-pro/data/test/0002.png ADDED

Git LFS Details

  • SHA256: 38774722bdf7e6a8dca198436e70b7476dbd9373a331514caceeb2935ceba9c6
  • Pointer size: 131 Bytes
  • Size of remote file: 571 kB
pointerbench-pro/data/test/0003.png ADDED

Git LFS Details

  • SHA256: a5f966280fc781121742f4993aadbc3b313d92abae421ad86f64356c52e72cd6
  • Pointer size: 131 Bytes
  • Size of remote file: 682 kB
pointerbench-pro/data/test/0004.png ADDED

Git LFS Details

  • SHA256: b4411d3dacebed85ba22ca2976446220d417e00d826536015fe68821a0923731
  • Pointer size: 131 Bytes
  • Size of remote file: 318 kB
pointerbench-pro/data/test/0005.png ADDED

Git LFS Details

  • SHA256: dbad2aa6fdc58b507eeaefb513b2c11aee6bbea97cc589598da3fcb1308acaba
  • Pointer size: 131 Bytes
  • Size of remote file: 432 kB
pointerbench-pro/data/test/0006.png ADDED

Git LFS Details

  • SHA256: 8b8537ec4dfafe7e230b049b566e549c3a1f0a6a08a8cdb8696fd46a5c63d2f6
  • Pointer size: 131 Bytes
  • Size of remote file: 554 kB
pointerbench-pro/data/test/0007.png ADDED

Git LFS Details

  • SHA256: 86f3bb3ecd444f32d3484c793e21d2faf86170abadcfe4e57f1c51ac33889f38
  • Pointer size: 131 Bytes
  • Size of remote file: 665 kB
pointerbench-pro/data/test/0008.png ADDED

Git LFS Details

  • SHA256: dd26a3d2be9445f836590ad1e37c7e76825f21c0d4c3f722e442dd6312f5e98d
  • Pointer size: 131 Bytes
  • Size of remote file: 426 kB
pointerbench-pro/data/test/0009.png ADDED

Git LFS Details

  • SHA256: 9e5a72719b141e039158884daa28e63da0fa533ee6a5b76a0ff8e435ad48d3ed
  • Pointer size: 131 Bytes
  • Size of remote file: 408 kB
pointerbench-pro/data/test/0010.png ADDED

Git LFS Details

  • SHA256: 51bd0241c774ceb392c86d5c50853d712d97670e6bcc62a433bba272928f423d
  • Pointer size: 131 Bytes
  • Size of remote file: 391 kB
pointerbench-pro/data/test/0011.png ADDED

Git LFS Details

  • SHA256: 71d94e2daf48f2f6c753733e3cd10fa04939700ecc154071a3a4dc8b533b8614
  • Pointer size: 131 Bytes
  • Size of remote file: 360 kB
pointerbench-pro/data/test/0012.png ADDED

Git LFS Details

  • SHA256: 6c899abe4b3ac50d3ff0bcd6a49c69483a67985ce40a2d1c67ed066eff5de841
  • Pointer size: 131 Bytes
  • Size of remote file: 320 kB
pointerbench-pro/data/test/0013.png ADDED

Git LFS Details

  • SHA256: 7c81de5e0649752bdfcdb288137d92eec4dc30159d5364914b3965b2bb5f7766
  • Pointer size: 131 Bytes
  • Size of remote file: 463 kB
pointerbench-pro/data/test/0014.png ADDED

Git LFS Details

  • SHA256: 97849db27b313bd67557993e8725517ddfd3eb0df64fe88abd3542fcbe7c1cff
  • Pointer size: 131 Bytes
  • Size of remote file: 456 kB
pointerbench-pro/data/test/0015.png ADDED

Git LFS Details

  • SHA256: efcd0a9dff6657ce936ae60b3de28a9d0a065e3d14d1d3eb4a73fd759b14c5b2
  • Pointer size: 131 Bytes
  • Size of remote file: 536 kB
pointerbench-pro/data/test/0016.png ADDED

Git LFS Details

  • SHA256: 62c379ed9df0380e76ee9092a77c231e614a458ddffa80fe11135871deec5d03
  • Pointer size: 131 Bytes
  • Size of remote file: 507 kB
pointerbench-pro/data/test/0017.png ADDED

Git LFS Details

  • SHA256: d8a0c2cb68858b8b4deeb419c9790594261da1752310a5ac5f16d29b82432bbf
  • Pointer size: 131 Bytes
  • Size of remote file: 334 kB
pointerbench-pro/data/test/0018.png ADDED

Git LFS Details

  • SHA256: d62b09921637a9849aa80cd62cca31713c0eeb85700f6ce1d1f98e67f274c0d7
  • Pointer size: 131 Bytes
  • Size of remote file: 400 kB
pointerbench-pro/data/test/0019.png ADDED

Git LFS Details

  • SHA256: 0a20d9f72c64987618290811001d374cdefb312fcfa2e09cd1fa8de6854f368d
  • Pointer size: 131 Bytes
  • Size of remote file: 349 kB
pointerbench-pro/data/test/0020.png ADDED

Git LFS Details

  • SHA256: 8a99e1340f1949c09812f21ece0f2b71ca3f7324d393e9c534620f71a75605be
  • Pointer size: 131 Bytes
  • Size of remote file: 337 kB
pointerbench-pro/data/test/0021.png ADDED

Git LFS Details

  • SHA256: 973d296454df19265419db193811d1fae27f88879e88ce7c00e1653ed29e5b7b
  • Pointer size: 131 Bytes
  • Size of remote file: 453 kB
pointerbench-pro/data/test/0022.png ADDED

Git LFS Details

  • SHA256: 6de20702efbad0dccd87f6e8f99ba7adc8a15ac0f02c431e1d2abebc94452ff3
  • Pointer size: 131 Bytes
  • Size of remote file: 319 kB
pointerbench-pro/data/test/0023.png ADDED

Git LFS Details

  • SHA256: 3a82b61d3f8c5cc1cbde4ddb9957d0646ae3d981a02362c8ba25c1673375f57e
  • Pointer size: 131 Bytes
  • Size of remote file: 376 kB
pointerbench-pro/data/test/0024.png ADDED

Git LFS Details

  • SHA256: 13f4b3826e11ae899414256811ec0527597850aeb4f496642855f1d483f0f15a
  • Pointer size: 131 Bytes
  • Size of remote file: 447 kB
pointerbench-pro/data/test/0025.png ADDED

Git LFS Details

  • SHA256: 490f677d4ab7bd578e44dcdf2360d6126be50d7aee42c3559b9a7ca0bb7a2a3a
  • Pointer size: 131 Bytes
  • Size of remote file: 345 kB
pointerbench-pro/data/test/0026.png ADDED

Git LFS Details

  • SHA256: b233032909173907fbb009c54abed41cbd203c89804dda78397dbe548330666f
  • Pointer size: 131 Bytes
  • Size of remote file: 286 kB
pointerbench-pro/data/test/0027.png ADDED

Git LFS Details

  • SHA256: a26bb69b3dbdcad54392cce8e8e06cec9bb90e9628d2ab62007d223d0373fa87
  • Pointer size: 131 Bytes
  • Size of remote file: 471 kB
pointerbench-pro/data/test/0028.png ADDED

Git LFS Details

  • SHA256: 0cb0471691f4c2f5e561b6fec9394fc13392dbf70f340e34f62f1dad89dee822
  • Pointer size: 131 Bytes
  • Size of remote file: 548 kB
pointerbench-pro/data/test/0029.png ADDED

Git LFS Details

  • SHA256: a67fb0d6d56a452ee03e8307dcaace7c90abb0ec553f0e7cd38a59a490b99599
  • Pointer size: 131 Bytes
  • Size of remote file: 364 kB
pointerbench-pro/data/test/0030.png ADDED

Git LFS Details

  • SHA256: 1d9a7f87ae7dc2a4df15e83db4c2314ee7c4af963c2019ba65fd1971f968b3ff
  • Pointer size: 131 Bytes
  • Size of remote file: 503 kB
pointerbench-pro/data/test/0031.png ADDED

Git LFS Details

  • SHA256: 8a99e1340f1949c09812f21ece0f2b71ca3f7324d393e9c534620f71a75605be
  • Pointer size: 131 Bytes
  • Size of remote file: 337 kB
pointerbench-pro/data/test/0032.png ADDED

Git LFS Details

  • SHA256: b39032cb7aeeb6fc3749eef2a912452489405fa3fd86e29ac64b5014c07e3bbc
  • Pointer size: 131 Bytes
  • Size of remote file: 580 kB
pointerbench-pro/data/test/0033.png ADDED

Git LFS Details

  • SHA256: 9d78f589dbfbf4a3ad9eddc0afbcc96083146f6151f5f55a671a3a2e81a0ad45
  • Pointer size: 131 Bytes
  • Size of remote file: 317 kB
pointerbench-pro/data/test/0034.png ADDED

Git LFS Details

  • SHA256: 50e4d750d3537d7251511f616494b9372ef0c56991f2e31b8b3b578e749f61a9
  • Pointer size: 131 Bytes
  • Size of remote file: 594 kB
pointerbench-pro/data/test/0035.png ADDED

Git LFS Details

  • SHA256: 0d432734ec8cd2dcc2790507f81179c3677b90bd1c977d4ba95b18c0d0e28af8
  • Pointer size: 131 Bytes
  • Size of remote file: 459 kB
pointerbench-pro/data/test/0036.png ADDED

Git LFS Details

  • SHA256: e1050c488f5962f55133f838f2d1d60619bfee121190c270dff5732829467e8a
  • Pointer size: 131 Bytes
  • Size of remote file: 488 kB
pointerbench-pro/data/test/0037.png ADDED

Git LFS Details

  • SHA256: 779f64d8d4011fdf4f02c1e6e976a6f8d8bb6fccf9e4cbb7ad95e0a3376329c3
  • Pointer size: 131 Bytes
  • Size of remote file: 488 kB
pointerbench-pro/data/test/0038.png ADDED

Git LFS Details

  • SHA256: d6bc62d039172c900eb4eea1899dd00ec52f5700f5da06b2b371721748b28024
  • Pointer size: 131 Bytes
  • Size of remote file: 484 kB
pointerbench-pro/data/test/0039.png ADDED

Git LFS Details

  • SHA256: 3313f3d25be83398d916156657e641cb912d8ec06528adda37f2d38c10682237
  • Pointer size: 131 Bytes
  • Size of remote file: 369 kB
pointerbench-pro/data/test/0040.png ADDED

Git LFS Details

  • SHA256: dc80c7f3a7223378badd12c71f74494b6fe30cc8f1f33a1714c9a47b12813471
  • Pointer size: 131 Bytes
  • Size of remote file: 344 kB
pointerbench-pro/data/test/0041.png ADDED

Git LFS Details

  • SHA256: b684fad34e7f0a033b3f50b92495a54395167f3d349e323983380795ab9ce31b
  • Pointer size: 131 Bytes
  • Size of remote file: 676 kB