arXiv:2511.06738cs.CL2025-11被引 10

医学大模型用检索增强生成,专家实测发现效果反而变差。

Rethinking Retrieval-Augmented Generation for Medicine: A Large-Scale, Systematic Expert Evaluation and Practical Insights

  • 拆解RAG三阶段:检索、选证、生成,逐项评估表现
  • 仅22%检索内容相关,证据使用准确率不足45%,生成事实性下降6%
  • 简单过滤和重写查询可提升性能12%,适合医疗场景优化

大型语言模型(LLMs)正在改变医学领域,但知识更新快与推理可验证性仍是两大挑战。检索增强生成(RAG)通过引入检索证据被广泛采用,但其实际效果仍不明。本研究开展迄今最全面的医学RAG专家评估:18位医学专家共完成80,502次标注,评估了GPT-4o与Llama-3.1-8B在200个真实患者问题和USMLE风格问题上生成的800条输出。系统分解RAG流程为三部分:(i) 证据检索(片段相关性),(ii) 证据选择(使用准确性),(iii) 回答生成(事实性与完整性)。结果出人意料:标准RAG常导致性能下降——仅22%的前16个检索片段相关,证据选择精度为41-43%,召回率为27-49%,事实性与完整性分别下降最多6%和5%。检索与选证是主要瓶颈。进一步表明,简单的证据过滤与查询重写策略可显著缓解问题,在MedMCQA和MedXpertQA上性能分别提升最多12%和8.2%。研究呼吁重新审视RAG在医学中的角色,强调分阶段评估与精心设计对可靠医疗大模型应用至关重要。

原文摘要 · Abstract (English)

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.

医学AIRAG大模型评估证据生成

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。