arXiv:2505.00827cs.AI2025-05被引 2

构建2200万条带相对时间戳的临床时序数据集,助力医疗风险预测

MIMIC-\RNum{4}-Ext-22MCTS: A 22 Millions-Event Temporal Clinical Time-Series Dataset with Relative Timestamp for Risk Prediction

  • 分块处理病历文本,用上下文检索与提示工程提取事件时间信息
  • 基于该数据集微调的BERT模型在问答和临床试验匹配任务上分别提升10%和3%
  • 适合医疗AI研究者、临床风险建模开发者使用

构建了一个包含22,588,586条临床时序事件的数据集,命名为MIMIC- num{4}-Ext-22MCTS。数据源自公开的未结构化MIMIC-IV-Note中的出院小结。由于原文过长且事件缺乏明确时间戳,传统自然语言模型难以处理。为此,我们提出新框架:首先将病历拆分为小段文本;其次利用上下文BM25与语义搜索定位潜在事件段;最后设计提示词,指导Llama-3.1-8B模型推断事件时间信息。所得数据集具备高信息量与透明性,基于其微调的BERT模型在医疗问答任务中准确率提升10%,临床试验匹配任务提升3%,显著优于基线BERT。数据集已发布于PhysioNet,代码开源。

原文摘要 · Abstract (English)

A crucial component for clinical risk prediction is developing a reliable prediction model is collecting high-quality time series clinical events. In this work, we release such a dataset that consists of 22,588,586 Clinical Time Series events, which we term MIMIC-\RNum{4}-Ext-22MCTS. Our source data are discharge summaries selected from the well-known yet unstructured MIMIC-IV-Note \cite{Johnson2023-pg}. The general-purpose MIMIC-IV-Note pose specific challenges for our work: it turns out that the discharge summaries are too lengthy for typical natural language models to process, and the clinical events of interest often are not accompanied with explicit timestamps. Therefore, we propose a new framework that works as follows: 1) we break each discharge summary into manageably small text chunks; 2) we apply contextual BM25 and contextual semantic search to retrieve chunks that have a high potential of containing clinical events; and 3) we carefully design prompts to teach the recently released Llama-3.1-8B \cite{touvron2023llama} model to identify or infer temporal information of the chunks. The obtained dataset is informative and transparent that standard models fine-tuned on the dataset achieves significant improvements in healthcare applications. In particular, the BERT model fine-tuned based on our dataset achieves 10\% improvement in accuracy on medical question answering task, and 3\% improvement in clinical trial matching task compared with the classic BERT. The dataset is available at https://physionet.org/content/mimic-iv-ext-22mcts/1.0.0. The codebase is released at https://github.com/JingWang-RU/MIMIC-IV-Ext-22MCTS-Temporal-Clinical-Time-Series-Dataset.

临床时序医疗数据时间标注大模型应用

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。