Research Papers 论文研究 5h ago Updated 1h ago 更新于 1小时前 45

MTDiag: A Multi-Turn Diagnostic Dataset Towards Clinically Meaningful LLM Evaluation MTDiag:面向临床意义LLM评估的多轮诊断数据集

MTDiag introduces a large multi-turn diagnostic dialogue dataset addressing the gap between static QA benchmarks and the interactive, incremental nature of real clinical diagnosis The dataset combines three heterogeneous sources (DDXPlus, MIMIC-IV, and published case reports from AJCR) covering both common ED presentations and long-tail rare/atypical conditions All cases are normalized into a canonical schema using UMLS concept identifiers and ICD-10 diagnosis codes, with physician-validated con 提出MTDiag,首个面向临床多轮诊断的LLM评估数据集,解决现有静态QA基准无法反映动态诊断交互能力的问题 数据集整合DDXPlus、MIMIC-IV和AJCR病例报告三大异构来源,覆盖常见急诊及长尾罕见病,实现UMLS概念标识符与ICD-10编码标准化 发布基于UserLM-8B的对话生成管道及医生验证数据集,将结构化临床证据转化为自然语言交互轮次 引入超越诊断准确率的临床知识基础评估指标体系,用于衡量LLM在多轮鉴别诊断中的综合表现

58
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • MTDiag introduces a large multi-turn diagnostic dialogue dataset addressing the gap between static QA benchmarks and the interactive, incremental nature of real clinical diagnosis
  • The dataset combines three heterogeneous sources (DDXPlus, MIMIC-IV, and published case reports from AJCR) covering both common ED presentations and long-tail rare/atypical conditions
  • All cases are normalized into a canonical schema using UMLS concept identifiers and ICD-10 diagnosis codes, with physician-validated conversion of structured clinical evidence into natural-language utterances
  • A UserLM-8B-based utterance-generation pipeline was developed to simulate patient interactions in multi-turn diagnostic dialogues
  • The authors introduce clinical knowledge-grounded metrics that evaluate LLMs as diagnostic agents beyond simple diagnostic accuracy, capturing the dynamics of multi-turn differential diagnosis

Why It Matters

This work directly addresses a critical limitation in current medical LLM evaluation: static benchmarks fail to capture the interactive, incremental nature of real clinical diagnosis, where LLMs show significant accuracy and reliability degradation in multi-turn settings. For AI practitioners building clinical decision-support systems, MTDiag provides both a realistic evaluation framework and the metrics needed to assess whether models can function as genuine diagnostic agents rather than one-shot question-answering tools.

Technical Details

  • Data Sources: MTDiag aggregates cases from DDXPlus (diagnostic challenge cases), MIMIC-IV (real-world ICU electronic health records), and published case reports from the American Journal of Case Reports (AJCR), ensuring coverage of both high-prevalence and rare/atypical conditions
  • Canonical Schema: All cases are normalized using UMLS concept identifiers and ICD-10 diagnosis codes, anchoring the dataset in widely-adopted medical knowledge bases for interoperability and standardization
  • Utterance Generation Pipeline: A UserLM-8B-based pipeline converts structured clinical evidence into natural-language patient utterances, simulating realistic multi-turn dialogues where the model must progressively gather information
  • Physician Validation: The entire dataset underwent physician validation to ensure clinical authenticity and correctness of the simulated patient interactions
  • New Evaluation Metrics: The paper introduces clinical knowledge-grounded metrics specifically designed for multi-turn differential diagnosis, moving beyond binary accuracy to assess the quality of the diagnostic reasoning process across turns

Industry Insight

  • The degradation of LLM performance in multi-turn clinical settings signals that current evaluation paradigms are insufficient for real-world deployment; practitioners should prioritize multi-turn interactive benchmarks when developing clinical AI systems
  • The release of a physician-validated, standardized schema (UMLS + ICD-10) provides a reusable foundation for building and evaluating other clinical dialogue systems, reducing the cost of dataset creation in the space
  • The introduction of process-oriented evaluation metrics (beyond accuracy) reflects a broader industry shift toward assessing reasoning quality and interaction dynamics in clinical AI, which should inform how teams design evaluation pipelines for diagnostic agents

TL;DR

  • 提出MTDiag,首个面向临床多轮诊断的LLM评估数据集,解决现有静态QA基准无法反映动态诊断交互能力的问题
  • 数据集整合DDXPlus、MIMIC-IV和AJCR病例报告三大异构来源,覆盖常见急诊及长尾罕见病,实现UMLS概念标识符与ICD-10编码标准化
  • 发布基于UserLM-8B的对话生成管道及医生验证数据集,将结构化临床证据转化为自然语言交互轮次
  • 引入超越诊断准确率的临床知识基础评估指标体系,用于衡量LLM在多轮鉴别诊断中的综合表现

为什么值得看

该研究填补了LLM医学评估从静态问答向动态多轮诊断交互转型的关键空白,为临床AI系统的真实可用性评估提供了标准化基准。对医疗AI研发者而言,MTDiag提供的评估指标和验证数据集可直接用于诊断代理的能力量化与迭代优化。

技术解析

  • 数据来源与覆盖范围:MTDiag整合DDXPlus(鉴别诊断数据库)、MIMIC-IV(重症监护电子病历)和AJCR(美国急诊病例报告)三类异构数据,覆盖常见急诊主诉及长尾罕见/不典型疾病,增强数据集的临床代表性。
  • 标准化架构:所有病例映射至统一规范模式,锚定UMLS(统一医学语言系统)概念标识符与ICD-10诊断编码,确保跨源数据的语义一致性和可计算性。
  • 对话生成管道:基于UserLM-8B构建患者端 utterance 生成流水线,将结构化临床证据(症状、体征、检查结果)转化为自然语言多轮对话,经执业医师验证确保医学准确性。
  • 评估指标体系:除传统诊断准确率外,引入临床知识 grounded 的多维指标,包括信息收集效率、鉴别诊断推理路径合理性、关键遗漏检测等,全面评估LLM作为诊断代理的综合能力。

行业启示

  • 评估范式转型:医疗LLM评估需从单次问答准确率转向多轮交互能力,静态基准已无法反映真实临床场景中的诊断代理表现,行业应加速建立动态交互评估标准。
  • 数据标准化价值:跨源医疗数据的UMLS/ICD-10锚定方案为多中心临床AI研究提供了可复用的标准化范式,有助于降低数据整合成本并提升模型泛化能力。
  • 临床验证必要性:数据集经执业医师验证的设计表明,医疗AI的可靠性不能仅依赖自动化指标,人机协同验证将成为临床部署前的必要环节。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Dataset 数据集 Evaluation 评测 Healthcare AI 医疗AI Research 科学研究