Monday, September 7, 2026
Science
No Result
View All Result
  • Login
  • HOME
  • SCIENCE NEWS
  • CONTACT US
  • HOME
  • SCIENCE NEWS
  • CONTACT US
No Result
View All Result
Scienmag
No Result
View All Result
Home Science News Medicine

New multi-axis study probes how AI verifiers disagree on clinical reasoning

September 7, 2026
in Medicine
Ophelia Keating
By Ophelia Keating Scienmag Editorial Profile - Health Services Research
Reading Time: 5 mins read
0
New multi-axis study probes how AI verifiers disagree on clinical reasoning

New multi-axis study probes how AI verifiers disagree on clinical reasoning

65
SHARES
587
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

Artificial intelligence systems are increasingly being asked not just to generate medical conclusions but to judge whether other AI systems reason soundly—a task that, according to new research, they are strikingly bad at agreeing on. A study published in the Journal of Medical Systems has found that when three frontier large language models were asked to independently evaluate the clinical reasoning of other AI models, they disagreed with one another in the vast majority of cases, raising serious questions about one of the most popular strategies for evaluating medical AI at scale.

The research, led by Hyunjung Byun and Beakcheol Jang of Yonsei University in Seoul, together with Dahyoun Lee of Yonsei University’s Department of Biomedical Systems Informatics and Munyoung Jung of the university’s Graduate School of Mechanical Engineering, examined a foundational assumption behind the so-called “LLM-as-a-judge” approach: that independent verifier models, when shown the same piece of clinical reasoning, will broadly agree on whether the stated evidence actually supports the stated conclusion. The answer, the study found, is a resounding no. Using Fleiss’ kappa, a standard statistical measure of agreement among multiple raters, the researchers recorded values ranging from just 0.087 to 0.223 across the verifier panels—figures that fall far below the thresholds typically associated with acceptable reliability. Raw disagreement rates between verifiers ranged from 62.2 percent to 74.3 percent, meaning that in roughly two out of every three cases or more, the AI judges could not concur on whether a given piece of clinical reasoning held together.

To reach these conclusions, the team designed an unusually rigorous multi-axis evaluation framework. Three generator models—HuatuoGPT-o1-8B, a medical-specialized open model; Meta-Llama-3.1-8B-Instruct; and the considerably larger Meta-Llama-3.3-70B-Instruct—were tasked with producing diagnoses and supporting rationales for 1,000 hospital-stay cases drawn from MIMIC-IV, a widely used, de-identified electronic health record dataset developed at the MIT-affiliated Laboratory for Computational Physiology and distributed through PhysioNet under a credentialed data use agreement. Each generated answer was then assessed along four complementary dimensions: medical concept grounding, semantic similarity, semantic uncertainty, and the study’s central innovation, evidence–conclusion coherence.

The first three axes represent relatively established techniques. Medical concept grounding was evaluated by checking whether a model’s output was anchored in recognized biomedical terminology, drawing on resources such as the Unified Medical Language System and clinical-domain embedding models. Semantic similarity was measured using sentence-embedding methods to quantify how closely a generated rationale matched the underlying clinical record. Semantic uncertainty, a technique popularized in recent machine-learning research, captures how much a model’s outputs vary when the same question is asked repeatedly—the idea being that a model that produces wildly different answers across runs is effectively signaling that it does not know. These reference-oriented metrics, the researchers note, have traditionally been the primary tools for judging how well a language model performs on medical text.

But none of these metrics, the authors argue, directly addresses the most clinically consequential question: does the model’s own justification actually entail its own diagnosis? A language model can write a fluent, medically grounded, low-uncertainty rationale and still end up with a conclusion that the rationale itself does not support—the textual equivalent of a chain of reasoning with a hidden broken link. To measure this, the team turned to three frontier verifiers: Claude Sonnet 4.6, Gemini 2.5 Pro, and GPT-5.4 mini. Each verifier independently reviewed the same generated outputs and assigned a categorical coherence label—ENTAILED, INSUFFICIENT, or NOT_ENTAILED—indicating whether the evidence in the rationale supported the conclusion.

The results revealed a dissociation that conventional metrics miss entirely. Generator models could score well on concept grounding, similarity, and uncertainty while still producing rationales whose coherence was judged poor. In other words, a model can look excellent on every standard benchmark dimension while quietly producing justifications that fail to support their own diagnoses. This finding strikes at a persistent vulnerability in how medical AI is evaluated: fluency and surface-level fidelity are poor proxies for logical soundness, and the phenomenon echoes earlier research on unfaithful explanations in chain-of-thought reasoning, where language models have been shown to sometimes produce plausible-sounding justifications that do not reflect the actual computational pathway to their answers.

The coherence judgments themselves, however, proved deeply unreliable. When the three verifiers were shown the same rationale, their verdicts frequently split—sometimes all three disagreeing, assigning three different labels to the identical output. The researchers illustrate this with case-level examples: in one case drawn from HuatuoGPT-o1-8B, the verifiers returned ENTAILED, INSUFFICIENT, and NOT_ENTAILED for the same clinical reasoning passage. In such instances, the effective evaluation outcome would have been determined entirely by the chance of which verifier happened to be queried. This is precisely the scenario that makes the LLM-as-judge approach dangerous in clinical settings, where a not-entailed verdict might flag an unsafe diagnostic rationale for human review, while an entailed verdict might wave it through unchecked.

To anchor the automated judgments in clinical reality, the team conducted a preliminary validation in which an independent physician—Won Hwi Kim, MD, a resident physician in the Department of Psychiatry at Severance Hospital, Yonsei University College of Medicine—adjudicated a 50-case subset of the generated outputs. The physician was blinded to all verifier labels and recorded a one-line clinical rationale for each judgment using the same three-label scheme. The results echoed the statistical findings: agreement between any given verifier and the physician varied substantially across the three models, and, notably, the physician did not consistently side with any single verifier. In one Gemini-divergent case, the clinician’s judgment coincided with the more lenient Google model; in another case with the same divergence pattern, the physician sided with the stricter majority instead. The clinician’s leniency, the authors observe, appeared to depend on whether the stated evidence genuinely supported the specific diagnosis at hand—not on a fixed threshold of the kind a statistical classifier applies.

Taken together, the findings suggest that no single LLM verifier currently possesses sufficient reliability to serve as a stand-alone judge of clinical reasoning at scale. This matters because LLM-as-judge frameworks are rapidly being adopted across healthcare AI evaluation, from screening hospital discharge summaries to assessing note quality across academic medical centers, precisely because human expert review is expensive, slow, and difficult to scale. The study’s results do not imply that automated evaluation is worthless; rather, they imply that treating a single model’s verdict as authoritative is statistically indefensible when verifier agreement is this low. The authors point to a potential middle path: a unanimous-agreement tier, in which automation is permitted only when all verifiers concur, reserving ambiguous cases for structured human oversight. But they caution that even this tier’s clinical reliability remains to be confirmed in larger, multi-clinician adjudication studies, and the current validation rests on a single physician and a modest 50-case subset.

The study also carries broader implications for the field’s evaluation methodology. Reference-oriented semantic metrics—BLEU-style scores, embedding similarities, and the like—measure how closely a model’s output resembles some expected text, but they cannot detect internal logical failure. The Yonsei team’s four-axis framework offers a template for evaluation that treats coherence as a first-class concern, and their finding that models can score well on three axes while failing the fourth is a warning against any single-metric reporting. At the same time, the very tool needed to measure coherence at scale—another LLM—is itself unreliable in this role, creating a methodological catch: the technology needed to audit medical AI appears to require the same human oversight it was meant to replace. The researchers suggest the path forward lies in combining multi-verifier panels, explicit agreement thresholds, and structured clinician adjudication, with automation reserved only for the subset of cases where machines and, ideally, multiple independent judgments converge. The work was supported by the National Research Foundation of Korea, and the analysis code has been made publicly available, while the underlying MIMIC-IV patient data remains governed by PhysioNet’s credentialed access agreement to protect patient-derived content.

Subject of Research: Reliability of large language models as automated judges of clinical reasoning in other AI models, evaluated across medical concept grounding, semantic similarity, semantic uncertainty, and evidence–conclusion coherence.

Subject of Research: Medicine

Article Title: Multi-Axial Analysis of Clinical Reasoning in Large Language Models: Inter-Verifier Disagreement and Its Implications for Automated Evaluation

Article References: Byun, H., Lee, D., Jung, M., & Jang, B. (2026). Multi-Axial Analysis of Clinical Reasoning in Large Language Models: Inter-Verifier Disagreement and Its Implications for Automated Evaluation. Journal of Medical Systems, 50(1), Article 117. https://doi.org/10.1007/s10916-026-02440-y

Image Credits: AI Generated

DOI: 10.1007/s10916-026-02440-y

Keywords: large language models, LLM-as-a-judge, clinical reasoning, hallucination, medical AI evaluation, evidence–conclusion coherence, inter-verifier agreement, MIMIC-IV, semantic uncertainty, Fleiss’ kappa

Cite Scienmag News

Ophelia Keating. (September 7, 2026). New multi-axis study probes how AI verifiers disagree on clinical reasoning. Scienmag. https://scienmag.com/new-multi-axis-study-probes-how-ai-verifiers-disagree-on-clinical-reasoning/

Ophelia Keating. "New multi-axis study probes how AI verifiers disagree on clinical reasoning." Scienmag, 7 September 2026, https://scienmag.com/new-multi-axis-study-probes-how-ai-verifiers-disagree-on-clinical-reasoning/. Accessed 7 September 2026.

Ophelia Keating. "New multi-axis study probes how AI verifiers disagree on clinical reasoning." Scienmag. September 7, 2026. https://scienmag.com/new-multi-axis-study-probes-how-ai-verifiers-disagree-on-clinical-reasoning/

Tags: AI disagreement in healthcareAI medical reasoning verificationAI system decision-making in healthcareAI verifier disagreement in clinical reasoning evaluationAI verifier reliability in medicineAI-based medical diagnosis validationchallenges in AI-based medical decision verificationclinical reasoning AI studyevaluation of AI model credibility in medical AIFleiss' kappa in AI agreementimpact of AIimplications of AI disagreement for medical AI deploymentlarge language models clinical evaluationlarge language models medical judgment accuracylimitations of AI as independent clinical reasoning judgeslimitations of AI verifiers in medicinemedical AI evaluation challengesmulti-model AI assessmentmulti-model AI evaluation in healthcarereliability of AI verifiers in clinical AI systemsresearch on AI model consensusresearch on AI model consensus in healthcare diagnosticsstatistical analysis of AI agreement using Fleiss' kappastudy on AI verifier consistency in clinical reasoning
Share26Tweet16
Previous Post

Optimizing multi-drug chemotherapy schedules using double deep Q-learning

Next Post

Mel-DEPTHS: new benchmark dataset for melanoma skin and tumor segmentation

Related Posts

Evaluating frailty in aging mice: current methods and challenges
Medicine

Evaluating frailty in aging mice: current methods and challenges

September 7, 2026
Motherhood accelerates biological ageing through pregnancy and postpartum telomere loss
Medicine

Motherhood accelerates biological ageing through pregnancy and postpartum telomere loss

September 7, 2026
New handheld master-slave robot developed for laparoscopic surgery
Medicine

New handheld master-slave robot developed for laparoscopic surgery

September 7, 2026
Multicenter study predicts kidney cancer grade using multi-phase CT radiomics
Medicine

Multicenter study predicts kidney cancer grade using multi-phase CT radiomics

September 7, 2026
MYSM1 halts cervical cancer growth by activating ITPR1-driven autophagy
Medicine

MYSM1 halts cervical cancer growth by activating ITPR1-driven autophagy

September 7, 2026
Human-caused climate change drives heat illness across 460 Victorian communities
Medicine

Human-caused climate change drives heat illness across 460 Victorian communities

September 7, 2026
Next Post
Mel-DEPTHS: new benchmark dataset for melanoma skin and tumor segmentation

Mel-DEPTHS: new benchmark dataset for melanoma skin and tumor segmentation

  • Mothers who receive childcare support from maternal grandparents show more optimized

    Mothers who receive childcare support from maternal grandparents show more parental warmth, finds NTU Singapore study

    27656 shares
    Share 11059 Tweet 6912
  • University of Seville Breaks 120-Year-Old Mystery, Revises a Key Einstein Concept

    1061 shares
    Share 424 Tweet 265
  • Bee body mass, pathogens and local climate influence heat tolerance

    682 shares
    Share 273 Tweet 171
  • Researchers record first-ever images and data of a shark experiencing a boat strike

    546 shares
    Share 218 Tweet 137
  • Groundbreaking Clinical Trial Reveals Lubiprostone Enhances Kidney Function

    531 shares
    Share 212 Tweet 133
Science

Embark on a thrilling journey of discovery with Scienmag.com—your ultimate source for cutting-edge breakthroughs. Immerse yourself in a world where curiosity knows no limits and tomorrow’s possibilities become today’s reality!

RECENT NEWS

  • Mel-DEPTHS: new benchmark dataset for melanoma skin and tumor segmentation
  • New multi-axis study probes how AI verifiers disagree on clinical reasoning
  • Optimizing multi-drug chemotherapy schedules using double deep Q-learning
  • Evaluating frailty in aging mice: current methods and challenges

Categories

  • Agriculture
  • Anthropology
  • Archaeology
  • Athmospheric
  • Biology
  • Biotechnology
  • Blog
  • Bussines
  • Cancer
  • Chemistry
  • Climate
  • Earth Science
  • Editorial Policy
  • Marine
  • Mathematics
  • Medicine
  • Pediatry
  • Policy
  • Psychology & Psychiatry
  • Science Education
  • Social Science
  • Space
  • Technology and Engineering

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 5,151 other subscribers

© 2025 Scienmag - Science Magazine

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • HOME
  • SCIENCE NEWS
  • CONTACT US

© 2025 Scienmag - Science Magazine

Discover more from Science

Subscribe now to keep reading and get access to the full archive.

Continue reading