zonghanHZH commited on
Commit
19f4d84
·
verified ·
1 Parent(s): bc3e0c9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # ShowUI-web-8K
6
+
7
+ This dataset is a curated 8K-sample subset from the original [ShowUI-web dataset](https://huggingface.co/datasets/showlab/ShowUI-web), as mentioned in our paper. It contributes to the training of GUI grounding models, with a focus on realistic web user interfaces collected from diverse websites.
8
+
9
+ ## Dataset Details
10
+
11
+ - **Source**: Sampled from [ShowUI-web](https://huggingface.co/datasets/showlab/ShowUI-web)
12
+ - **Size**: 8,000 examples
13
+ - **Domain**: Web GUI screenshots
14
+ - **Diversity**: Covers a wide variety of website layouts and components
15
+ - **Use case**: GUI grounding pretraining for web environments
16
+
17
+ ## Notes for Data
18
+
19
+ This dataset is one of the sources used in our paper, [ZonUI-3B: A Lightweight Vision-Language Model for Cross-Resolution GUI Grounding](https://arxiv.org/abs/2506.23491). The ShowUI-web subset provides real-world web UI data, helping the model develop grounding capability in diverse and responsive web contexts.
20
+
21
+ ## Citation
22
+
23
+ If you use this dataset, please cite the following paper:
24
+
25
+ ```
26
+ @misc{hsieh2025zonui3b,
27
+ title = {ZonUI-3B: A Lightweight Vision-Language Model for Cross-Resolution GUI Grounding},
28
+ author = {Hsieh, ZongHan and Wei, Tzer-Jen and Yang, ShengJing},
29
+ year = {2025},
30
+ howpublished = {\url{https://arxiv.org/abs/2506.23491}},
31
+ note = {arXiv:2506.23491 [cs.CV], version 2, last revised 1 Jul 2025}
32
+ }
33
+ ```