Med-R$^2$: Crafting Trustworthy LLM Physicians via Retrieval and Reasoning of Evidence-Based Medicine
Keer Lu, Zheng Liang, Da Pan, Shusen Zhang, Guosheng Dong, Zhonghai Wu, Huang Leng, Bin Cui, Wentao Zhang
TL;DR
Med-R^2 proposes an Evidence-Based Medicine–driven architecture that tightly couples retrieval, appraisal, and reasoning to create trustworthy LLM physicians. By reformulating clinical queries, using a dual dense-sparse knowledge base, and applying a coarse-to-fine evidence reranking plus chain-of-thought reasoning, it delivers strong performance improvements over vanilla RAG and even some fine-tuning baselines without additional training costs. Experimental results across multiple medical benchmarks show that Med-R^2, especially when paired with larger models (e.g., LLaMA3.1-70B), can surpass frontier models on average and demonstrates particularly large gains for smaller models. The framework emphasizes interpretability and robustness through explicit evidence hierarchy, usefulness scoring, and iterative evidence assessment, suggesting practical impact for medical AI systems requiring reliable evidence-based decisions.
Abstract
Large Language Models (LLMs) have exhibited remarkable capabilities in clinical scenarios. Despite their potential, existing works face challenges when applying LLMs to medical settings. Strategies relying on training with medical datasets are highly cost-intensive and may suffer from outdated training data. Leveraging external knowledge bases is a suitable alternative, yet it faces obstacles such as limited retrieval precision and poor effectiveness in answer extraction. These issues collectively prevent LLMs from demonstrating the expected level of proficiency in mastering medical expertise. To address these challenges, we introduce Med-R^2, a novel LLM physician framework that adheres to the Evidence-Based Medicine (EBM) process, efficiently integrating retrieval mechanisms as well as the selection and reasoning processes of evidence, thereby enhancing the problem-solving capabilities of LLMs in healthcare scenarios and fostering a trustworthy LLM physician. Our comprehensive experiments indicate that Med-R^2 achieves a 13.27\% improvement over vanilla RAG methods and even a 4.55\% enhancement compared to fine-tuning strategies, without incurring additional training costs. Furthermore, we find that our LLaMA3.1-70B + Med-R$^2$ surpasses frontier models, including GPT-4o, Claude3.5-Sonnet and DeepSeek-V3 by 1.05\%, 6.14\% and 1.91\%. Med-R$^2$ effectively enhances the capabilities of LLMs in the medical domain.
