A Knowledge-Injection Framework for Zero-Shot Adaptation of LLMs to Delirium Prediction

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Medical Devices & Health Technology · Depth: Expert, extended

Summary

A lightweight knowledge-injection framework significantly improves zero-shot ICU delirium prediction using large language models. This framework augments structured electronic health record data with an external clinical knowledge report at inference time, bypassing fine-tuning or retrieval. Evaluating LLaMA 3.1 8B and LLaMA 3.3 70B on 3,160 ICU admissions from the MIMIC IV dataset, the 8B model's AUROC increased by 8.57 percentage points, reducing its performance gap to a GPT-5.2 reference from 15.66 to 7.09 AUROC points. The 70B model saw a 1.99 percentage point AUROC gain, narrowing its gap from 5.30 to 3.31 points. Crucially, gains depend on clinically meaningful content, with a concise, qualitative knowledge report (v1) outperforming a more granular, numerical one (v2). This approach offers a practical, privacy-preserving solution for resource-constrained clinical settings.

Key takeaway

For Machine Learning Engineers deploying LLMs in clinical settings with limited resources or strict privacy needs, consider implementing inference-time knowledge injection. This method allows smaller, open-weight models like LLaMA 8B to significantly improve zero-shot prediction performance, narrowing the gap to larger frontier models without costly fine-tuning or complex RAG pipelines. Prioritize concise, qualitative knowledge reports over overly prescriptive ones, as they prove more effective and can even reduce inference time for larger models.

Key insights

Inference-time knowledge injection significantly enhances smaller LLMs' zero-shot clinical prediction without fine-tuning or retrieval.

Principles

Method

Generate a task-specific clinical knowledge report, summarize patient EHR data into text, then combine both into a single prompt for an off-the-shelf LLM.

In practice

Topics

Best for: AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.