REVIEW 3 major objections 5 minor 48 references
On ClinMM-Bench, a new 1,089-case multi-turn benchmark built from real case reports, the strongest multimodal model reaches a completely correct diagnosis in only 33.88% of cases.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 01:02 UTC pith:MOBWOWDJ
load-bearing objection Real step up in benchmark scale and design, but self-judging and contamination issues mean the headline numbers need a skeptical read until addressed. the 3 major comments →
Evaluating Multi-Turn Multimodal Diagnostic Reasoning on Challenging Real-World Clinical Cases
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central discovery claimed is a measurement: when diagnostics are evaluated in a multi-turn, multi-image setting built from real case reports, every model tested shows a large gap between recognizing the general direction of a diagnosis and naming the exact diagnosis. GPT-5-medium, the best performer, achieves 33.88% completely correct diagnoses; open-weight models exceed 10% completely correct in only one case. Reasoning-quality metrics underline the same gap: the best fact recall is 0.599, hallucination scores range from 0.085 to 0.237, and no model combines high recall, low hallucination, and high fact density. The paper also reports that model scale helps, medical fine-tuning helps sm
What carries the argument
The load-bearing mechanism is the two-level evaluation framework. In level one, a dual-LLM consensus mechanism (GPT-5-medium and Claude-4.5-Sonnet act as judges) compares each model's predicted diagnosis against the ground truth and assigns a score of 0 (incorrect), 1 (partially correct), or 2 (completely correct); averaging the two judges produces a consensus score. In level two, both the model's explanation and a reference reasoning text are decomposed into atomic clinical facts—minimal verifiable statements—and three metrics are computed: fact recall (fraction of reference facts the model captured), hallucination (fraction of the model's facts unsupported by the reference), and fact densi
Load-bearing premise
The central claims rest on the assumption that the dual-LLM consensus judges and the atomic-fact matching pipeline produce unbiased, reliable measurements—and that the evaluated models have not memorized the published case reports used to build the benchmark.
What would settle it
A human-expert panel re-scoring a random sample of 100–200 model outputs and finding that the LLM judges systematically over-credit models from their own family, or a data-contamination check showing the case reports appear in model training corpora, would invalidate the reported accuracy numbers and rankings.
If this is right
- If ClinMM-Bench reflects real diagnostic difficulty, current MLLMs are not yet safe for independent final diagnosis on challenging cases; their role is closer to triage or differential-diagnosis support.
- Accuracy scores alone overstate capability: a model can land a partially correct diagnosis while omitting key evidence and inserting unsupported facts, so deployment monitoring should track reasoning fidelity alongside the final answer.
- Scale still matters within open-weight families: larger models consistently improved accuracy and completely-correct rates across the Gemma, MedGemma, and Qwen series.
- Medical specialization is not a reliable route to better diagnosis in larger models; its clearest benefit is reduced hallucination, mainly at smaller scales.
- Reasoning settings (extended 'thinking' traces) do not reliably improve multi-turn multimodal diagnosis, so progress is more likely to come from better cross-turn memory, visual grounding, and knowledge mapping than from longer chains of thought.
Where Pith is reading between the lines
- Editorial inference: because the benchmark is built from published case reports selected for diagnostic challenge, its scores likely underestimate performance on common presentations; the paper's 'limited accuracy' claim should be read as about hard cases, not routine care.
- Editorial inference: the failure of reasoning mode to help suggests a testable prediction—adding explicit memory or hypothesis-revision mechanisms to an MLLM should produce larger gains on this benchmark than increasing thinking tokens alone.
- Editorial inference: the dual-LLM judges are the same model families being scored, so if judge leniency correlates with model family, the reported ranking could shift; a human-expert re-score on a random subset would provide a calibration check.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces ClinMM-Bench, a multi-turn multimodal diagnostic benchmark built from 1,089 real-world PMCOA case reports and 3,760 medical images across eight specialties. Each case is converted into a progressive multi-turn dialogue in which clinical information and images are disclosed over time, and the final diagnosis is removed from the case presentation. The authors evaluate 15 MLLMs using a two-level framework: diagnostic accuracy is scored by a dual-LLM consensus mechanism (GPT-5-medium and Claude-4.5-Sonnet), and reasoning quality is scored via atomic-fact decomposition (fact recall, hallucination, fact density). Headline results include GPT-5-medium achieving the highest accuracy score (1.140) but only 33.88% completely correct diagnoses; proprietary models generally outperform open-weight models; and reasoning quality is limited, with fact recall below 0.60 and hallucination scores between 0.085 and 0.237. The paper also compares medical vs. general models and reasoning vs. non-reasoning variants, and identifies five failure modes.
Significance. If the evaluation is valid, this is a substantial contribution: it is, to my knowledge, the largest multi-turn multimodal diagnostic benchmark, with a detailed six-stage curation pipeline, expert validation, two-level scoring that goes beyond correctness, and a clinically meaningful error taxonomy. The code is publicly released, and the use of real-world case reports with human-derived ground-truth diagnoses gives the benchmark external grounding. However, the central empirical claims rest on the validity of the automated evaluation, and the manuscript currently lacks the analyses needed to support that validity: no contamination control for public pretraining data, self-judging evaluation for two of the evaluated models, and LLM-generated reference reasoning without human validation of the fact-decomposition pipeline. These threats are load-bearing for the reported absolute scores and for the proprietary-vs-open-weight comparisons.
major comments (3)
- [§4.1, §4.2] No contamination analysis is reported for the PMCOA case reports, which were published before September 1, 2025 and are almost certainly present in the web-scale corpora used to train the evaluated models. The final diagnosis is removed from the case presentation during conversion (§4.1.4), but a model that recognizes a case from pretraining can still output the correct diagnosis without performing the multi-turn reasoning the benchmark claims to measure. This directly threatens the absolute accuracy figures (e.g., GPT-5-medium's 33.88% completely-correct rate) and confounds the proprietary-vs-open-weight comparison. The limitations paragraph in the Discussion mentions only 'potential biases' in curation and automated evaluation, not memorization. Please add a contamination analysis—e.g., n-gram overlap tests, temporal holdouts, canary strings, membership inference, or case-level human i
- [§4.3.1] The dual-LLM judge mechanism uses GPT-5-medium and Claude-4.5-Sonnet as independent evaluators, but these are the same models whose outputs are scored (GPT-5-medium evaluates GPT-5-medium; Claude-4.5-Sonnet evaluates Claude-4.5-Sonnet). This creates a self-evaluation loop that can bias both absolute scores and model rankings, particularly for the best-performing proprietary models. The claim that consensus scoring 'reduc[es] single-LLM judgment bias' does not address same-model bias. Please provide external validation: an expert-annotated subset of cases, inter-judge agreement statistics, and/or a re-analysis with held-out independent judges that excludes each model from judging its own outputs.
- [§4.1.4, §4.3.2] The reference reasoning used for fact recall and hallucination is generated by GPT-4.1 during data conversion, and the atomic-fact extraction and matching are performed by LLMs without reported human validation. Hallucination is defined as the proportion of model-generated atomic facts unsupported by the reference; if the reference omits a true clinical fact, a correct model statement is counted as a hallucination. The manuscript does not report inter-annotator agreement, human spot-checks of the extracted facts, or sensitivity of the metrics to the LLM matcher. Without such validation, the fact recall and hallucination scores are difficult to interpret as measurements of reasoning quality. Please validate the fact decomposition and matching on a random sample against expert annotations and report reliability metrics.
minor comments (5)
- [Fig. 2a] The labels 'Qwen3-VI-4B/8B/32B' use 'VI' while the text and other figures use 'VL'; this inconsistency should be fixed.
- [Fig. 7 caption] The caption says 'circle size and color encode the mean diagnostic accuracy score' but the figure shows fact recall scores; please correct.
- [Supplementary Tables A1–B3] Several specialties have very small sample sizes (Internal Medicine n=23, Emergency Medicine n=23, Nephrology n=29). Overlapping bootstrap CIs are reported, but formal significance tests or effect sizes with multiple-comparison corrections would strengthen claims about specialty differences and model comparisons.
- [Figure 1 caption] The caption uses inconsistent subfigure labeling ('a, Data curation' in text but 'b' and 'c' implied in the figure); ensure the panel labels match the text.
- [Supplementary Information D] The data-curation flow table would benefit from a column indicating how many cases were excluded at each stage for each reason; the current counts are informative but the drop between collection and inspection is very large (e.g., Radiology 2,582 to 1,387) and not explained.
Circularity Check
Partial circularity: the two LLM judges are themselves among the evaluated models, so the top proprietary accuracy scores are partly self-assigned; the benchmark's external PMCOA ground truth keeps the central claim from being fully circular.
specific steps
-
other
[§4.3.1 (Diagnostic Accuracy Evaluation) with §4.2 (MLLM Evaluation)]
"Specifically, for each case, we provided both the MLLM-predicted diagnosis and the ground-truth diagnosis to the judge LLMs (i.e., GPT-5-medium and Claude-4.5-Sonnet) and asked each judge LLM to assess accuracy based on established clinical diagnostic criteria. ... Proprietary models included Claude-4.5-Sonnet, Gemini 3 Pro, and GPT-5."
The two judge LLMs are themselves among the 15 evaluated models. Therefore the consensus accuracy score for GPT-5-medium (reported as the best, 1.140) and for Claude-4.5-Sonnet is partly produced by the very model being scored: each model contributes its own judgment of its own diagnosis to the averaged score. The paper presents this as an independent dual-LLM consensus that reduces single-LLM judgment bias, but for the top-ranked proprietary models the evaluation loop is closed by construction. This does not force a particular value, but it makes the proprietary-vs-open comparison and the top ranking partly self-assessment rather than external measurement.
full rationale
ClinMM-Bench's ground-truth diagnoses are externally sourced from published PMCOA case reports (§4.1, Supplementary F), so the accuracy axis is not defined by the evaluated models themselves. The reasoning-quality reference is also constrained to original case-report content, and the paper's central qualitative finding—that completely correct diagnoses are limited even for the best model—would survive even under a lenient self-judge. The one substantive circular element is the judge overlap described above: the two consensus judges are also evaluated models, which partially closes the measurement loop for the proprietary models and for the headline ranking. The paper's own limitation statement acknowledges 'potential biases may still be introduced during data curation and automated evaluation' but does not resolve this overlap. The absence of contamination analysis for public PMCOA cases is a validity/memorization threat, not a constructional circularity, because it does not make any reported score equal to an input by definition. No load-bearing self-citation was found; the Yang et al. references [7,9,10] are background. Overall, the circularity is real but partial, hence a score of 4 rather than 6 or higher.
Axiom & Free-Parameter Ledger
free parameters (3)
- quality_control_fidelity_threshold =
3 (on a 1–5 scale)
- minimum_image_resolution =
336×336 pixels
- dual_llm_case_validation_agreement =
2/2 (both GPT-4.1 and Claude-4.0-Sonnet must agree)
axioms (6)
- domain assumption Ground-truth diagnoses from published PMCOA case reports are correct and complete.
- domain assumption Progressive multi-turn disclosure of information approximates clinical diagnostic workflow.
- domain assumption Judge LLMs (GPT-5-medium, Claude-4.5-Sonnet) provide unbiased accuracy scores even when scoring themselves.
- domain assumption Atomic fact extraction and matching by LLMs produce a valid gold standard for reasoning quality.
- domain assumption Evaluated models have not memorized the specific case reports.
- domain assumption The retained cases represent 'challenging real-world clinical cases' despite LLM-based suitability filtering.
read the original abstract
Clinical diagnostic evaluation should not only assess whether models can provide correct diagnoses, but also reflect the realities of clinical practice, including progressive disclosure of multimodal information, dynamic updating of diagnostic hypotheses, and continuous refinement of clinical reasoning. However, existing evaluations of multimodal large language models (MLLMs) typically rely on single-turn or isolated tasks, making it difficult to fully capture the complexity of real-world clinical diagnosis. To bridge this gap, we developed ClinMM-Bench, the largest multi-turn multimodal clinical diagnostic evaluation benchmark to date. ClinMM-Bench contains 1,089 challenging real-world clinical cases and 3,760 medical images across eight specialties. We systematically evaluated 15 representative MLLMs using a two-level evaluation framework that assessed both diagnostic accuracy and diagnostic reasoning quality. Results showed that proprietary models achieved the highest overall diagnostic accuracy, but the proportion of completely correct diagnoses remained limited across all models. In terms of diagnostic reasoning quality, current models can identify plausible diagnostic directions but still have considerable limitations in generating reliable diagnostic reasoning. Error analysis further identified five representative failure modes: information synthesis failure, knowledge mapping error, perception error, premature closure, and visual hallucination.
Reference graph
Works this paper leans on
-
[1]
McDuff, D.et al.Towards accurate differential diagnosis with large language models.Nature 642, 451–457 (2025)
2025
-
[2]
Scott, I. A. Errors in clinical reasoning: causes and remedial strategies.BMJ338, b1860 (2009)
2009
-
[3]
T., Solomon, C
McMahon, G. T., Solomon, C. G., Ross, J. J., Loscalzo, J. & Campion, E. W. Interactive medical cases – a NewJournalFeature.N. Engl. J. Med.361, 1113–1113 (2009)
2009
-
[4]
Meyer, A. N. D., Payne, V. L., Meeks, D. W., Rao, R. & Singh, H. Physicians’ diagnostic accuracy, confidence, and resource requests: a vignette study.JAMA Intern Med173, 1952–1958 (2013)
1952
-
[5]
M., Geha, R
Centor, R. M., Geha, R. & Manesh, R. The pursuit of diagnostic excellence.JAMA Netw Open 2, e1918040 (2019)
2019
-
[6]
Committee on Diagnostic Error in Health Care, Board on Health Care Services, Institute of Medicine & The National Academies of Sciences, Engineering, and Medicine.Improving Diag- nosis in Health Care(National Academies Press (US), Washington (DC), 2015)
2015
-
[7]
Yang, R.et al.Large language models in health care: Development, applications, and chal- lenges.Health Care Sci2, 255–263 (2023)
2023
-
[8]
J., Chen, E., Topol, E
Fahrner, L. J., Chen, E., Topol, E. & Rajpurkar, P. The generative era of medical AI.Cell188, 3648–3660 (2025)
2025
-
[9]
18 Evaluating Multi-Turn Multimodal Diagnostic Reasoning on Challenging Real-World Clinical Cases
Yang, R.et al.Retrieval-augmented generation for generative artificial intelligence in health care.Npj Health Syst.2(2025). 18 Evaluating Multi-Turn Multimodal Diagnostic Reasoning on Challenging Real-World Clinical Cases
2025
-
[10]
URLhttps://doi.org/10.1016/j.xcrm.2026.102927
Yang, R.et al.Retrieval-augmented generation in medicine: A scoping review of technical implementations,clinicalapplications,andethicalconsiderations.Cell Reports Medicine(2026). URLhttps://doi.org/10.1016/j.xcrm.2026.102927
arXiv 2026
-
[11]
Tu, T.et al.Towards generalist biomedical AI.NEJM AI1(2024)
2024
-
[12]
Saab, K.et al.Advancing conversational diagnostic AI with multimodal reasoning.Nat Med32, 1726–1736 (2026)
2026
-
[13]
Johri, S.et al.An evaluation framework for clinical use of large language models in patient interaction tasks.Nat Med31, 77–86 (2025)
2025
-
[14]
Jin,D.et al.Whatdiseasedoesthispatienthave? alarge-scaleopendomainquestionanswering dataset from medical exams.arXiv [cs.CL](2020).2009.13081
Pith/arXiv arXiv 2020
-
[15]
Wu, K.et al.MedCaseReasoning: Evaluating and learning diagnostic reasoning from clinical case reports.arXiv [cs.CL](2025).2505.11733
Pith/arXiv arXiv 2025
-
[16]
Zhang, X.et al.Development of a large-scale medical visual question-answering dataset.Com- mun Med (Lond)4, 277 (2024)
2024
-
[17]
G.et al.Assessment of large language models in clinical reasoning: A novel bench- marking study.NEJM AI2(2025)
McCoy, L. G.et al.Assessment of large language models in clinical reasoning: A novel bench- marking study.NEJM AI2(2025)
2025
-
[18]
Tanno, R.et al.Collaboration between clinicians and vision-language models in radiology report generation.Nat Med31, 599–608 (2025)
2025
-
[19]
Omar, M.et al.Multi-model assurance analysis showing large language models are highly vulnerable to adversarial hallucination attacks during clinical decision support.Commun Med (Lond)5, 330 (2025)
2025
-
[20]
Yang, X.et al.Multiple large language models versus experienced physicians in diagnosing challenging cases with gastrointestinal symptoms.NPJ Digit Med8, 85 (2025)
2025
-
[21]
Nori, H.et al.Sequential diagnosis with language models.arXiv [cs.CL](2025).2506.22405
Pith/arXiv arXiv 2025
-
[22]
Hager, P.et al.Evaluation and mitigation of the limitations of large language models in clinical decision-making.Nat Med30, 2613–2622 (2024)
2024
-
[23]
Ke, Y.et al.Mitigating cognitive biases in clinical decision-making through multi-agent conver- sations using large language models: Simulation study.J Med Internet Res26, e59439 (2024)
2024
-
[24]
& Powell, D
Mahajan, A., Obermeyer, Z., Daneshjou, R., Lester, J. & Powell, D. Cognitive bias in clinical large language models.NPJ Digit Med8, 428 (2025)
2025
-
[25]
Qiu, P.et al.Quantifying the reasoning abilities of LLMs on clinical cases.Nat Commun16, 9799 (2025)
2025
-
[26]
arXiv [cs.CL](2025).2505.14107
Zhu, Y.et al.DiagnosisArena: Benchmarking diagnostic reasoning for large language models. arXiv [cs.CL](2025).2505.14107
Pith/arXiv arXiv 2025
-
[27]
Hong,J.et al.Benchmarkingthethinkingmodeofmultimodallargelanguagemodelsinclinical tasks.arXiv [cs.CL](2025).2511.03328
arXiv 2025
-
[28]
Kancheti, S. S., Kanade, A. S., Balasubramanian, V. N. & Ganu, T. Chain-of-thought degrades visual spatial reasoning capabilities of multimodal LLMs.arXiv [cs.CV](2026).2604.16060
Pith/arXiv arXiv 2026
-
[29]
Vandenbroucke, J. P. In defense of case reports and case series.Ann Intern Med134, 330–334 (2001). 19 Evaluating Multi-Turn Multimodal Diagnostic Reasoning on Challenging Real-World Clinical Cases Supplementary Information A Diagnostic Accuracy across Medical Specialties Model Derm.(n=63) Emerg.(n=23) Intern.(n=23) Neph.(n=29) Neuro.(n=98) Onco.(n=114) Op...
2001
-
[30]
Describes a complete diagnostic process for a single patient
-
[31]
Provides relevant clinical information such as demographic characteristics, chief complaint, medical history, physical examination, laboratory and imaging findings
-
[32]
Includes key diagnostic images (check for<fig>tags with<graphic>elements): – Initial clinical photographs (e.g., lesions, symptoms); – Diagnostic imaging (e.g., X-ray, CT, MRI, ultrasound, endoscopy); – Other relevant test images (e.g., ECG, pathology slides, blood smears)
-
[33]
States the final diagnosis clearly
-
[34]
Characteristics of an unsuitable report (NOT_DIAGNOSTIC_SUITABLE):
Contains the reasoning process that led to the diagnosis. Characteristics of an unsuitable report (NOT_DIAGNOSTIC_SUITABLE):
-
[35]
Focuses on treatment outcomes, surgical techniques, or follow-up results
-
[36]
Reports adverse drug reactions or complication management
-
[37]
Consists of literature reviews, theoretical analyses, or opinion statements
-
[38]
DIAGNOSTIC_SUITABLE
Lacks a diagnostic reasoning process and contains only simple case descriptions. Case Report: {case_report} Output: Please respond with only:"DIAGNOSTIC_SUITABLE"or"NOT_DIAGNOSTIC_SUITABLE" 28 Evaluating Multi-Turn Multimodal Diagnostic Reasoning on Challenging Real-World Clinical Cases Supplementary Information F Data Conversion Prompt You are a medical ...
-
[39]
Final Diagnosis: - Case presentation must absolutely not reveal the final diagnosis
-
[40]
CT scan performed
Image Diagnostic Information: – Any information that can only be obtained through image analysis must not appear in the case presentation, including but not limited to: – Specific results of imaging examinations. – Pathological examination cell morphology and staining results. – Endoscopic examination lesion characteristics. – Dermatological lesion morpho...
-
[41]
Original XML medical case report
-
[42]
information_accuracy_score
Converted JSON structured format Please evaluate the conversion quality. Evaluation Criteria Information Accuracy Score (1-5 Scale) Rate how accurately the converted JSON preserves information from the original XML: 5 - Excellent: All information perfectly extracted and preserved 4 - Good: Minor discrepancies that don't affect meaning 3 - Acceptable: Some...
-
[43]
Be a single, indivisible piece of medical information
-
[44]
Contain one subject-predicate-object relationship
-
[45]
RPR test is positive
Be specific and factual (avoid vague statements) Examples of good atomic facts: – “RPR test is positive" – “CSF shows pleocytosis" – “Fundus exam reveals vitritis" Examples of what to avoid: – “Patient has multiple symptoms" (too vague) – “Tests were done" (not specific enough) Return only valid JSON in this exact format: { "facts": [ "atomic fact 1", "at...
-
[46]
Match facts that express the same clinical meaning
-
[47]
Allow N-to-M matching: multiple predicted facts may match one ground-truth fact, and one predicted fact may match multiple ground-truth facts
-
[48]
matched_pairs
Identify hallucinated predicted facts: predicted facts that are factually incorrect or contradict the ground truth. Clinical Matching Rules: – Do not match facts if the specimen differs, such as serum vs CSF. – Do not match facts if the anatomical location or laterality differs. – Do not match positive findings with negative, suspected, or ruled-out findi...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.