Domain-Adapted Small Language Models for Reliable Clinical Triage
Summary
A study evaluated open-source small language models (SLMs) as privacy-preserving decision-support tools for clinical triage, specifically for Emergency Severity Index (ESI) assignment. Researchers compared multiple SLMs using diverse prompting pipelines, finding that clinical vignettes—concise summaries of triage narratives—produced the most accurate predictions. The Qwen2.5-7B SLM emerged as the optimal choice due to its balance of accuracy, stability, and computational efficiency. Through extensive domain adaptation using expert-curated and silver-standard pediatric triage data, fine-tuned Qwen2.5-7B models significantly reduced discordance and clinically significant errors. These fine-tuned SLMs outperformed all baseline SLMs and even advanced proprietary large language models like GPT-4o, demonstrating the viability of institution-specific SLMs for reliable ESI decision support.
Key takeaway
For emergency department administrators and NLP engineers developing clinical decision support, this research indicates that institution-specific, fine-tuned small language models like Qwen2.5-7B can offer more accurate and privacy-preserving ESI triage assistance than larger, proprietary models. You should consider investing in domain adaptation and targeted fine-tuning with clinical vignettes to improve triage accuracy and reduce mistriage.
Key insights
Domain-adapted SLMs can provide reliable, privacy-preserving ESI decision support, outperforming larger proprietary models.
Principles
- Targeted fine-tuning improves SLM performance.
- Clinical vignettes enhance triage prediction accuracy.
Method
The study involved systematically comparing SLMs across prompting pipelines, followed by large-scale domain adaptation using expert-curated and silver-standard pediatric triage data for fine-tuning.
In practice
- Use Qwen2.5-7B for clinical triage applications.
- Prioritize fine-tuning over complex inference strategies.
Topics
- Emergency Severity Index
- Small Language Models
- Clinical Triage
- Qwen2.5-7B
- Domain Adaptation
Best for: NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.