ClinHallu
收藏资源简介:
ClinHallu是由阿里巴巴集团达摩院与多所高校联合构建的医学多模态大语言模型幻觉诊断基准数据集,旨在精细化定位推理过程中的幻觉来源。该数据集包含7,031个经过验证的医学视觉问答实例,每个实例均标注了结构化的推理轨迹,涵盖视觉识别、知识回忆和推理整合三个关键阶段,数据来源于VQA-RAD、PathVQA、MedFrameQA和MedXpertQA四个代表性医学VQA数据集。其构建过程通过参考轨迹生成、格式验证与答案一致性过滤,确保了数据的高质量与可靠性。该数据集主要应用于医学人工智能领域,用于诊断和缓解医学MLLM在推理各阶段产生的幻觉问题,从而提升临床决策支持系统的可信度。
ClinHallu is a benchmark dataset for hallucination diagnosis in medical multimodal large language models, jointly constructed by DAMO Academy of Alibaba Group and multiple universities, aiming to precisely locate the sources of hallucinations during the reasoning process. This dataset contains 7,031 validated medical visual question answering (VQA) instances, each annotated with a structured reasoning trajectory covering three key stages: visual recognition, knowledge recall, and reasoning integration. It is compiled from four representative medical VQA datasets, namely VQA-RAD, PathVQA, MedFrameQA, and MedXpertQA. Its construction process ensures high data quality and reliability through reference trajectory generation, format verification, and answer consistency filtering. This benchmark is primarily applied in the field of medical artificial intelligence to diagnose and mitigate hallucinations generated by medical multimodal large language models (MLLMs) at each stage of reasoning, thereby enhancing the trustworthiness of clinical decision support systems.
数据集概述
CLINHALLU 是一个用于诊断医学多模态大语言模型(MLLM)推理中阶段性幻觉的基准测试与评估流程。它旨在系统性地评估模型在视觉识别、知识召回和推理整合三个阶段的幻觉表现。
核心特性
- 基准测试:提供包含多模态问题、结构化思维链(CoT)标注和细粒度步骤追踪的医学 MLLM 幻觉诊断基准。
- 评估流程:整合了模型CoT生成、替换实验、答案正确性评估和步骤级幻觉率评估的完整流水线。
- 幻觉分类:将推理过程中的幻觉来源分为三类:
- 视觉幻觉($H^V$):模型对图像中医学特征的错误识别。
- 知识幻觉($H^K$):模型对医学知识的错误回忆。
- 推理幻觉($H^R$):模型在基于已有信息进行逻辑推理时的错误。
数据集构成
基准数据集源于以下四个医学视觉问答(VQA)数据集,经过重新标注和结构化处理构建而成:
| 子数据集 | 来源 |
|---|---|
| VQA-RAD | flaviagiammarino/vqa-rad |
| PathVQA | flaviagiammarino/path-vqa |
| MedFrameQA | SuhaoYu1020/MedFrameQA |
| MedXpertQA-MM | TsinghuaC3I/MedXpertQA |
主要结果
在 ClinHallu 基准上,报告了模型的答案正确率(Acc)以及三个阶段的幻觉率($H^V$, $H^K$, $H^R$)。整体表现最佳的模型为 Gemini-3-Flash,其在平均正确率(80.1%)和所有阶段的幻觉率($H^V$: 25.8%, $H^K$: 4.0%, $H^R$: 2.3%)上均取得了最优结果。所有模型的详细结果(包括各子数据集上的细分表现)已在其页面中列出。
使用方式
- 环境配置:安装依赖(
openai,pyyaml,datasets,huggingface_hub,pyarrow,vllm)并编辑configs/config.yaml配置文件。 - 数据准备:从 Hugging Face 下载
ClinHallu基准包(Alibaba-DAMO-Academy/ClinHallu),并使用提供的脚本准备对应子数据集的图像文件。 - 模型评估:按顺序执行脚本,依次进行模型 CoT 生成、替换实验、答案正确性评估和步骤级幻觉率评估。




