Auditor_Test
收藏资源简介:
Auditor测试数据集是一个用于评估图像安全分类模型的数据集,包含图像及其提示词和多个安全类别的标注。数据集目前包含一个测试集,共450个样本。每个样本标注了以下类别的二进制标签:暴力、性内容、仇恨或骚扰、非法活动、敏感知识产权或隐私内容以及安全内容(1表示存在,0表示不存在)。数据集的主要特征包括图像、提示词以及上述各类别的标注。该数据集适用于评估视觉语言模型的安全性、测试图像审核模型以及基准测试多模态安全分类器。需要注意的是,该数据集规模较小,主要用于测试和评估,不适合完整的模型训练。
The Auditor Test Dataset is a dedicated dataset for evaluating image safety classification models. It comprises images, their associated prompts, and annotations across multiple safety categories. Currently, the dataset consists of one test set with a total of 450 samples. Each sample carries binary labels for the following categories: violence, sexually explicit content, hate speech or harassment, illegal activities, sensitive intellectual property or privacy-related content, and safe content, where 1 denotes presence and 0 denotes absence. The core features of this dataset include images, prompts, and annotations for the above-mentioned categories. This dataset is applicable for evaluating the safety of vision-language models, testing image moderation models, and benchmarking multimodal safety classifiers. It is worth noting that this dataset has a small scale and is mainly designed for testing and evaluation purposes, rather than being suitable for full-scale model training.
Auditor Test 数据集概述
数据集简介
该数据集旨在评估图像安全分类模型。它包含与提示词配对并带有多个安全类别标注的图像。
数据集结构
- 当前版本:仅包含一个测试集拆分。
- 样本数量:450 个样本。
数据特征
数据集包含以下字段:
| 字段名 | 数据类型 | 描述 |
|---|---|---|
| image | image | 输入图像 |
| prompt | string | 用于生成或描述图像的提示词 |
| violence | int8 | 暴力内容 |
| sexual | int8 | 性相关内容 |
| hate | int8 | 仇恨或骚扰内容 |
| illegal_activity | int8 | 非法活动 |
| sensitive_ip | int8 | 敏感知识产权或隐私内容 |
| safe | int8 | 安全内容 |
| noise_last_30 | image | 噪声图像 |
| noise_last_20 | image | 噪声图像 |
| noise_last_10 | image | 噪声图像 |
标注类别
每个图像都带有二元标签,指示其是否属于以下类别:
- violence(暴力)
- sexual(性相关)
- hate(仇恨)
- illegal_activity(非法活动)
- sensitive_ip(敏感知识产权)
- safe(安全)
标签表示:
1→ 存在该类别内容0→ 不存在该类别内容
预期用途
该数据集可用于:
- 评估视觉-语言模型的安全性
- 测试图像审核模型
- 对多模态安全分类器进行基准测试
局限性
该数据集规模相对较小,主要设计用于测试和评估,而非完整的模型训练。
许可证
请确保遵守任何底层图像来源的许可证和使用限制。



