paper-with-me

Papers

LLMs for clinical risk prediction

2024-09-16 · Mohamed Rezk, Patricia Cabanillas Silva, Fried-Michael Dahlweid

This study compares the efficacy of GPT-4 and clinalytix Medical AI in predicting the clinical risk of delirium development. Findings indicate that GPT-4 exhibited significant deficiencies in identifying positive cases and struggled to provide reliable probability estimates for delirium risk, while clinalytix Medical AI demonstrated superior accuracy. A thorough analysis of the large language model's (LLM) outputs elucidated potential causes for these discrepancies, consistent with limitations reported in extant literature. These results underscore the challenges LLMs face in accurately diagnosing conditions and interpreting complex clinical data. While LLMs hold substantial potential in healthcare, they are currently unsuitable for independent clinical decision-making. Instead, they should be employed in assistive roles, complementing clinical expertise. Continued human oversight remains essential to ensure optimal outcomes for both patients and healthcare providers.

📄 PDF Abstract BibTeX arXiv:2409.10191

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingPrediction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

TRIAGE: Dialectical Reasoning for Explainable Risk Prediction on Irregularly Sampled Medical Time Series with LLMs

2026-06-08 · Hyeongwon Jang, Gyouk Chu, Changhun Kim, Joonhyung Park 외 arxiv

Clinical early warning systems built on electronic health records, in which clinical observations are recorded as irregularly sampled medical time series (ISMTS), must deliver both calibrated risk scores for patient tria…

REACT-LLM: A Benchmark for Evaluating LLM Integration with Causal Features in Clinical Prognostic Tasks

2025-11-10 · Linna Wang, Zhixuan You, Qihui Zhang, Jiunan Wen 외 arxiv

Large Language Models (LLMs) and causal learning each hold strong potential for clinical decision making (CDM). However, their synergy remains poorly understood, largely due to the lack of systematic benchmarks evaluatin…

Decision Making

LLMs for Cardiovascular Risk Prediction from Structured Clinical Data

2026-04-21 · Jeba Maliha, Md Rafiul Kabir arxiv

Coronary artery disease (CAD) remains one of the leading causes of death globally, highlighting the need for reliable predictive systems to support early diagnosis and risk assessment. While traditional machine learning …

Towards end-to-end LLM-based censoring-aware survival analysis

2026-05-25 · Yishu Wei, Hexin Dong, Yi Lin, Jiahe Qian 외 arxiv

Objective: Survival analysis is central to medical prediction, yet large language models (LLMs) are rarely used as end-to-end survival models because censoring prevents straightforward supervised fine-tuning. Here we pre…

ICU Mortality

Informing clinical assessment by contextualizing post-hoc explanations of risk prediction models in type-2 diabetes

2023-02-11 · Shruthi Chari, Prasant Acharya, Daniel M. Gruen, Olivia Zhang 외

Medical experts may use Artificial Intelligence (AI) systems with greater trust if these are supported by contextual explanations that let the practitioner connect system inferences to their context of use. However, thei…

Question Answering