Beyond N-grams: A Hierarchical Reward Learning Framework for Clinically-Aware Medical Report Generation
Yuan Wang, Shujian Gao, Jiaxiang Liu, Songtao Jiang, Haoxiang Xia, Xiaotian Zhang, Zhaolu Kang, Yemin Wang, Zuozhu Liu
TL;DR
The paper addresses the unreliability of automatic medical report generation due to clinical hallucinations. It presents HiMed-RL, a hierarchical reward learning framework that guides generation through token-level fluency, concept-level factual grounding, and semantic-level diagnostic coherence, augmented by a Human-inspired Dynamic Reward Adjustment and an LLM verifier. Empirical results show state-of-the-art performance on multiple radiology datasets, with notable gains in out-of-domain generalization and semantic accuracy while maintaining a compact model size. This approach offers a robust pathway to clinically trustworthy MRG suitable for real-world deployment.
Abstract
Automatic medical report generation can greatly reduce the workload of doctors, but it is often unreliable for real-world deployment. Current methods can write formally fluent sentences but may be factually flawed, introducing serious medical errors known as clinical hallucinations, which make them untrustworthy for diagnosis. To bridge this gap, we introduce HiMed-RL, a Hierarchical Medical Reward Learning Framework designed to explicitly prioritize clinical quality. HiMed-RL moves beyond simple text matching by deconstructing reward learning into three synergistic levels: it first ensures linguistic fluency at the token-level, then enforces factual grounding at the concept-level by aligning key medical terms with expert knowledge, and finally assesses high-level diagnostic consistency at the semantic-level using a specialized LLM verifier. This hierarchical reward is implemented via a Human-inspired Dynamic Reward Adjustment, a strategy which first teaches the model to learn basic facts before progressing to more complex diagnostic reasoning. Experimentally, HiMed-3B achieves state-of-the-art performance on both in-domain and out-of-domain benchmarks, particularly on the latter, with an improvement of 12.1% over the second-best baseline. Our work provides a robust paradigm for generating reports that not only improve fluency but clinical fine-grained quality.
