ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
187
Citations
9
Influential Citations
npj Digital Medicine
Venue
2024
Year
Large language models (LLMs) can potentially transform healthcare, particularly in providing the right information to the right provider at the right time in the hospital workflow. This study investigates the integration of LLMs into healthcare, specifically focusing on improving clinical decision support systems (CDSSs) through accurate interpretation of medical guidelines for chronic Hepatitis C Virus infection management. Utilizing OpenAI's GPT-4 Turbo model, we developed a customized LLM framework that incorporates retrieval augmented generation (RAG) and prompt engineering. Our framework involved guideline conversion into the best-structured format that can be efficiently processed by LLMs to provide the most accurate output. An ablation study was conducted to evaluate the impact of different formatting and learning strategies on the LLM's answer generation accuracy. The baseline GPT-4 Turbo model's performance was compared against five experimental setups with increasing levels of complexity: inclusion of in-context guidelines, guideline reformatting, and implementation of few-shot learning. Our primary outcome was the qualitative assessment of accuracy based on expert review, while secondary outcomes included the quantitative measurement of similarity of LLM-generated responses to expert-provided answers using text-similarity scores. The results showed a significant improvement in accuracy from 43 to 99% (p < 0.001), when guidelines were provided as context in a coherent corpus of text and non-text sources were converted into text. In addition, few-shot learning did not seem to improve overall accuracy. The study highlights that structured guideline reformatting and advanced prompt engineering (data quality vs. data quantity) can enhance the efficacy of LLM integrations to CDSSs for guideline delivery.
This paper addresses a critical bottleneck in deploying large language models (LLMs) in healthcare: the accurate interpretation of complex, multi-source clinical guidelines. While LLMs like GPT-4 show promise for clinical decision support, their tendency to hallucinate or misinterpret nuanced medical protocols has hindered real-world adoption. The authors tackle this by combining retrieval augmented generation (RAG) with meticulous prompt engineering, achieving a dramatic accuracy leap from 43% to 99% for chronic Hepatitis C management guidelines.
The significance lies in the systematic ablation study that isolates the impact of different data formatting and learning strategies. The finding that structured context provision—converting non-text sources (e.g., tables, algorithms) into coherent text—outperforms few-shot learning challenges the prevailing assumption that more examples always improve LLM performance. This has immediate practical implications: healthcare AI developers should prioritize data quality and formatting over simply adding more examples.
This work provides a blueprint for integrating LLMs into clinical decision support systems (CDSSs) with high reliability. By demonstrating that careful data preprocessing and prompt engineering can nearly eliminate errors in guideline interpretation, it lowers a key barrier to LLM adoption in healthcare. The methodology is transferable to other medical domains where guidelines are available in structured or semi-structured formats. For AI practitioners, the key takeaway is that investing in data curation and formatting can yield outsized accuracy gains, potentially reducing the need for complex fine-tuning or large few-shot datasets. This paper also underscores the importance of domain-specific evaluation (expert review) over generic metrics like BLEU or ROUGE for clinical applications.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba