Preprint
Large Language Models

Capabilities of GPT-5 on Multimodal Medical Reasoning

Shansong Wang, Mingzhe Hu, Qiang Li, M. Safari, Xiaofeng Yang
August 11, 202575 citations

75

Citations

8

Influential Citations

Venue

2025

Year

Abstract

Recent advances in large language models (LLMs) have enabled general-purpose systems to perform increasingly complex domain-specific reasoning without extensive fine-tuning. In the medical domain, decision-making often requires integrating heterogeneous information sources, including patient narratives, structured data, and medical images. This study positions GPT-5 as a generalist multimodal reasoner for medical decision support and systematically evaluates its zero-shot chain-of-thought reasoning performance on both text-based question answering and visual question answering tasks under a unified protocol. We benchmark GPT-5, GPT-5-mini, GPT-5-nano, and GPT-4o-2024-11-20 against standardized splits of MedQA, MedXpertQA (text and multimodal), MMLU medical subsets, USMLE self-assessment exams, and VQA-RAD. Results show that GPT-5 consistently outperforms all baselines, achieving state-of-the-art accuracy across all QA benchmarks and delivering substantial gains in multimodal reasoning. On MedXpertQA MM, GPT-5 improves reasoning and understanding scores by +29.26% and +26.18% over GPT-4o, respectively, and surpasses pre-licensed human experts by +24.23% in reasoning and +29.40% in understanding. In contrast, GPT-4o remains below human expert performance in most dimensions. A representative case study demonstrates GPT-5’s ability to integrate visual and textual cues into a coherent diagnostic reasoning chain, recommending appropriate high-stakes interventions. Our results show that, on these controlled multimodal reasoning benchmarks, GPT-5 moves from human-comparable to above human-expert performance. This improvement may substantially inform the design of future clinical decision-support systems. We make the code public at the GPT-5-Evaluation.

Analysis

Why This Paper Matters

This paper is significant because it demonstrates that a general-purpose LLM, GPT-5, can achieve above-human-expert performance on multimodal medical reasoning tasks without any fine-tuning. This is a major milestone for AI in healthcare, as it suggests that foundation models may soon be ready for high-stakes clinical decision support. The systematic evaluation across multiple benchmarks and model sizes provides a clear picture of GPT-5's capabilities and limitations.

The study also highlights the rapid progress from GPT-4o, which remained below human expert performance, to GPT-5, which surpasses it. This leap underscores the accelerating pace of improvement in LLMs and their potential to transform medical practice.

Technical Contributions

  • Unified zero-shot chain-of-thought protocol: The authors apply a consistent evaluation methodology across text and multimodal tasks, enabling fair comparison.
  • Comprehensive benchmarking: Evaluation spans MedQA, MedXpertQA (text and multimodal), MMLU medical subsets, USMLE self-assessment, and VQA-RAD, covering a wide range of medical reasoning challenges.
  • Model family comparison: GPT-5, GPT-5-mini, GPT-5-nano, and GPT-4o are compared, showing scaling benefits.
  • Human expert baseline: Pre-licensed human expert performance is used as a reference, providing a meaningful benchmark.
  • Case study analysis: A representative example illustrates GPT-5's ability to integrate visual and textual cues into a coherent diagnostic reasoning chain.

Results

  • On MedXpertQA MM, GPT-5 improves reasoning scores by +29.26% and understanding scores by +26.18% over GPT-4o.
  • GPT-5 surpasses pre-licensed human experts by +24.23% in reasoning and +29.40% in understanding on the same benchmark.
  • GPT-4o remains below human expert performance in most dimensions, highlighting the generational leap.
  • GPT-5 achieves state-of-the-art accuracy across all text and visual QA benchmarks tested.

Significance

This work has broad implications for the AI field. It shows that generalist models can outperform specialists on domain-specific tasks, challenging the need for fine-tuning in many applications. For healthcare, it suggests that LLMs could be deployed as clinical decision-support tools with minimal adaptation, potentially improving diagnostic accuracy and efficiency. However, the controlled benchmark setting means real-world validation is still needed. The public release of evaluation code will facilitate further research and reproducibility.