CLAILGNov 6, 2024

Medical Adaptation of Large Language and Vision-Language Models: Are We Making Progress?

arXiv:2411.04118v238 citationsh-index: 58EMNLP
Originality Synthesis-oriented
AI Analysis

This work critically assesses progress in medical AI by revealing that current adaptation methods may not be effective, which is important for researchers and practitioners to avoid overclaiming and improve evaluation practices.

The paper investigates whether adapting large language and vision-language models to the medical domain via continued pretraining actually improves performance on medical question-answering tasks, finding that most adapted models fail to consistently outperform their base models, with medical LLMs only doing better in 12.1% of cases in a 3-shot setting.

Several recent works seek to develop foundation models specifically for medical applications, adapting general-purpose large language models (LLMs) and vision-language models (VLMs) via continued pretraining on publicly available biomedical corpora. These works typically claim that such domain-adaptive pretraining (DAPT) improves performance on downstream medical tasks, such as answering medical licensing exam questions. In this paper, we compare seven public "medical" LLMs and two VLMs against their corresponding base models, arriving at a different conclusion: all medical VLMs and nearly all medical LLMs fail to consistently improve over their base models in the zero-/few-shot prompting regime for medical question-answering (QA) tasks. For instance, across the tasks and model pairs we consider in the 3-shot setting, medical LLMs only outperform their base models in 12.1% of cases, reach a (statistical) tie in 49.8% of cases, and are significantly worse than their base models in the remaining 38.2% of cases. Our conclusions are based on (i) comparing each medical model head-to-head, directly against the corresponding base model; (ii) optimizing the prompts for each model separately; and (iii) accounting for statistical uncertainty in comparisons. While these basic practices are not consistently adopted in the literature, our ablations show that they substantially impact conclusions. Our findings suggest that state-of-the-art general-domain models may already exhibit strong medical knowledge and reasoning capabilities, and offer recommendations to strengthen the conclusions of future studies.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes