MEDIC: Towards a Comprehensive Framework for Evaluating LLMs in Clinical Applications

Praveen K Kanithi,Clément Christophe,Marco AF Pimentel,Tathagata Raha,Nada Saadi,Hamza Javed,Svetlana Maslenkova,Nasir Hayat,Ronnie Rajan,Shadab Khan
2024-09-11
Abstract:The rapid development of Large Language Models (LLMs) for healthcare applications has spurred calls for holistic evaluation beyond frequently-cited benchmarks like USMLE, to better reflect real-world performance. While real-world assessments are valuable indicators of utility, they often lag behind the pace of LLM evolution, likely rendering findings obsolete upon deployment. This temporal disconnect necessitates a comprehensive upfront evaluation that can guide model selection for specific clinical applications. We introduce MEDIC, a framework assessing LLMs across five critical dimensions of clinical competence: medical reasoning, ethics and bias, data and language understanding, in-context learning, and clinical safety. MEDIC features a novel cross-examination framework quantifying LLM performance across areas like coverage and hallucination detection, without requiring reference outputs. We apply MEDIC to evaluate LLMs on medical question-answering, safety, summarization, note generation, and other tasks. Our results show performance disparities across model sizes, baseline vs medically finetuned models, and have implications on model selection for applications requiring specific model strengths, such as low hallucination or lower cost of inference. MEDIC's multifaceted evaluation reveals these performance trade-offs, bridging the gap between theoretical capabilities and practical implementation in healthcare settings, ensuring that the most promising models are identified and adapted for diverse healthcare applications.
Computation and Language,Artificial Intelligence
What problem does this paper attempt to address?
### What problem does this paper attempt to solve? This paper aims to address the comprehensive evaluation of large language models (LLMs) in clinical applications. Specifically: 1. **Insufficient Evaluation Methods**: Existing evaluation methods are often limited to certain benchmarks (such as USMLE) and cannot fully reflect the performance of LLMs in real medical environments. These evaluation methods usually lag behind the development speed of LLMs, resulting in evaluation results that may already be outdated at the time of deployment. 2. **Need for Multidimensional Evaluation**: In clinical environments, there is a need for comprehensive evaluation of LLMs, covering multiple key aspects, including medical reasoning, ethics and bias, data understanding, contextual learning, and clinical safety. Existing methods often lack uniformity and comprehensiveness. To address these issues, the paper proposes a new framework called **MEDIC**, which includes five key dimensions: - Medical Reasoning - Ethical & Bias Concerns - Data and Language Understanding - In-Context Learning - Clinical Safety & Risk Assessment Through these dimensions, the MEDIC framework aims to provide a comprehensive evaluation method to help select LLMs suitable for specific clinical applications and ensure their safe and effective operation in actual deployment. Additionally, the paper introduces a new cross-validation method for evaluating summarization tasks and clinical note generation tasks to ensure the accuracy and consistency of model outputs. This method does not require reference answers and can better quantify the performance of LLMs and detect issues such as hallucinations.