AI for Evidence Utilization · Summarize
Benchmarking Retrieval-Augmented Generation for Medicine
Guangzhi Xiong*, Qiao Jin*, Zhiyong Lu, Aidong Zhang
* equal contribution
ACL Findings 2024
These slides were generated with the help of AI and may contain errors.
01Motivation
Medical RAG had no standard way to build or evaluate it
- Grounding an LLM on retrieved sources cuts hallucination.
- But a medical RAG system has many moving parts — which corpus, which retriever, which backbone.
- No standard way to know which choices actually matter.
02Method
The MIRAGE benchmark for medical RAG
03Method
A toolkit of interchangeable parts
04Result
MedRAG lifts every backbone LLM
- Grounding on retrieved evidence beats chain-of-thought for every model.
- GPT-3.5 + MedRAG (72%) nearly matches GPT-4 without RAG (73%) — prompt engineering, not a bigger model.
| Backbone LLM | Chain-of-thought | + MedRAG | Δ |
|---|---|---|---|
| GPT-4 | 73.4 | 80.0 | +6.5 |
| GPT-3.5 | 60.7 | 71.6 | +10.9 |
| Mixtral 8×7B | 61.4 | 69.5 | +8.1 |
| Llama-2 70B | 50.2 | 53.4 | +3.1 |
| MEDITRON 70B | 57.0 | 60.2 | +3.1 |
| PMC-LLaMA 13B | 52.4 | 52.9 | +0.5 |
Average accuracy (%) across the five MIRAGE datasets: chain-of-thought vs. MedRAG. Source: Table 6.
05Result
The corpus matters more than the retriever
06Result
Log-linear gains with more retrieved snippets
- More retrieved snippets → higher accuracy, log-linear — echoing pretraining’s compute–performance scaling.
- This favors long-context LLMs, which can pack in more evidence.

07Impact
A de-facto standard for medical RAG
- Others build on our MedCorp corpus and pipeline — NVIDIA’s RankRAG, multilingual MedExpQA & R2MED.
- MIRAGE is a standard testbed for new methods — RGAR, SEMA-RAG, RAR² and more.
- A common baseline too — e.g. Nature Communications’ LINS benchmarks against it across 15 datasets.
- A growing open-source ecosystem builds on it — ReDis-QA-Bench, MIT’s medical_hallucination, UCSC’s ReasoningEval & ReflecTool (ACL’25).
- Open on GitHub (570+ stars); its MedCorp corpora draw 10k+ monthly Hugging Face downloads.
- Regularly maintained and extended — e.g. our i-MedRAG and RAG-Gym.
08Summary
MedRAG at a glance
| Background | Retrieval promises to ground medical LLMs in real evidence. |
| Problem | But medical RAG had no standard way to build or evaluate it. |
| Approach | The MedRAG toolkit — corpora, retrievers & LLMs — with the MIRAGE benchmark (7,663 Qs). |
| Results | RAG lifts every backbone LLM — up to +18%; the corpus choice matters most. |
| Impact | A de-facto standard for medical RAG; extended by our i-MedRAG & RAG-Gym. |


