๐ค AI Summary
Existing benchmarks for large medical language models often lack fidelity to real-world clinical settings, as they omit authentic doctorโpatient dialogues and medical imaging, and employ evaluation metrics that poorly reflect actual diagnostic and therapeutic quality. To address these limitations, this work constructs the first large-scale, multimodal online consultation benchmark based on de-identified data from Chinese internet hospitals. It introduces a Multimodal Clinical Challenge Point (MCCP) extraction framework that transforms critical clinical decision moments into standardized response generation tasks while preserving textual and visual context. A case-level clinical scoring rubric is also designed to jointly reward clinically appropriate behaviors and penalize safety risks. The released benchmark encompasses 5,620 real cases across 64 specialties and evaluates 19 prominent models, revealing that image information significantly enhances clinical performance, yet current models still lag substantially behind physicians in safety-critical reasoning.
๐ Abstract
Large language models (LLMs) are increasingly deployed in online medical consultation, yet existing benchmarks remain poorly aligned with real clinical practice. Many rely on synthetic conversations or patient simulators, omit patient-uploaded medical images, or evaluate open-ended clinical responses using multiple-choice or lexical-overlap metrics that poorly reflect clinical quality. We introduce \textbf{MedRealMM}, a large-scale benchmark for multimodal online medical consultation built from de-identified patient-doctor interactions collected from a nationwide Chinese internet hospital. MedRealMM uses a Multimodal Clinical Challenge Point (MCCP) extraction framework to identify clinically demanding moments in authentic consultation trajectories and converts each into a standardized next-response generation task while preserving the preceding text-image context. Each instance is paired with a case-specific rubric refined by physicians that rewards clinically desirable behaviors and penalizes unsafe, unsupported, or contradictory responses. The current release contains 5,620 real-world multimodal cases spanning 64 clinical departments. We evaluate 19 general-purpose and medical-specialized LLMs, including text-only and multimodal systems. Our results show that image information is critical for reliable clinical performance and that current frontier models remain below the online physician response. Although some frontier models satisfy as many or more positive clinical criteria than physicians, they trigger more negative criteria, indicating that safety-sensitive error avoidance remains a central bottleneck. MedRealMM offers a realistic and reproducible benchmark for evaluating multimodal medical reasoning in real-world online consultation. The dataset will be publicly available on Hugging Face at https://huggingface.co/datasets/jdh-algo/MedRealMM.