Skip to content

Column

Can Medical AI Explain Why? FaithMed's Step-Level Supervision for Faithful Clinical Reasoning

FaithMed trains LLMs with clinician-designed rubrics and step-level process rewards, achieving roughly 9% gains over agentic search baselines on 7 medical benchmarks — and building the audit trail that real healthcare deployment demands.

5 min read 日本語版 →
A flat illustration showing medical reasoning steps linked by arrows, with evidence sources visible at each stage

Hello. This is Miura from Affectosphere Group.

When a medical AI says “this patient likely has condition X,” can it show its work?

Can it point to the specific evidence it referenced, walk through each reasoning step, and explain how those pieces connect to the conclusion? Because if it cannot, even a highly accurate AI will struggle to earn trust in clinical settings.

A study published on arXiv in July 2026 (Zhang et al., arXiv:2607.01440) proposes a framework called FaithMed that addresses this directly — combining clinician-designed rubrics, an automated refinement process, and step-level process rewards through reinforcement learning.

The result: improved transparency and improved accuracy at the same time.


Today’s 3 Points

  1. FaithMed trains LLMs using clinician-designed rubrics (with automatic refinement) and step-level process rewards, outperforming agentic search-based baselines by approximately 9% across 7 medical benchmarks.

  2. Compared to outcome-only reinforcement learning, FaithMed achieves 5.8% better performance — demonstrating that supervising the reasoning process, not just the final answer, genuinely matters.

  3. The step-level architecture produces traceable reasoning that functions as an audit trail — directly addressing transparency and compliance requirements in healthcare AI deployment.


① The Accountability Gap in Medical AI

Current medical AI faces two distinct challenges.

One is accuracy — can the system produce correct diagnoses and treatment recommendations? The other is transparency — can it explain why it reached those conclusions?

Most LLMs are trained to optimize for the final answer. Give a reward when the answer is right, nothing more. This is a reasonable starting point, but in healthcare contexts it is not enough.

When a clinician uses an AI diagnostic tool, knowing that “it tends to be correct” is not sufficient justification for clinical reliance. The physician needs to be able to verify whether the reasoning steps are medically sound and whether the cited evidence actually supports the conclusion.

FaithMed takes this accountability gap seriously and builds a solution into the training process itself.


② How FaithMed Supervises Each Step

The core of FaithMed is its process reward model design.

In standard reinforcement learning for LLMs, reward signals arrive at the end — when the final answer is evaluated. FaithMed changes this by evaluating each intermediate reasoning step.

“Is this evidence citation medically appropriate?” “Does this reasoning step follow logically from the previous one?” These intermediate quality signals come from rubrics designed by clinicians — people who understand what faithful medical reasoning actually looks like.

What makes this especially interesting is the automatic rubric refinement. Clinician-designed rubrics encode real medical expertise, but they are imperfect at first pass. FaithMed refines these rubrics through feedback, starting from human expertise and improving through data.

This is a practical answer to a hard question: how do you embed human supervision into a system that needs to scale?


③ What the 7 Benchmark Results Show

The research evaluated FaithMed across 7 medical benchmarks.

Against agentic search-based baselines — systems that retrieve external information during reasoning — FaithMed achieved approximately 9% better performance. This suggests the model can reason faithfully from evidence without depending on live retrieval.

Against outcome-only reinforcement learning, the improvement is 5.8%. This gap is the direct signal of what process supervision buys you.

A model trained only on final answers can reach the right conclusion through flawed reasoning. In healthcare, that matters enormously: a reasoning path that happens to work on one case may fail catastrophically on a similar case with slightly different presentation. Supervising the process reduces that risk structurally.


What This Means for Healthcare IT and EMR Vendors

Let me shift to the practical implementation angle.

The immediate audience for FaithMed-style architectures includes healthcare IT teams evaluating clinical decision support tools, EMR/EHR vendors building AI-assisted documentation features, and compliance officers navigating AI regulation in medical contexts.

The key implementation value here is automatic reasoning log generation.

A step-level supervision architecture means the system can record not just what it recommended, but why — which evidence it drew on, what reasoning path it followed, how each step connected to the next. This is essentially an automated audit trail.

That matters for several reasons. Medical malpractice liability increasingly involves questions about AI-assisted decisions. Regulatory frameworks like EU AI Act and FDA’s guidance on AI/ML-based Software as a Medical Device (SaMD) are moving toward requiring explainability and record-keeping for AI outputs.

FaithMed’s design addresses accuracy and compliance in a single framework — which is exactly the kind of architecture that makes procurement decisions easier for healthcare organizations.


Application to Medical Coding and Insurance Review

One additional application area worth flagging is medical coding and insurance claim review.

Medical coding — translating clinical documentation into diagnostic codes like ICD — requires specialized expertise. Coding errors lead to claim denials, reimbursement delays, and compliance exposure.

FaithMed’s step-level reasoning could support medical coding by generating outputs like: “This symptom cluster maps to diagnostic code X because of Y in the clinical notes, referencing criterion Z.” That kind of traceable, evidence-linked output reduces the review burden on human coders and auditors.

For vendors building automated coding tools, the KPIs are concrete: coding accuracy improvement rate, reduction in claim denials, and reduction in coder review time per case. A FaithMed-style approach gives you a pathway to defend those metrics when challenged by payers or regulators.


What to Take Away

FaithMed demonstrates that accuracy and explainability are not a trade-off.

Training on faithful reasoning processes — not just correct final answers — improves both. This principle applies beyond healthcare to any domain where “why did you decide that” is a legitimate and consequential question: legal, financial, HR, insurance.

For healthcare IT teams, the actionable next step is to examine your current diagnostic support tools and ask: does the reasoning log exist? If not, what would it take to build one? FaithMed gives you a design reference for how to think about that.

An AI that can be right is valuable. An AI that can be right and explain itself is deployable.


References

  1. Zhiyun Zhang, Liwen Sun, Xiang Qian, Chenyan Xiong (2026). FaithMed: Training LLMs For Faithful Evidence-Based Medical Reasoning. arXiv preprint.

* This article was written in part with AI assistance and may contain inaccuracies.