Training-Free Adaptation of New-Generation LLMs using Legacy Clinical Models
Sasha Ronaghi, Chloe Stanwyck, Asad Aali, Amir Ronaghi, Miguel Fuentes, Tina Hernandez-Boussard, Emily Alsentzer
TL;DR
The paper addresses the challenge of deploying cutting-edge general-domain LLMs in clinical settings, where domain-specific reliability is critical and retraining for each new model generation is prohibitive. It introduces Cross-Architecture Proxy Tuning (CAPT), a training-free method that re-ranks a new-generation model's top-k token proposals using a contrastive, decode-aware offset derived from an older, domain-specific model, enabling effective integration across disjoint vocabularies. Across six clinical classification and text-generation tasks, CAPT consistently surpasses prior ensembling methods, delivering substantial gains in accuracy and safety metrics and demonstrating clinically meaningful token-level shifts toward domain-specific language. The work offers a practical pathway to leverage modern LLMs in healthcare without costly domain-adaptation per generation, supported by token-level analyses and physician-case studies that highlight improved clinical terminology, specificity, and decision-support content.
Abstract
Adapting language models to the clinical domain through continued pretraining and fine-tuning requires costly retraining for each new model generation. We propose Cross-Architecture Proxy Tuning (CAPT), a model-ensembling approach that enables training-free adaptation of state-of-the-art general-domain models using existing clinical models. CAPT supports models with disjoint vocabularies, leveraging contrastive decoding to selectively inject clinically relevant signals while preserving the general-domain model's reasoning and fluency. On six clinical classification and text-generation tasks, CAPT with a new-generation general-domain model and an older-generation clinical model consistently outperforms both models individually and state-of-the-art ensembling approaches (average +17.6% over UniTE, +41.4% over proxy tuning across tasks). Through token-level analysis and physician case studies, we demonstrate that CAPT amplifies clinically actionable language, reduces context errors, and increases clinical specificity.
