CURE: Confidence-driven Unified Reasoning Ensemble Framework for Medical Question Answering
Ziad Elshaer, Essam A. Rashed
TL;DR
The paper tackles the challenge of deploying high-performing medical LLMs without costly fine-tuning by introducing CURE, a confidence-driven unified reasoning ensemble. CURE uses a two-stage pipeline where a primary model (Qwen3-30B-A3B-Instruct) first assesses confidence; low-confidence queries are routed to auxiliary models (Phi-4 14B and Gemma 2 12B) and their outputs are incorporated via Chain-of-Thought prompting to refine the final answer. Evaluated on MedQA, MedMCQA, and PubMedQA, CURE achieves strong results, notably 95.0% on PubMedQA and 78.0% on MedMCQA, with an average of 82.4% across datasets, often outperforming zero-shot and some fine-tuned baselines. The work demonstrates that strategic model diversity and confidence-aware routing can yield competitive medical QA performance with significantly reduced computational requirements, offering a path toward accessible AI-assisted healthcare in resource-limited settings.
Abstract
High-performing medical Large Language Models (LLMs) typically require extensive fine-tuning with substantial computational resources, limiting accessibility for resource-constrained healthcare institutions. This study introduces a confidence-driven multi-model framework that leverages model diversity to enhance medical question answering without fine-tuning. Our framework employs a two-stage architecture: a confidence detection module assesses the primary model's certainty, and an adaptive routing mechanism directs low-confidence queries to Helper models with complementary knowledge for collaborative reasoning. We evaluate our approach using Qwen3-30B-A3B-Instruct, Phi-4 14B, and Gemma 2 12B across three medical benchmarks; MedQA, MedMCQA, and PubMedQA. Result demonstrate that our framework achieves competitive performance, with particularly strong results in PubMedQA (95.0\%) and MedMCQA (78.0\%). Ablation studies confirm that confidence-aware routing combined with multi-model collaboration substantially outperforms single-model approaches and uniform reasoning strategies. This work establishes that strategic model collaboration offers a practical, computationally efficient pathway to improve medical AI systems, with significant implications for democratizing access to advanced medical AI in resource-limited settings.
