Rethinking Retrieval-Augmented Generation for Medicine: A Large-Scale, Systematic Expert Evaluation and Practical Insights
Abstract
Large language models (LLMs) are transforming the landscape of medicine, yet two fundamental challenges persist: keeping up with rapidly evolving medical knowledge and providing verifiable, evidence-grounded reasoning. Retrieval-augmented generation (RAG) has been widely adopted to address these limitations by supplementing model outputs with retrieved evidence. However, whether RAG reliably achieves these goals remains unclear. Here, we present the most comprehensive expert evaluation of RAG in medicine to date. Eighteen medical experts contributed a total of 80,502 annotations, assessing 800 model outputs generated by GPT-4o and Llama-3.1-8B across 200 real-world patient and USMLE-style queries. We systematically decomposed the RAG pipeline into three components: (i) evidence retrieval (relevance of retrieved passages), (ii) evidence selection (accuracy of evidence usage), and (iii) response generation (factuality and completeness of outputs). Contrary to expectation, standard RAG often degraded performance: only 22% of top-16 passages were relevant, evidence selection remained weak (precision 41-43%, recall 27-49%), and factuality and completeness dropped by up to 6% and 5%, respectively, compared with non-RAG variants. Retrieval and evidence selection remain key failure points for the model, contributing to the overall performance drop. We further show that simple yet effective strategies, including evidence filtering and query reformulation, substantially mitigate these issues, improving performance on MedMCQA and MedXpertQA by up to 12% and 8.2%, respectively. These findings call for re-examining RAG's role in medicine and highlight the importance of stage-aware evaluation and deliberate system design for reliable medical LLM applications.
Cite
@article{arxiv.2511.06738,
title = {Rethinking Retrieval-Augmented Generation for Medicine: A Large-Scale, Systematic Expert Evaluation and Practical Insights},
author = {Hyunjae Kim and Jiwoong Sohn and Aidan Gilson and Nicholas Cochran-Caggiano and Serina Applebaum and Heeju Jin and Seihee Park and Yujin Park and Jiyeong Park and Seoyoung Choi and Brittany Alexandra Herrera Contreras and Thomas Huang and Jaehoon Yun and Ethan F. Wei and Roy Jiang and Leah Colucci and Eric Lai and Amisha Dave and Tuo Guo and Maxwell B. Singer and Yonghoe Koo and Ron A. Adelman and James Zou and Andrew Taylor and Arman Cohan and Hua Xu and Qingyu Chen},
journal= {arXiv preprint arXiv:2511.06738},
year = {2025}
}
Comments
34 pages, 6 figures