Do Clinical Question Answering Systems Really Need Specialised Medical Fine Tuning?
Sushant Kumar Ray, Gautam Siddharth Kashyap, Sahil Tripathi, Nipun Joshi, Vijay Govindarajan, Rafiq Ali, Jiechao Gao, Usman Naseem
TL;DR
This work challenges the necessity of domain-specific fine-tuning for clinical question answering by proposing MedAssess-X, an inference-time activation-level alignment layer. By injecting lightweight steering vectors at decoding, MedAssess-X stabilizes reasoning across both general-purpose and specialised medical LLMs, mitigating the Specialisation Fallacy. Empirical results show consistent improvements in accuracy and factual consistency while reducing safety errors, with modest computational overhead. The framework relies on task-specific steering and a contrastive vector construction to guide medically grounded reasoning without updating weights. Overall, MedAssess-X offers a practical path toward robust, safe CQA deployments across diverse model families.
Abstract
Clinical Question-Answering (CQA) industry systems are increasingly rely on Large Language Models (LLMs), yet their deployment is often guided by the assumption that domain-specific fine-tuning is essential. Although specialised medical LLMs such as BioBERT, BioGPT, and PubMedBERT remain popular, they face practical limitations including narrow coverage, high retraining costs, and limited adaptability. Efforts based on Supervised Fine-Tuning (SFT) have attempted to address these assumptions but continue to reinforce what we term the SPECIALISATION FALLACY-the belief that specialised medical LLMs are inherently superior for CQA. To address this assumption, we introduce MEDASSESS-X, a deployment-industry-oriented CQA framework that applies alignment at inference time rather than through SFT. MEDASSESS-X uses lightweight steering vectors to guide model activations toward medically consistent reasoning without updating model weights or requiring domain-specific retraining. This inference-time alignment layer stabilises CQA performance across both general-purpose and specialised medical LLMs, thereby resolving the SPECIALISATION FALLACY. Empirically, MEDASSESS-X delivers consistent gains across all LLM families, improving Accuracy by up to +6%, Factual Consistency by +7%, and reducing Safety Error Rate by as much as 50%.
