Efficiency at Scale: Investigating the Performance of Diminutive Language Models in Clinical Tasks
Niall Taylor, Upamanyu Ghose, Omid Rohanian, Mohammadmahdi Nouriborji, Andrey Kormilitzin, David Clifton, Alejo Nevado-Holgado
TL;DR
The paper addresses how to achieve efficient clinical NLP with minimal computation by evaluating parameter-efficient fine-tuning (PEFT) methods across a spectrum of model sizes, including very small LLMs. It systematically compares LoRA and IA^3, showing LoRA delivers robust, near-full-finetuned performance across tasks and domains, while domain-pretraining (biomedical/clinical) enhances efficiency and accuracy, especially for smaller models. Through experiments on MIMIC-III and I2B2 datasets, it demonstrates that model size, PEFT choice, and data domain interact to shape cost, time, and performance; larger models offer gains but at steep resource costs, whereas compact models with LoRA achieve strong efficiency-performance trade-offs suitable for in-house deployment. The findings suggest prioritizing LoRA-based PEFT and domain-specific pre-training to realize practical, cost-effective clinical AI systems, with larger LLMs reserved for scenarios where maximum performance justifies the expense.
Abstract
The entry of large language models (LLMs) into research and commercial spaces has led to a trend of ever-larger models, with initial promises of generalisability, followed by a widespread desire to downsize and create specialised models without the need for complete fine-tuning, using Parameter Efficient Fine-tuning (PEFT) methods. We present an investigation into the suitability of different PEFT methods to clinical decision-making tasks, across a range of model sizes, including extremely small models with as few as $25$ million parameters. Our analysis shows that the performance of most PEFT approaches varies significantly from one task to another, with the exception of LoRA, which maintains relatively high performance across all model sizes and tasks, typically approaching or matching full fine-tuned performance. The effectiveness of PEFT methods in the clinical domain is evident, particularly for specialised models which can operate on low-cost, in-house computing infrastructure. The advantages of these models, in terms of speed and reduced training costs, dramatically outweighs any performance gain from large foundation LLMs. Furthermore, we highlight how domain-specific pre-training interacts with PEFT methods and model size, and discuss how these factors interplay to provide the best efficiency-performance trade-off. Full code available at: tbd.
