SABRE-Prior
收藏资源简介:
SABRE-Prior是由芝加哥大学、丰田工业大学芝加哥分校和石溪大学联合构建的视觉语言模型压力测试数据集,旨在评估模型在视觉证据与先验知识冲突时的表现。该数据集包含600张精心生成的图像和1000个问答对,覆盖上下文、纹理、属性和语言诱导四个子集,每个子集均通过反事实或非常规场景设计来挑战模型对视觉信息的依赖。数据集创建采用SABRE流水线,从任务设计规范出发,经图像生成、编辑、自动化筛选及人工验证,确保样例的有效性和难度。该数据集主要应用于VLM鲁棒性评估,揭示模型在对抗先验偏差时的系统性缺陷,为模型改进提供方向。
SABRE-Prior is a visual-language model (VLM) stress-test dataset jointly developed by the University of Chicago, Toyota Technological Institute at Chicago, and Stony Brook University. It is designed to evaluate model performance in scenarios where visual evidence conflicts with prior knowledge. This dataset comprises 600 meticulously generated images and 1,000 question-answer pairs, spanning four subsets: context, texture, attribute, and language-induced. Each subset adopts counterfactual or unconventional scene designs to challenge the model's reliance on visual information. The dataset is constructed via the SABRE pipeline: starting from task design specifications, it undergoes image generation, editing, automated filtering, and manual validation to ensure the validity and difficulty of the samples. Primarily applied to VLM robustness evaluation, this dataset reveals the systematic flaws of models when confronting prior biases, providing guidance for subsequent model improvement.
SABRE:可扩展自动化VLM压力测试数据集构建平台
数据集概述
SABRE(Scalable and Automated Benchmarking of VLMs under Stress)是一个可扩展、自动化的视觉语言模型(VLM)压力测试基准数据集构建流水线。该流水线将测试设计(Test Primer)转化为结构化规范、生成或编辑的图像以及问答对,通过自动化过滤与人工审核相结合的方式,构建能够有效考验VLM视觉证据遵循能力的高质量测试数据。
数据集核心构成
构建流程
- Test Primer输入:以Markdown任务设计与数据模式作为输入
- 编译与构建:通过智能体编译器生成结构化样本规范,包含问答构建、图像生成与编辑
- 压力候选集:生成带有受控视觉变化和固定参考答案的证据约束问答对
- 过滤与验证:使用过滤VLM自动筛除可解的简单样本,保留困难样本;随后进行人工审核(验证视觉证据、标注问答与区域、局部图像修复)
数据规模与类别
SABRE-Prior包含600张图像和1,000个问题,涵盖四类压力测试:
| 类别 | 测试内容 |
|---|---|
| Context(上下文) | 熟悉场景中出现意外实体 |
| Texture(纹理) | 反事实材质 |
| Attribute(属性) | 非规范组件计数 |
| Language Elicitation(语言诱导) | 由语言提示但图像不支持的回答 |
此外,工作流还支持Counting(计数)和Spatial(空间关系)等其他压力测试场景的扩展。
模型性能表现
在SABRE-Prior数据集上对六个VLM进行了评估,宏平均准确率范围为17.8%至31.3%(均值22.6%)。具体结果如下:
| 排名 | 模型 | Context | Texture | Attribute | Language | 宏平均 |
|---|---|---|---|---|---|---|
| 1 | Claude 4.6 | 10 | 40 | 17 | 58 | 31.3 |
| 2 | Kimi-k2.6 | 7 | 52 | 17 | 17 | 23.3 |
| 3 | Qwen 3.5 | 3 | 46 | 14 | 29 | 23.0 |
| 4 | Gemini 3.5 | 0 | 52 | 26 | 11 | 22.3 |
| 5 | GPT-5.4 | 1 | 28 | 20 | 23 | 18.0 |
| 6 | Grok-4.3 | 4 | 28 | 16 | 23 | 17.8 |
整体而言,各模型在压力测试下表现普遍偏低,凸显了当前VLM在依赖世界先验而非视觉证据方面存在的显著弱点。
工具与资源
- 本地图像修复演示:支持在浏览器端进行实体移除与实体交换操作,图像不会上传至服务器
- 代码可用性:提供面向非商业研究的代码
- 论文:可于arXiv(编号:2608.07435)获取




