MedAgent-R1: Faithfulness-Aware Reinforcement Learning for Evidence-Grounded Medical Reasoning

2026-08-31Artificial Intelligence

Artificial Intelligence
AI summary

The authors studied medical AI systems that sometimes give answers supported by fake or misleading explanations, which can trick doctors into making unsafe decisions. They found that training these systems using only outcome-based rewards improved answer accuracy but made the justifications less truthful, a problem they call confident hallucination. To fix this, the authors created a new training method that only rewards correct answers if they are properly backed by real evidence, greatly reducing fake citations and improving the quality of explanations. Their improved system, MedAgent-R1, balances accuracy with trustworthy reasoning better than previous models and even outperforms GPT-4o on faithfulness while being slightly less accurate overall.

medical AIhallucinationreinforcement learningoutcome-only rewardsfaithfulnessretrieval agentscitation fabricationevidence groundingMedAgent-R1HealthBench Safety
Authors
Jiangwang Chen, Chenghao Zhang, Hengxing Cai
Abstract
When medical AI systems hallucinate clinical reasoning, the consequences extend beyond incorrect answers: fabricated justifications that superficially reference retrieved evidence can mislead clinicians into unsafe treatment decisions. Medical reasoning agents must therefore produce not only correct answers but also faithful justifications that clinicians can verify against cited evidence. We identify a systematic failure mode in RL-trained retrieval agents: outcome-only rewards improve accuracy while degrading faithfulness, a phenomenon we term confident hallucination. The agent learns to answer from parametric memory and backfill plausible but unsupported justifications; citation fabrication rates rise from 16.5% to 31.8% even as accuracy improves by 5 points over the supervised baseline. We address this with a faithfulness-gated reward design: accuracy credit is conditioned on evidence grounding via a hard gate, complemented by retrieval validity and conciseness signals that close exploitation paths unique to agentic retrieval. The resulting system, MedAgent-R1, reduces citation fabrication from 31.8% to 4.7% and raises evidence completeness from 58.7 to 82.6 while maintaining 75.1% accuracy, with 13.2-point gains on HealthBench Safety. Under the same agentic retrieval setup, MedAgent-R1 outscores GPT-4o on faithfulness-specific dimensions (Factual Support 4.55 vs. 4.25; Overclaiming 4.40 vs. 4.15) while remaining below GPT-4o in overall accuracy, suggesting that explicit faithfulness training yields evidence-grounding gains not achieved by scaling alone.