Datasets:
File size: 1,571 Bytes
19f4d84 f66579f 19f4d84 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
---
license: apache-2.0
task_categories:
- image-text-to-text
language:
- en
tags:
- gui
- grounding
- multimodal
- vision-language-model
- cross-resolution
size_categories:
- 1K<n<10K
---
# ShowUI-web-8K
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.
## Dataset Details
- **Source**: Sampled from [ShowUI-web](https://huggingface.co/datasets/showlab/ShowUI-web)
- **Domain**: Web GUI screenshots
- **Diversity**: Covers a wide variety of website layouts and components
- **Use case**: GUI grounding pretraining for web environments
## Notes for Data
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.
## Citation
If you use this dataset, please cite the following paper:
```
@misc{hsieh2025zonui3b,
title = {ZonUI-3B: A Lightweight Vision-Language Model for Cross-Resolution GUI Grounding},
author = {Hsieh, ZongHan and Wei, Tzer-Jen and Yang, ShengJing},
year = {2025},
howpublished = {\url{https://arxiv.org/abs/2506.23491}},
note = {arXiv:2506.23491 [cs.CV], version 2, last revised 1 Jul 2025}
}
``` |