SafeAtlas-VL
收藏资源简介:
SafeAtlas-VL 是一个大规模、基于图像的多模态安全数据集,专注于图像、用户请求和助手响应的内容审核。该数据集采用五级有序安全标签(从 safe_core 到 unsafe_core)进行标注,并涵盖 15 种危害类别。当前发布的版本包含 1,000,000 条安全标注,覆盖 594,487 张唯一图像,同时提供约 5,000 条标注的测试集。数据集提供两种配置:'images' 配置以每张唯一图像为一行,包含嵌套的标注列表;'annotations' 配置以每条安全标注为一行,便于扁平化处理。字段包括图像标识符、图像数据、标注标识符、审核目标(图像/请求/响应)、用户请求、助手回复、安全标签、危害类别以及教师模型输出等。该数据集适用于多模态安全审核、有序风险评估、红队测试、安全评估以及安全对齐研究。注意:数据集中包含不安全、冒犯性、敏感甚至令人不适的内容,仅供安全研究使用,严禁用于任何有害活动。
SafeAtlas-VL is a large-scale, image-based multimodal safety dataset focused on content moderation of images, user requests, and assistant responses. The dataset is annotated with five-level ordinal safety labels (from safe_core to unsafe_core) and covers 15 harm categories. The current release includes 1,000,000 safety annotations, covering 594,487 unique images, along with a test set of approximately 5,000 annotations. The dataset provides two configurations: the images configuration, where each row corresponds to a unique image with a nested list of annotations, and the annotations configuration, where each row corresponds to a single safety annotation for flat processing. Fields include image identifier, image data, annotation identifier, moderation target (image/request/response), user request, assistant response, safety label, harm category, and teacher model outputs. The dataset is suitable for multimodal safety moderation, ordinal risk assessment, red teaming, safety evaluation, and safety alignment research. Note: The dataset contains unsafe, offensive, sensitive, and potentially disturbing content, intended solely for safety research and prohibited from any harmful use.
SafeAtlas-VL 数据集概述
基本信息
SafeAtlas-VL 是一个大规模图像基础的多模态安全数据集,提供针对图像、用户请求和助手回复的五级有序安全标签(ordinal safety labels)。当前版本包含 1,000,000 条安全标注,覆盖 594,487 张唯一图像,完整数据集将在未来更新中发布。
数据规模
| 数据划分 | 唯一图像数 | 安全标注数 |
|---|---|---|
| 训练集 (train) | 594,487 | 1,000,000 |
| 测试集 (test) | 4,979 | 5,000 |
数据结构
配置方式
images配置(默认):每行对应一张唯一图像,包含嵌套的标注列表。annotations配置:每行对应一条安全标注,以表格形式呈现,不包含图像列。- 两个配置可通过
image_id字段进行连接。
images 配置字段
| 字段 | 类型 | 描述 |
|---|---|---|
image_id |
string | 按划分局部唯一的图像标识符(如 train_img_0000000) |
image |
Image | 编码后的图像数据 |
annotations |
list | 该图像对应的安全标注列表 |
嵌套标注字段
| 字段 | 类型 | 描述 |
|---|---|---|
annotation_id |
string | 按划分局部唯一的标注标识符 |
target |
string | 目标类型,取值为 image、request 或 response |
request |
nullable string | 用于 request/response 目标的用户请求 |
response |
nullable string | 用于 response 目标的助手回复 |
safety_label |
string | 五级有序安全标签 |
category |
string | 15 种危害类别之一,safe_core 时为 none |
teacher_head |
nullable struct | 三个教师模型的输出;图像目标时为 null |
教师模型输出结构
qwen3guard:取值为S、C或Uguardreasoner_vl:取值为0或1llamaguard4:取值为0或1
标签体系
有序安全标签(从安全到不安全)
safe_coresafe_leaning_disputedboundary_uncertainunsafe_leaning_disputedunsafe_core
15 种危害类别
dangerous information、defamation、erosion of trust in public information、false beliefs、fraud or deceptive action、illegal activities、influence operations、persuasion and manipulation、privacy、risky financial practices、security threats、toxic、trade and compliance、unfair、violation of personal property
数据组织与格式
- 数据以分片(sharded)Parquet 文件形式发布,架构中嵌入了 Hugging Face
Image特征。 images配置包含图像数据和嵌套标注;annotations配置以表格形式呈现标注。
敏感内容与使用说明
敏感内容警告
该数据集专为安全研究设计,必然包含不安全、冒犯性、敏感且可能令人不适的图像、请求和回复。
预期用途
多模态安全审核、有序风险评估、红队测试、评估及安全对齐研究。数据集不得用于促进有害活动,也不得用于针对个人或受保护群体。
相关资源
- 代码仓库:https://github.com/zrwang1211/SafeAtlas-VL
- 模型集合:https://huggingface.co/collections/zrwang1211/safeatlas-guard





