Click-100k
收藏资源简介:
Click-100k是一个用于训练GUI计算机使用任务的grounding模型的高质量数据集。它包含计算机屏幕帧与低级别GUI命令和点击坐标的配对,旨在帮助模型学习UI元素的精确定位与交互。数据集通过筛选和整合多个公共数据集以及加入专业应用数据而创建。
Click-100k is a high-quality dataset for training grounding models on GUI computer usage tasks. It contains paired computer screen frames, low-level GUI commands and click coordinates, aiming to help models learn accurate positioning and interaction of UI elements. This dataset is created by filtering and integrating multiple public datasets, as well as incorporating professional application data.
Click-100k数据集概述
数据集基本信息
- 数据集名称:Click-100k
- 创建机构:mlfoundations
- 用途:训练GUI计算机使用任务的接地模型
- 训练模型:Gelato-30B-A3B
- 数据量:101,314个训练样本
- 数据集大小:29.93 GB(下载大小),31.58 GB(解压后大小)
数据集结构
数据特征
image_path:截图图像的相对路径(字符串)images:包含PIL图像对象的列表easyr1_prompt:接地任务的指令提示,包含系统指令和目标UI元素的自然语言描述(字符串)bbox:边界框坐标,格式为[x_min, y_min, x_max, y_max](4个整数的列表)image_width:截图宽度(像素,整数)image_height:截图高度(像素,整数)normalized_bbox:归一化边界框坐标,范围[0,1](4个浮点数的列表)
数据实例示例
python { image_path: showui-desktop-images/showui_desktop_004594.jpg, images: [<PIL.Image>], easyr1_prompt: You are an expert UI element locator..., bbox: [72, 183, 322, 232], image_width: 1960, image_height: 1092, normalized_bbox: [0.036734693877551024, 0.16758241758241757, 0.16428571428571428, 0.21245421245421245] }
数据集创建
数据来源
- ShowUI(Web/Desktop)
- AutoGUI
- PC-Agent-E
- WaveUI
- OS-Atlas
- UGround
- PixMo Points
- SeeClick
- UI-VISION
- Jedi(电子表格和文本单元格操作子集)
- 85个专业应用教程视频(Claude 4 Sonnet标注)
质量控制流程
- 归一化处理:将所有接地数据源转换为统一格式
- 源平衡:每个源最多50,000个实例
- 噪声过滤:
- 使用OmniParser丢弃在检测到的UI元素之外的点击
- 使用Qwen2.5-7B-VL移除过于简单的示例
- 使用GTA1-7B-2507过滤未对齐的样本
- 移除边界框过大(>5%屏幕面积)的样本
性能表现
- ScreenSpot-Pro:63.88%
- OS-World-G:69.15%
- OS-World-G(精炼版):74.65%
引用信息
bibtex @misc{gelato2025, title={Gelato — From Data Curation to Reinforcement Learning: Building a Strong Grounding Model for Computer-Use Agents}, author={Anas Awadalla, Dhruba Ghosh, Aylin Akkus, Yuhui Zhang, Marianna Nezhurina, Jenia Jitsev, Yejin Choi, Ludwig Schmidt}, year={2025}, publisher={GitHub}, howpublished={url{https://github.com/mlfoundations/gelato}}, }



