Research Papers 论文研究 3d ago Updated 2d ago 更新于 2天前 44

Foundation Agents Meet Agentic Deep Research: Evidence-Grounded Clinical Code Forecasting 基础智能体遇见智能深度研究:基于证据的临床编码预测

ICD-Deepresearch is a novel DeepResearch workflow that combines structured EHR foundation models (SparseEHR) with language foundation models (GPT-5) and medical search to predict future ICD diagnosis codes The system uses a two-path candidate generation strategy: an EHR Prior from SparseEHR feeds into bounded Research Expansion rounds, while GPT-5 provides independent direct forecasts Final Selection validates, deduplicates, and jointly ranks candidates from both paths, with a separate rationale 提出ICD-Deepresearch工作流,将结构化EHR基础模型与语言基础模型结合,用于预测下次就诊的ICD诊断编码 采用SparseEHR生成EHR先验初始化Research Expansion,配合GPT-5直接预测提供互补候选,经联合排序与验证输出最终结果 在MIMIC-III和MIMIC-IV上分别达到24.60%/35.09%和25.14%/48.32%的精确率/召回率 医生评估显示51%和68%的检索文档具有临床实用性,显著优于独立GPT-5网络搜索和Medical Deep Research 引入证据锚定的多源融合策略,在固定top-K预算下综合患者证据、外部临床关系和精确编码

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

Analysis 深度分析

TL;DR

  • ICD-Deepresearch is a novel DeepResearch workflow that combines structured EHR foundation models (SparseEHR) with language foundation models (GPT-5) and medical search to predict future ICD diagnosis codes
  • The system uses a two-path candidate generation strategy: an EHR Prior from SparseEHR feeds into bounded Research Expansion rounds, while GPT-5 provides independent direct forecasts
  • Final Selection validates, deduplicates, and jointly ranks candidates from both paths, with a separate rationale-writing module that does not alter predictions
  • Achieves patient-averaged precision/recall of 24.60/35.09% on MIMIC-III and 25.14/48.32% on MIMIC-IV, outperforming registered local comparators
  • Physicians rated 51% and 68% of retrieved documents as useful, significantly higher than standalone GPT-5 web search (22%/39%) and Medical Deep Research (32%/41%)

Why It Matters

This work represents a significant step toward evidence-grounded clinical AI systems that combine the pattern-recognition strengths of structured EHR models with the hypothesis-generation capabilities of large language models. For AI practitioners working in healthcare, it demonstrates a practical architecture for multi-source candidate generation and validation that could generalize to other complex forecasting tasks where no single model modality is sufficient.

Technical Details

  • Architecture: A two-path ensemble combining SparseEHR (structured EHR foundation model capturing recurrence and temporal progression) with GPT-5 (language model generating flexible diagnostic hypotheses), integrated through a DeepResearch workflow with medical search and ICD dictionaries
  • Candidate Generation: SparseEHR produces an EHR Prior that initializes two bounded Research Expansion rounds; an independent GPT-5 Direct Forecast supplies complementary candidates, operating under a fixed top-K budget
  • Selection & Rationale: Final Selection validates, deduplicates, and jointly ranks both candidate paths; a separate module writes rationales without modifying predictions, ensuring explanation fidelity
  • Evaluation: Tested on MIMIC-III and MIMIC-IV datasets for next-encounter multi-label ICD code forecasting, with physician-rated document usefulness as a human-centered evaluation metric
  • Key Innovation: The system addresses the fundamental challenge that no source reveals the future code set, evaluating candidates by linking patient evidence, external clinical relations, and exact code semantics

Industry Insight

  • The hybrid architecture of combining structured EHR models with LLM-based reasoning and web search represents a scalable pattern for clinical AI systems, suggesting that future healthcare AI should prioritize multi-modal evidence integration over single-model approaches
  • The physician usefulness ratings (51%/68%) significantly outperforming standalone search systems indicate that domain-specific grounding in EHR data is critical for clinical tool adoption, reinforcing the need for healthcare AI to be evaluated on clinician-centric metrics rather than purely algorithmic ones
  • The separation of prediction from rationale generation is a notable design choice that could reduce hallucination risks in clinical settings, offering a template for building trustworthy AI systems where explanation fidelity must be decoupled from decision-making

TL;DR

  • 提出ICD-Deepresearch工作流,将结构化EHR基础模型与语言基础模型结合,用于预测下次就诊的ICD诊断编码
  • 采用SparseEHR生成EHR先验初始化Research Expansion,配合GPT-5直接预测提供互补候选,经联合排序与验证输出最终结果
  • 在MIMIC-III和MIMIC-IV上分别达到24.60%/35.09%和25.14%/48.32%的精确率/召回率
  • 医生评估显示51%和68%的检索文档具有临床实用性,显著优于独立GPT-5网络搜索和Medical Deep Research
  • 引入证据锚定的多源融合策略,在固定top-K预算下综合患者证据、外部临床关系和精确编码语义进行候选评估

为什么值得看

本文首次将Agentic Deep Research范式引入临床编码预测任务,展示了基础模型与医学专业搜索结合的实际价值。对医疗AI从业者和临床决策支持系统开发者而言,该工作提供了可复用的多源证据融合架构设计思路。

技术解析

  • 任务定义:Next-encounter ICD预测为前瞻性多标签任务,目标就诊记录尚未存在,需从纵向电子健康记录预测未来可能出现的标准化诊断编码集合
  • 架构设计:ICD-Deepresearch采用双路径候选生成策略——SparseEHR生成EHR先验并驱动两轮有界Research Expansion,GPT-5独立提供直接预测候选,最终由Selection模块验证、去重并联合排序
  • 证据评估机制:在固定top-K预算约束下,通过链接患者临床证据、外部医学文献关系和ICD编码精确语义进行候选转换评估
  • 性能表现:MIMIC-III精确率24.60%、召回率35.09%;MIMIC-IV精确率25.14%、召回率48.32%,召回率较MIMIC-III提升显著
  • 临床实用性验证:医生评估显示ICD-Deepresearch检索文档有用率达51%/68%,对比GPT-5 web search的22%/39%和Medical Deep Research的32%/41%均有明显优势

行业启示

  • 医疗AI系统需融合结构化时序数据与自由文本推理能力,单一模态基础模型难以满足临床预测的复杂需求
  • Agentic Deep Research范式在证据密集型领域具有显著优势,通过多源检索与验证机制可有效降低幻觉风险
  • 临床可用性评估应纳入医生主观判断指标,纯自动化基准测试无法完全反映系统的实际医疗价值

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

Healthcare AI 医疗AI Agent Agent Research 科学研究 LLM 大模型