ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
364
Citations
15
Influential Citations
Journal of the American Medical Informatics Association
Venue
2024
Year
IMPORTANCE: The study highlights the potential of large language models, specifically GPT-3.5 and GPT-4, in processing complex clinical data and extracting meaningful information with minimal training data. By developing and refining prompt-based strategies, we can significantly enhance the models' performance, making them viable tools for clinical NER tasks and possibly reducing the reliance on extensive annotated datasets. OBJECTIVES: This study quantifies the capabilities of GPT-3.5 and GPT-4 for clinical named entity recognition (NER) tasks and proposes task-specific prompts to improve their performance. MATERIALS AND METHODS: We evaluated these models on 2 clinical NER tasks: (1) to extract medical problems, treatments, and tests from clinical notes in the MTSamples corpus, following the 2010 i2b2 concept extraction shared task, and (2) to identify nervous system disorder-related adverse events from safety reports in the vaccine adverse event reporting system (VAERS). To improve the GPT models' performance, we developed a clinical task-specific prompt framework that includes (1) baseline prompts with task description and format specification, (2) annotation guideline-based prompts, (3) error analysis-based instructions, and (4) annotated samples for few-shot learning. We assessed each prompt's effectiveness and compared the models to BioClinicalBERT. RESULTS: Using baseline prompts, GPT-3.5 and GPT-4 achieved relaxed F1 scores of 0.634, 0.804 for MTSamples and 0.301, 0.593 for VAERS. Additional prompt components consistently improved model performance. When all 4 components were used, GPT-3.5 and GPT-4 achieved relaxed F1 socres of 0.794, 0.861 for MTSamples and 0.676, 0.736 for VAERS, demonstrating the effectiveness of our prompt framework. Although these results trail BioClinicalBERT (F1 of 0.901 for the MTSamples dataset and 0.802 for the VAERS), it is very promising considering few training samples are needed. DISCUSSION: The study's findings suggest a promising direction in leveraging LLMs for clinical NER tasks. However, while the performance of GPT models improved with task-specific prompts, there's a need for further development and refinement. LLMs like GPT-4 show potential in achieving close performance to state-of-the-art models like BioClinicalBERT, but they still require careful prompt engineering and understanding of task-specific knowledge. The study also underscores the importance of evaluation schemas that accurately reflect the capabilities and performance of LLMs in clinical settings. CONCLUSION: While direct application of GPT models to clinical NER tasks falls short of optimal performance, our task-specific prompt framework, incorporating medical knowledge and training samples, significantly enhances GPT models' feasibility for potential clinical applications.
This paper addresses a critical challenge in clinical NLP: the high cost of creating large annotated datasets for named entity recognition (NER). By systematically exploring prompt engineering for GPT-3.5 and GPT-4, the authors demonstrate that large language models (LLMs) can achieve competitive performance with minimal training examples. This is particularly important for clinical domains where annotated data is scarce and expensive to produce.
The study is timely given the rapid adoption of LLMs in healthcare. It provides a practical framework for practitioners to adapt general-purpose LLMs to specialized clinical tasks without extensive fine-tuning. The comparison with BioClinicalBERT, a state-of-the-art clinical BERT model, sets a clear benchmark and highlights the trade-offs between prompt-based approaches and traditional fine-tuned models.
The paper's main technical contribution is a four-component prompt framework:
Each component is evaluated independently and in combination, showing additive benefits. The framework is task-agnostic and can be adapted to other clinical NER tasks.
Key quantitative results:
The improvements are substantial, especially for GPT-3.5 on VAERS (more than doubling F1). However, both models still lag behind BioClinicalBERT, indicating that prompt engineering alone cannot fully close the gap with fine-tuned models.
This work has broad implications for AI in healthcare. It shows that LLMs can be effectively adapted to clinical NER with minimal data, reducing the barrier to entry for clinical NLP applications. The prompt framework provides a reusable methodology that can be extended to other clinical tasks like relation extraction or text classification.
The study also underscores the importance of evaluation schemas that account for LLM-specific behaviors (e.g., relaxed matching). As LLMs continue to improve, prompt engineering may become a key technique for deploying AI in clinical settings, complementing or even replacing traditional fine-tuning approaches.
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