PRISM-Bench
收藏资源简介:
PRISM-Bench是一个基于拼图视觉挑战的基准数据集,旨在评估多模态大型语言模型在视觉任务上的推理能力。数据集包含1044个视觉任务,分为六类,要求多步符号、几何和类比推理,以防止基于表面模式匹配的捷径解决方案。每个拼图都配有一个包含正确答案的推理链和一个包含一个错误的推理链。数据集的设计允许对逻辑一致性、错误检测和视觉推理进行细粒度评估。
PRISM-Bench is a benchmark dataset built on jigsaw visual challenges, designed to assess the reasoning abilities of multimodal large language models (LLMs) in visual tasks. It comprises 1044 visual tasks categorized into six categories, which demand multi-step symbolic, geometric, and analogical reasoning to preclude shortcut solutions derived from surface-level pattern matching. Each puzzle is paired with a reasoning chain containing the correct answer and another reasoning chain that includes exactly one error. The design of this dataset allows for fine-grained evaluation of logical consistency, error detection, and visual reasoning capabilities.
PRISM-Bench 数据集概述
数据集简介
PRISM-Bench是一个专门设计用于评估多模态大语言模型在复杂视觉谜题推理能力的基准数据集。
核心特性
- 多样化视觉推理任务:包含谜题、基于图的推理、模式识别、算法推理等
- 思维链标注:为每个问题提供真实推理步骤
- 指令破坏:包含合成的错误推理链用于鲁棒性测试
- 首次错误检测:标注错误推理链中的第一个错误
- VQA风格评估:采用多项选择题格式,具有明确的真实答案
数据结构
数据集采用JSON格式存储,每个条目包含以下字段:
- id:唯一标识符
- image_url:图像外部链接(需本地下载)
- question_text:问题文本
- answer:正确答案
- groundtruth_cot:真实思维链推理步骤
- cot_corrupted:包含错误的思维链
- first_error:首次错误位置
文件结构
data/ ├── PRISM-Bench.json # 主基准文件 ├── download_images_url.jsonl # 图像下载URL列表 ├── download_images.py # 图像下载脚本 └── example/ # 演示子集
评估指标
- 首次错误检测:评估模型是否准确识别推理链中的第一个错误步骤
- VQA评估:在多项选择设置中与真实答案的对齐度
使用说明
图像需通过提供的下载脚本从外部链接获取,部分URL可能失效,建议优雅处理下载失败情况。




