ConflictGUI
收藏资源简介:
ConflictGUI是一个用于评估GUI代理在交互过程中对冲突情境感知能力的基准数据集。该数据集包含两个划分:校准集(1,164个样本)和测试集(3,496个样本),每个样本分为三类:可行(Feasible)、冲突1(Conflict1)和冲突2(Conflict2)。数据来源于AMEX、AndroidControl和AITZ三个现有数据集,其中冲突指令和标签由作者重新标注,而截图和原始指令遵循各自上游数据集的许可条款。每个样本包含图像路径(相对路径,需下载完整仓库解析)和文本指令。该数据集适用于图像-文本到文本的多模态任务,专门用于评估GUI代理在存在冲突指令时的决策能力。
ConflictGUI is a benchmark dataset for evaluating the ability of GUI agents to perceive conflict situations during interaction. The dataset consists of two splits: a calibration set (1,164 samples) and a test set (3,496 samples), each sample categorized into three classes: Feasible, Conflict1, and Conflict2. The data originates from three existing datasets: AMEX, AndroidControl, and AITZ, where conflict instructions and labels are re-annotated by the authors, while screenshots and original instructions follow the license terms of their respective upstream datasets. Each sample includes an image path (relative path, requiring download of the full repository for resolution) and a text instruction. This dataset is suitable for image-text-to-text multimodal tasks, specifically designed to evaluate the decision-making ability of GUI agents in the presence of conflicting instructions.
ConflictGUI数据集概述
基本信息
- 数据集名称:ConflictGUI
- 语言:英语(en)
- 许可证:自定义混合许可(
conflictgui-mixed-source-terms),具体条款见LICENSE_DATASET.md - 任务类别:图像-文本到文本(image-text-to-text)
数据集用途
ConflictGUI是一个用于评估GUI智能体冲突感知能力的基准测试数据集。旨在测试GUI智能体在面对界面中存在的冲突指令或元素时的识别与处理能力。
数据划分与规模
数据集包含calibration和test两个划分,具体样本数量如下:
| 划分 | 可行任务 | 冲突类型1 | 冲突类型2 | 总计 |
|---|---|---|---|---|
| Calibration | 564 | 300 | 300 | 1,164 |
| Test | 1,800 | 822 | 874 | 3,496 |
- 可行任务(Feasible):无冲突的正常任务样本。
- 冲突类型1与冲突类型2:包含两类不同冲突场景的任务样本。
数据来源
ConflictGUI基于以下三个上游数据集构建:
- AMEX
- AndroidControl
- AITZ
其中,冲突指令和标签为新增注释,而截图和原始指令遵循各自上游数据集的许可条款。因此,数据集整体采用混合来源的许可协议。
图像路径说明
每个样本中都包含相对路径的图像引用,示例格式如下:
images/AMEX_1_clean.png
由于图像路径为数据集目录相对路径,用户需先完整下载整个数据集仓库,方可正确解析并加载这些图像文件。




