Journal Article
Large Language Models

Toward expert-level medical question answering with large language models

K. K. Singhal(Google (United States)), Tao Tu(Google (United States)), Juraj Gottweis(Google (United States)), Rory Sayres(Google (United States)), Ellery Wulczyn(Google (United States)), Mohamed Amin(Google (United States)), Le Hou(Google (United States)), Kevin Clark(Google (United States)), Stephen Pfohl(Google (United States)), Heather Cole-Lewis(Google (United States)), Darlene Neal(Google (United States)), Qazi Mamunur Rashid(Google (United States)), Mike Schaekermann(Google (United States)), Amy Wang(Google (United States)), Dev Dash(Stanford University), Jonathan H. Chen(Stanford Medicine), Nigam H. Shah(Stanford Health Care), Sami Lachgar(Google (United States)), P. Mansfield(Google (United States)), Sushant Prakash(Google (United States)), Bradley Green(Google (United States)), Ewa Dominowska(Google (United States)), Blaise Agüera y Arcas(Google (United States)), Nenad Tomašev(Google (United States)), Yun Liu(Google (United States)), Renee Wong(Google (United States)), Christopher Semturs(Google (United States)), S. Sara Mahdavi(Google (United States)), Joëlle Barral(Google (United States)), Dale R. Webster(Google (United States)), Greg S. Corrado(Google (United States)), Yossi Matias(Google (United States)), Shekoofeh Azizi(Google (United States)), Alan Karthikesalingam(Google (United States)), Vivek Natarajan(Google (United States))
January 8, 2025Nature Medicine1,044 citations

1.0k

Citations

56

Influential Citations

Nature Medicine

Venue

2025

Year

Abstract

Large language models (LLMs) have shown promise in medical question answering, with Med-PaLM being the first to exceed a 'passing' score in United States Medical Licensing Examination style questions. However, challenges remain in long-form medical question answering and handling real-world workflows. Here, we present Med-PaLM 2, which bridges these gaps with a combination of base LLM improvements, medical domain fine-tuning and new strategies for improving reasoning and grounding through ensemble refinement and chain of retrieval. Med-PaLM 2 scores up to 86.5% on the MedQA dataset, improving upon Med-PaLM by over 19%, and demonstrates dramatic performance increases across MedMCQA, PubMedQA and MMLU clinical topics datasets. Our detailed human evaluations framework shows that physicians prefer Med-PaLM 2 answers to those from other physicians on eight of nine clinical axes. Med-PaLM 2 also demonstrates significant improvements over its predecessor across all evaluation metrics, particularly on new adversarial datasets designed to probe LLM limitations (P < 0.001). In a pilot study using real-world medical questions, specialists preferred Med-PaLM 2 answers to generalist physician answers 65% of the time. While specialist answers were still preferred overall, both specialists and generalists rated Med-PaLM 2 to be as safe as physician answers, demonstrating its growing potential in real-world medical applications.

Analysis

Why This Paper Matters

This paper marks a significant milestone in the application of large language models to medicine. While previous work like Med-PaLM achieved a passing score on USMLE-style questions, Med-PaLM 2 pushes the frontier to expert-level performance, with physicians preferring its answers over those from other physicians on most clinical axes. This is a critical step toward real-world deployment, as it addresses both accuracy and trustworthiness—two key barriers for clinical adoption.

The paper also introduces a rigorous human evaluation framework that goes beyond automated metrics, capturing nuanced aspects like safety, reasoning, and clinical utility. The finding that both specialists and generalists rated Med-PaLM 2 as safe as physician answers is particularly noteworthy, as safety is the paramount concern in healthcare AI.

Technical Contributions

  • Base LLM improvements: Med-PaLM 2 leverages a more capable underlying LLM (PaLM 2) with enhanced reasoning and knowledge capabilities.
  • Medical domain fine-tuning: The model is fine-tuned on a large corpus of medical text, improving domain-specific understanding.
  • Ensemble refinement: Multiple model outputs are combined and refined to improve answer quality and reduce hallucinations.
  • Chain of retrieval: A novel retrieval-augmented generation approach that chains multiple retrieval steps to ground answers in external knowledge sources, improving factual accuracy.
  • Adversarial dataset creation: New challenging datasets are designed to probe LLM limitations, enabling more robust evaluation.

Results

  • MedQA: 86.5% accuracy, a 19% absolute improvement over Med-PaLM (67.2%).
  • MedMCQA: Significant gains, though exact numbers are not provided in the abstract.
  • PubMedQA: Dramatic performance increases, again without specific numbers in the abstract.
  • MMLU clinical topics: Improved performance across all clinical subtopics.
  • Human evaluation: Physicians preferred Med-PaLM 2 answers to other physicians' on 8 of 9 clinical axes (e.g., accuracy, reasoning, completeness).
  • Real-world pilot: Specialists preferred Med-PaLM 2 answers to generalist physician answers 65% of the time; both groups rated Med-PaLM 2 as safe as physician answers.
  • Adversarial datasets: Significant improvements over Med-PaLM (P < 0.001).

Significance

This work demonstrates that LLMs can achieve expert-level performance in medical question answering, challenging the notion that human expertise is irreplaceable in complex clinical reasoning. The implications for healthcare are profound: such models could assist clinicians by providing rapid, accurate answers, reducing diagnostic errors, and democratizing access to medical knowledge.

However, the paper also underscores the importance of rigorous evaluation and safety testing. The fact that specialists still preferred human expert answers overall indicates that LLMs are not yet a replacement for human judgment. The adversarial dataset approach provides a template for stress-testing models before deployment.

For the AI field, this paper advances the state of the art in domain-specific LLM adaptation, particularly through the combination of fine-tuning, retrieval augmentation, and ensemble methods. The human evaluation framework could become a standard for assessing clinical AI systems.