paper-with-me

Papers

SepsisCalc: Integrating Clinical Calculators into Early Sepsis Prediction via Dynamic Temporal Graph Construction

2024-12-31 · Changchang Yin, Shihan Fu, Bingsheng Yao, Thai-Hoang Pham, Weidan Cao, Dakuo Wang, Jeffrey Caterino, Ping Zhang

Sepsis is an organ dysfunction caused by a deregulated immune response to an infection. Early sepsis prediction and identification allow for timely intervention, leading to improved clinical outcomes. Clinical calculators (e.g., the six-organ dysfunction assessment of SOFA) play a vital role in sepsis identification within clinicians' workflow, providing evidence-based risk assessments essential for sepsis diagnosis. However, artificial intelligence (AI) sepsis prediction models typically generate a single sepsis risk score without incorporating clinical calculators for assessing organ dysfunctions, making the models less convincing and transparent to clinicians. To bridge the gap, we propose to mimic clinicians' workflow with a novel framework SepsisCalc to integrate clinical calculators into the predictive model, yielding a clinically transparent and precise model for utilization in clinical settings. Practically, clinical calculators usually combine information from multiple component variables in Electronic Health Records (EHR), and might not be applicable when the variables are (partially) missing. We mitigate this issue by representing EHRs as temporal graphs and integrating a learning module to dynamically add the accurately estimated calculator to the graphs. Experimental results on real-world datasets show that the proposed model outperforms state-of-the-art methods on sepsis prediction tasks. Moreover, we developed a system to identify organ dysfunctions and potential sepsis risks, providing a human-AI interaction tool for deployment, which can help clinicians understand the prediction outputs and prepare timely interventions for the corresponding dysfunctions, paving the way for actionable clinical decision-making support for early intervention.

📄 PDF Abstract BibTeX arXiv:2501.00190

Code (1)

yinchangchang/sepsiscalc 공식 구현 pytorch

Tasks

graph constructionPrediction

Similar Papers 제목 키워드 기반

An LLM-Powered Clinical Calculator Chatbot Backed by Verifiable Clinical Calculators and their Metadata

2025-03-21 · Niranjan Kumar, Farid Seifi, Marisa Conte, Allen Flynn

Clinical calculators are widely used, and large language models (LLMs) make it possible to engage them using natural language. We demonstrate a purpose-built chatbot that leverages software implementations of verifiable …

ChatbotRAGRetrieval-augmented Generation

AgentMD: Empowering Language Agents for Risk Prediction with Large-Scale Clinical Tool Learning

2024-02-20 · Qiao Jin, Zhizheng Wang, Yifan Yang, Qingqing Zhu 외

Clinical calculators play a vital role in healthcare by offering accurate evidence-based predictions for various purposes such as prognosis. Nevertheless, their widespread utilization is frequently hindered by usability …

Prognosis

Humans and Large Language Models in Clinical Decision Support: A Study with Medical Calculators

2024-11-08 · Nicholas Wan, Qiao Jin, Joey Chan, Guangzhi Xiong 외

Although large language models (LLMs) have been assessed for general medical knowledge using licensing exams, their ability to support clinical decision-making, such as selecting medical calculators, remains uncertain. W…

Decision MakingMultiple-choicePrognosis

MeNTi: Bridging Medical Calculator and LLM Agent with Nested Tool Calling

2024-10-17 · Yakun Zhu, Shaohang Wei, Xu Wang, Kui Xue 외

Integrating tools into Large Language Models (LLMs) has facilitated the widespread application. Despite this, in specialized downstream task contexts, reliance solely on tools is insufficient to fully address the complex…

slot-fillingSlot Filling

MedCalc-Pro: Solving Complex Medical Calculations with LLM Agents

2026-07-03 · Siran Zhao, Ruihui Hou, Ziyue Huai, Chennuo Zhang 외 arxiv

Current benchmarks for evaluating large language models (LLMs) in medical calculation are largely based on simplified settings, where each patient case corresponds to a single calculator and the required tool is explicit…