G-CARL: Grounded Checklist-Aligned Reward Learning for Patient-Oriented Medical Report Interpretation

arXiv cs.CL Papers

Summary

This paper introduces G-CARL, a grounded checklist-aligned reinforcement learning framework for patient-oriented medical report interpretation, along with the MMedReport benchmark, demonstrating improved factuality and alignment with patient needs.

arXiv:2608.20331v1 Announce Type: new Abstract: Personalized interpretation of medical reports has emerged as an increasingly important need among patients. Addressing this need requires both evidence-grounded medical factuality and context-dependent patient communication, yet existing medical vision-language tasks do not adequately capture these dual requirements. To bridge this gap, we introduce Patient-oriented Medical Report Interpretation (PMRI), a novel open-ended multimodal generation task that requires models to explain medical reports in accurate and accessible language based on a user's query and dialogue history. These two objectives differ fundamentally in their verifiability, yet remain tightly coupled, making them difficult to optimize jointly under conventional supervised fine-tuning and holistic reinforcement learning paradigms. To address this challenge, we propose G-CARL, a grounded, checklist-aligned reinforcement learning framework that combines multi-source retrieval for atomic claim verification with context-aware, instance-specific weighted checklists for response coverage, providing structured supervision for factuality, user-demand satisfaction, and expression quality without constraining response diversity. We further construct MMedReport, a real-world PMRI benchmark, along with a clinician-designed three-dimensional evaluation protocol. Extensive experiments demonstrate that G-CARL consistently outperforms existing post-training baselines in overall quality, claim-level precision, and checklist recall. Pairwise preference evaluation by clinicians further confirms that G-CARL produces interpretations that are more accurate and better aligned with patient needs.
Original Article
View Cached Full Text

Cached at: 08/21/26, 10:19 AM

# G-CARL: Grounded Checklist-Aligned Reward Learning for Patient-Oriented Medical Report Interpretation
Source: [https://arxiv.org/html/2608.20331](https://arxiv.org/html/2608.20331)
Siyu ChenJianwei LvBo YuanYujin Wang\\correspondingXiandong Li\\corresponding

###### Abstract

Personalized interpretation of medical reports has emerged as an increasingly important need among patients\. Addressing this need requires both evidence\-grounded medical factuality and context\-dependent patient communication, yet existing medical vision\-language tasks do not adequately capture these dual requirements\. To bridge this gap, we introduce*Patient\-oriented Medical Report Interpretation*\(PMRI\), a novel open\-ended multimodal generation task that requires models to explain medical reports in accurate and accessible language based on a user’s query and dialogue history\. These two objectives differ fundamentally in their verifiability, yet remain tightly coupled, making them difficult to optimize jointly under conventional supervised fine\-tuning and holistic reinforcement learning paradigms\. To address this challenge, we propose G\-CARL, a grounded, checklist\-aligned reinforcement learning framework that combines multi\-source retrieval for atomic claim verification with context\-aware, instance\-specific weighted checklists for response coverage, providing structured supervision for factuality, user\-demand satisfaction, and expression quality without constraining response diversity\. We further constructMMedReport, a real\-world PMRI benchmark, along with a clinician\-designed three\-dimensional evaluation protocol\. Extensive experiments demonstrate that G\-CARL consistently outperforms existing post\-training baselines in overall quality, claim\-level precision, and checklist recall\. Pairwise preference evaluation by clinicians further confirms that G\-CARL produces interpretations that are more accurate and better aligned with patient needs\.

## 1Introduction

Written within a professional medical context, medical reports commonly present abnormal values and descriptive findings without explaining their implications for non\-expert readers\. This gap becomes particularly salient in online healthcare scenarios, where patients upload one or more report images and ask open\-ended questions shaped by their personal concerns\. To bridge this gap, we introduce*Patient\-oriented Medical Report Interpretation*\(PMRI\), a novel open\-ended multimodal generation task\. Beyond simply recognizing report findings, PMRI must align professional medical knowledge with patient\-centered communication by transforming report evidence into accessible explanations, addressing user\-specific concerns, and offering clinically cautious guidance\.

![Refer to caption](https://arxiv.org/html/2608.20331v1/intro2.png)Figure 1:Comparison of PMRI \(Task C\) with medical VQA \(Task A\) and conventional report generation \(Task B\)\. Unlike the short, deterministic outputs of Tasks A and B, PMRI produces long\-form, patient\-facing explanations grounded in multimodal reports and extended patient–doctor dialogue\.As illustrated in Fig\.[1](https://arxiv.org/html/2608.20331#S1.F1), PMRI differs from conventional medical visual question answering \(VQA\)\([21](https://arxiv.org/html/2608.20331#bib.bib30);[11](https://arxiv.org/html/2608.20331#bib.bib31)\)and report generation\([19](https://arxiv.org/html/2608.20331#bib.bib10);[18](https://arxiv.org/html/2608.20331#bib.bib7)\)in two important ways\. First, it is an*evidence\-bounded*generation task whose responses must be grounded not only in the reports but also in reliable clinical knowledge and medically coherent diagnostic reasoning, particularly when explaining abnormalities or suggesting follow\-up actions\. This requirement is essential for patient safety because unsupported interpretations and inappropriate recommendations may mislead patients or delay necessary care\. Second, PMRI is a*patient\-facing*communication task that must go beyond clinical correctness to address patients’ individual information needs while clearly explaining potential abnormalities and risks in an emotionally adaptive and reassuring manner\. Accordingly, we model PMRI quality along three core dimensions: medical accuracy, demand satisfaction, and expression quality\.

Given the nature of PMRI, a straightforward strategy is to collect large\-scale physician\-written interpretations and train multimodal models with supervised fine\-tuning \(SFT\)\([6](https://arxiv.org/html/2608.20331#bib.bib32);[28](https://arxiv.org/html/2608.20331#bib.bib33)\)\. However, SFT can overfit to the specific wording of the reference interpretation and encourage imitation of particular answers rather than learning the underlying principles\. This is especially limiting in PMRI, where multiple responses may be clinically acceptable for the same report and user query as long as they remain faithful to the evidence and address the user’s concern\. Physician references therefore provide useful guidance on what a response should cover, rather than fully defining the quality space of PMRI outputs\.

Reinforcement learning \(RL\) with reward\-based post\-training, such as Group Relative Policy Optimization \(GRPO\)\([31](https://arxiv.org/html/2608.20331#bib.bib44)\), offers a promising alternative for improving large vision\-language models beyond reference imitation\([39](https://arxiv.org/html/2608.20331#bib.bib11)\)\. However, applying RL to PMRI requires rewards that reflect heterogeneous verifiability of different objectives\. Medical factuality can be externally verified against the uploaded report and clinical knowledge, whereas demand satisfaction and expression quality depend more on the patient’s concern and the consultation context\. This motivates reward signals that can distinguish objective\-specific errors rather than collapsing the entire response into a single score\.

Existing reward designs do not fully meet this requirement\. Holistic MLLM\-as\-a\-Judge scoring\([42](https://arxiv.org/html/2608.20331#bib.bib34);[5](https://arxiv.org/html/2608.20331#bib.bib12)\)compresses an entire interpretation into a single reward, making the supervision coarse and highly dependent on the judge model’s medical knowledge\. As a result, localized hallucinations may be overlooked when the overall response appears fluent and plausible, despite the fact that a single unsupported medical claim can fundamentally mislead patients\. Recent work has introduced rubric\-based rewards to provide more structured supervision\([2](https://arxiv.org/html/2608.20331#bib.bib35);[9](https://arxiv.org/html/2608.20331#bib.bib29)\)\. However, static rubrics remain insufficient for PMRI because evaluation priorities vary substantially across cases\. PMRI errors often stem not from entirely incorrect responses, but from omitting case\-critical information or emphasizing secondary details while overlooking the most important clinical recommendations and user concerns\. Since static rubrics are designed to capture generic response quality, they are often insensitive to these case\-specific omissions and misplaced emphases\.

To address these challenges, we propose G\-CARL, a reinforcement learning framework with retrieval\-grounded and checklist\-guided rewards\. G\-CARL assigns reward mechanisms according to the verifiability boundary of each objective\. For externally verifiable medical factuality, it decomposes each response into atomic medical claims, retrieves supporting evidence from the uploaded report and a multi\-source medical datastore, and evaluates each claim for factual support and contextual relevance\. This claim\-level reward provides localized supervision for sparse factual errors and discourages unsupported elaboration\. For context\-dependent objectives such as demand satisfaction and expression quality, G\-CARL constructs instance\-specific weighted checklists through MLLM generation followed by clinician refinement\. Each checklist item is assigned an automatically generated weight, allowing the reward to emphasize the aspects most relevant to the current report and user question\. This yields an explicit checklist score that provides transparent supervision for whether the response addresses the user’s concern appropriately\. In summary, our contributions are as follows:

- •We formulate PMRI as an evidence\-grounded and patient\-facing multimodal generation task, and propose G\-CARL, a reinforcement learning framework that decomposes reward supervision according to the heterogeneous verifiability of different objectives\.
- •We propose a retrieval\-grounded claim reward that provides fine\-grained supervision for medical factuality through atomic claim verification, and a case\-specific checklist reward that explicitly supervises demand satisfaction and expression quality without relying on a single reference response\.
- •We constructMMedReport, a real\-world PMRI benchmark with clinician\-designed evaluation protocols\. Extensive experiments across multiple LVLM backbones demonstrate that G\-CARL consistently outperforms supervised and reinforcement learning baselines, with the gains further validated by clinician preference and user comprehension studies\.

![Refer to caption](https://arxiv.org/html/2608.20331v1/method2.png)Figure 2:Overview of G\-CARL\. Given report images, user queries, and dialogue history, G\-CARL samplesGGresponses from the old policy and optimizes them with a multi\-objective reward function consisting of retrieval\-grounded claim rewardRfactR\_\{\\mathrm\{fact\}\}, case\-specific checklist rewardRcheckR\_\{\\mathrm\{check\}\}, and structured reasoning format rewardRformatR\_\{\\mathrm\{format\}\}\.
## 2Related Works

Medical Report Generation\. Medical report generation has been extensively studied where models generate diagnostic reports from multimodal images such as X\-rays\([17](https://arxiv.org/html/2608.20331#bib.bib42);[20](https://arxiv.org/html/2608.20331#bib.bib43)\)\. Recent methods have improved report quality through multimodal feature alignment\([13](https://arxiv.org/html/2608.20331#bib.bib6);[18](https://arxiv.org/html/2608.20331#bib.bib7)\), clinically grounded visual representations\([1](https://arxiv.org/html/2608.20331#bib.bib4)\), and reinforcement learning\-based optimization\([38](https://arxiv.org/html/2608.20331#bib.bib3)\)\. MedVAG\([1](https://arxiv.org/html/2608.20331#bib.bib4)\)introduces clinically aware visual grounding, while HiMed\-3B\([38](https://arxiv.org/html/2608.20331#bib.bib3)\)explores RL\-based alignment for medical text generation\. MedRepBench\([30](https://arxiv.org/html/2608.20331#bib.bib5)\)further promotes faithful report generation through field\-level evaluation of structured clinical findings\. In contrast to these imaging\-to\-report tasks, PMRI focuses on patient\-facing interpretation of existing structured reports under patient–doctor dialogue contexts, requiring models to address user\-specific concerns while providing accurate and understandable explanations\.

Reinforcement Learning for Medical VLMs\. RL has recently been adopted to improve reasoning and reliability in medical VLMs\([14](https://arxiv.org/html/2608.20331#bib.bib40);[43](https://arxiv.org/html/2608.20331#bib.bib41)\)\. MedVLM\-R1\([26](https://arxiv.org/html/2608.20331#bib.bib8)\)uses a GRPO\-based framework to elicit explicit reasoning paths for radiology VQA, while Med\-R1\([16](https://arxiv.org/html/2608.20331#bib.bib9)\)designs preference signals that align visual perception, intermediate reasoning, and final answers\. Beyond short\-form QA, MediX\-R1\([24](https://arxiv.org/html/2608.20331#bib.bib14)\)extends multimodal medical RL to open\-ended responses through LLM\-based multi\-objective rewards\. RL has also been explored for report\-centric tasks\. RadVLM\-GRPO\([8](https://arxiv.org/html/2608.20331#bib.bib13)\)applies clinically grounded rewards to chest X\-ray report generation and visual grounding, showing that RL can complement strong SFT\.

## 3Methods

### 3\.1Overall Architecture

Built upon GRPO, G\-CARL optimizes the policy model with three reward signals, as illustrated in Fig\.[2](https://arxiv.org/html/2608.20331#S1.F2)\. Given uploaded medical report imagesII, the dialogue historyhh, and a user queryqq, the policy model first generates candidate responses\. The retrieval\-grounded branch then supervises medical factuality by verifying report\-grounded medical claims against evidence retrieved from a multi\-source medical datastore, producing the factuality rewardRfactR\_\{\\mathrm\{fact\}\}\(Sec\.[3\.2](https://arxiv.org/html/2608.20331#S3.SS2)\)\. In parallel, the case\-specific checklist branch optimizes demand satisfaction and expression quality by constructing a weighted checklist through MLLM generation followed by clinician\-guided refinement, and evaluating the checklist coverage of the generated response to produce the checklist rewardRcheckR\_\{\\mathrm\{check\}\}\(Sec\.[3\.3](https://arxiv.org/html/2608.20331#S3.SS3)\)\. Together with the format rewardRformatR\_\{\\mathrm\{format\}\}, these components are integrated into a multi\-objective optimization task \(Sec\.[3\.4](https://arxiv.org/html/2608.20331#S3.SS4)\)\.

### 3\.2Retrieval\-Grounded Claim Reward

Medical factuality in PMRI is inherently claim\-level, as a single response often contains multiple heterogeneous medical claims\. Holistic response\-level rewards cannot localize factual errors and may overestimate fluent but unsupported generations\. Moreover, many clinical interpretations, causal attributions, and recommendations cannot be verified from the report alone, requiring factual verification grounded in authoritative external medical knowledge\.

To address these challenges, inspired by\([22](https://arxiv.org/html/2608.20331#bib.bib1);[32](https://arxiv.org/html/2608.20331#bib.bib2)\), we propose a retrieval\-grounded claim reward\. As illustrated in Fig\.[2](https://arxiv.org/html/2608.20331#S1.F2)\(a\), each response is first decomposed into atomic medical claims, which are then verified against evidence retrieved from a multi\-source medical datastore\. Specifically, each claim is evaluated from two complementary perspectives: whether it is*RELEVANT*to the uploaded medical report and whether it is*SUPPORTED*by the retrieved evidence\. This dual\-binary design encourages the generation of statements that are both clinically grounded and factually correct\. We describe each step in detail below\.

Claim Extraction\.Following\([32](https://arxiv.org/html/2608.20331#bib.bib2)\), we perform claim extraction at the sentence level\. Given a responseoo, we first segment its answer span into sentences\{s1,…,sn\}\\\{s\_\{1\},\\dots,s\_\{n\}\\\}\. For each sentencess, an extractor𝒢\\mathcal\{G\}, conditioned on the full responseooand user queryqq, produces a set of verifiable and decontextualized claims as follows:

\{\(c,q~\),…\}=𝒢⁡\(s∣o,q\)\.\\\{\(c,\\tilde\{q\}\),\\dots\\\}=\\mathcal\{G\}\(s\\mid o,q\)\.\(1\)Alongside each claimcc, the extractor jointly generates a retrieval queryq~\\tilde\{q\}\. After claim deduplication, the final claim set for responseoois defined as:

𝒞⁡\(o\)=\{\(ci,q~i\)\}i=1N\.\\mathcal\{C\}\(o\)=\\\{\(c\_\{i\},\\tilde\{q\}\_\{i\}\)\\\}\_\{i=1\}^\{N\}\.\(2\)
Evidence Retrieval\.To support trustworthy evidence\-grounded factual verification in the medical domain, we construct a large\-scale medical datastore𝒟\\mathcal\{D\}by integrating authoritative medical resources, including drug labeling, medical textbooks, and clinical practice guidelines:

𝒟=𝒟drug∪𝒟book∪𝒟guide,\\mathcal\{D\}=\\mathcal\{D\}\_\{\\text\{drug\}\}\\cup\\mathcal\{D\}\_\{\\text\{book\}\}\\cup\\mathcal\{D\}\_\{\\text\{guide\}\},\(3\)where𝒟drug\\mathcal\{D\}\_\{\\text\{drug\}\}contains approximately 20,000 drug instruction entries,𝒟book\\mathcal\{D\}\_\{\\text\{book\}\}comprises 18,200 textbook passages covering foundational medical knowledge, and𝒟guide\\mathcal\{D\}\_\{\\text\{guide\}\}consists of 16,000 clinical guideline passages\. All resources are preprocessed into semantically coherent chunks\.

Given a claim\-query pair\(c,q~\)\(c,\\tilde\{q\}\), the retrieval queryq~\\tilde\{q\}combines the topical intent of the user query with the core medical concepts of the corresponding claim, producing a concise set of retrieval keywords aligned with the current clinical context\. We then perform parallel retrieval across all knowledge sources usingq~\\tilde\{q\}and aggregate the top\-kkmost relevant evidence chunks from each source:

ℰ=⋃Topk​\(f⁡\(q~,𝒟i\)\),i∈\{book,guide,drug\},\\mathcal\{E\}=\\bigcup\\mathrm\{Top\}\_\{k\}\\big\(f\(\\tilde\{q\},\\mathcal\{D\}\_\{i\}\)\\big\),\\quad i\\in\\\{\\text\{book\},\\text\{guide\},\\text\{drug\}\\\},\(4\)wheref⁡\(q~,d\)f\(\\tilde\{q\},d\)denotes the relevance score between query and document chunk\. The retrieved evidence setℰ\\mathcal\{E\}is then concatenated with source identifiers and truncated to a fixed token budget to form the evidence context for verifying claim\.

Dual Binary Verification\.To verify each extracted claim, a multimodal verifier𝒱\\mathcal\{V\}takes the claimcc, the retrieved evidenceℰ\\mathcal\{E\}, the user queryqq, and the uploaded report imageIIas input, and predicts two binary verdicts as:

v\\displaystyle v=𝒱⁡\(c,ℰ\),\\displaystyle=\\mathcal\{V\}\(c,\\mathcal\{E\}\),v\\displaystyle v∈\{Supported,UnSupported\},\\displaystyle\\in\\\{\\textsc\{Supported\},\\textsc\{UnSupported\}\\\},\(5\)u\\displaystyle u=𝒱⁡\(c,I,h,q\),\\displaystyle=\\mathcal\{V\}\(c,I,h,q\),u\\displaystyle u∈\{Relevant,Irrelevant\},\\displaystyle\\in\\\{\\textsc\{Relevant\},\\textsc\{Irrelevant\}\\\},wherevvassesses whether the claim is factually supported, whileuuassesses whether the claim is contextually relevant to the uploaded reports\.

For factuality verification, the verifier follows an evidence\-first, contradiction\-oriented protocol\. A claim is judged asSupportedif it is directly supported by the retrieved evidence or remains consistent with it without contradiction\. When explicit evidence is unavailable, the claim is still consideredSupportedif it reflects established medical consensus and does not conflict with domain knowledge\. Otherwise, the claim is judged asUnsupported\.

For relevance verification, a claim is judged asRelevantif it is grounded in the uploaded report, directly addresses the user query, or provides clinically necessary context for the current case\. Otherwise, it is judged asIrrelevant, even if medically correct, when it introduces generic or unsupported information unrelated to the report findings or the user’s concern\. This dual\-verdict design prevents the verifier from penalizing valid common\-sense medical statements that lack explicit retrieved evidence, while discouraging reward hacking through factually correct but irrelevant elaborations\.

Then, a claim is considered valid only if it is both factually supported and contextually relevant:

z=𝟏\[v=Supported\]⋅𝟏\[u=Relevant\]∈\{0,1\}\.z=\\mathbf\{1\}\[v=\\textsc\{Supported\}\]\\cdot\\mathbf\{1\}\[u=\\textsc\{Relevant\}\]\\in\\\{0,1\\\}\.\(6\)The valid\-claim precision can be defined as:

Pfact=1N​∑i=1Nzi\.P\_\{\\mathrm\{fact\}\}=\\frac\{1\}\{N\}\\sum\_\{i=1\}^\{N\}z\_\{i\}\.\(7\)However, precision alone may favor overly short responses, as a response containing only a few valid claims can still achieve a high precision score\. To encourage sufficient informational coverage, we introduce a coverage term with a case\-specific target claim countKK, whereKKis automatically generated by the checklist generator described in Section[3\.3](https://arxiv.org/html/2608.20331#S3.SS3)and represents the expected number of valid medical claims in an informative response:

Cfact=min⁡\(∑i=1NziK,1\)\.C\_\{\\mathrm\{fact\}\}=\\min\\\!\\left\(\\frac\{\\sum\_\{i=1\}^\{N\}z\_\{i\}\}\{K\},1\\right\)\.\(8\)The final factual validity reward can be formulated as the harmonic mean of valid\-claim precision and coverage:

Rfact=2​Pfact​CfactPfact\+Cfact\.R\_\{\\mathrm\{fact\}\}=\\frac\{2P\_\{\\mathrm\{fact\}\}C\_\{\\mathrm\{fact\}\}\}\{P\_\{\\mathrm\{fact\}\}\+C\_\{\\mathrm\{fact\}\}\}\.\(9\)

### 3\.3Case\-Specific Checklist Reward

Unlike medical factuality, dimensions such as demand satisfaction and expression quality are inherently subjective and cannot be verified against referenceable knowledge\. Moreover, these dimensions are highly instance\-dependent: whether a response is considered complete, helpful, or well\-expressed depends on the specific report, user concern, and dialogue context\. Different criteria also vary substantially in clinical importance\. Consequently, assigning a single holistic reward provides little guidance about which aspects of the response should be improved and fails to distinguish critical requirements from desirable but non\-essential ones\.

To address this challenge, we decompose subjective evaluation into a set of weighted checklist items\. Each checklist item represents an independent evaluation criterion with an associated importance weight\. A verifier then evaluates the candidate response against each checklist item independently, producing a fine\-grained and controllable reward signal for reinforcement learning\. The overall procedure is described as follows\.

Weighted Checklist Construction\.As shown in Fig\.[2](https://arxiv.org/html/2608.20331#S1.F2)\(b\), to reduce manual annotation effort, an MLLM \(e\.g\., Gemini 3\.1 Pro\) as generatorGGfirst generates a draft instance\-specific checklist conditioned on the dialogue history, user query, and uploaded medical reports\. Professional clinicians then iteratively review, refine, and complete the draft to produce the final checklist:

𝒯=\{\(ti,wi\)\}i=1m,\\mathcal\{T\}=\\\{\(t\_\{i\},w\_\{i\}\)\\\}\_\{i=1\}^\{m\},\(10\)wheretit\_\{i\}denotes a self\-contained checklist item andwiw\_\{i\}its corresponding importance weight\. Physician\-guided checklist construction grounds the supervision signal in clinically appropriate expectations rather than generic evaluation templates, which prior work has shown to be essential for reliable expert\-domain assessment\([36](https://arxiv.org/html/2608.20331#bib.bib15)\)\.

The importance weightwwis determined according to the clinical significance of each checklist item\. Specifically, each checklist item is assigned one of four importance levels, namelyEssential,Important,Optional, orPitfall, which are mapped to predefined integer\-valued weights \(e\.g\., 4–5, 2–3, 1–2, and−2\-2–−1\-1, respectively\)\. This weighting scheme ensures that clinically critical criteria contribute more strongly to the reward while undesirable behaviors incur explicit penalties\. In particular,Pitfallitems capture undesirable behaviors discouraged by the physicians, including ignoring the user’s primary concern, generating overly technical explanations, or providing dismissive responses\.

Explicit Aggregation\.Given the checklist𝒯\\mathcal\{T\}and a candidate responseoo, the checklist verifier𝒱\\mathcal\{V\}evaluates each checklist item independently and outputs a binary satisfaction signal:

zi=𝒱⁡\(ti,o\)∈\{0,1\}\.z\_\{i\}=\\mathcal\{V\}\(t\_\{i\},o\)\\in\\\{0,1\\\}\.\(11\)ForEssential,Important, andOptionalitems,zi=1z\_\{i\}=1indicates that the criterion is satisfied\. ForPitfallitems,zi=1z\_\{i\}=1indicates that the undesirable behavior is triggered\. We denote the positive checklist item set as𝒫\\mathcal\{P\}and thePitfallitem set as𝒩\\mathcal\{N\}, and compute the positive coverage and pitfall violation terms as:

Vpos=∑i∈𝒫\|wi\|​zi∑i∈𝒫\|wi\|,Vneg=∑j∈𝒩\|wj\|​zj∑i∈𝒫\|wi\|\.V\_\{\\mathrm\{pos\}\}=\\frac\{\\sum\_\{i\\in\\mathcal\{P\}\}\|w\_\{i\}\|z\_\{i\}\}\{\\sum\_\{i\\in\\mathcal\{P\}\}\|w\_\{i\}\|\},\\qquad V\_\{\\mathrm\{neg\}\}=\\frac\{\\sum\_\{j\\in\\mathcal\{N\}\}\|w\_\{j\}\|z\_\{j\}\}\{\\sum\_\{i\\in\\mathcal\{P\}\}\|w\_\{i\}\|\}\.\(12\)The final checklist reward is defined as:

Rcheck=clip⁡\(Vpos−Vneg,0,1\)\.R\_\{\\mathrm\{check\}\}=\\mathrm\{clip\}\\\!\\left\(V\_\{\\mathrm\{pos\}\}\-V\_\{\\mathrm\{neg\}\},0,1\\right\)\.\(13\)Unlike conventional reference\-based training, our checklist does not encourage the policy to mimic a single physician\-authored response\. Instead, the reference is distilled into a set of clinically important evaluation criteria, specifying*what*the response should cover rather than*how*it should be written\. This design preserves the diversity of valid responses while rewarding clinical completeness and user\-oriented communication\.

### 3\.4Multi\-objective Reward Function

Inspired by recent advances in structured reasoning\([41](https://arxiv.org/html/2608.20331#bib.bib36)\), we introduce a format reward that encourages the model to follow a physician\-oriented clinical reasoning scaffold during reinforcement learning\. As illustrated in Fig\.[2](https://arxiv.org/html/2608.20331#S1.F2), the model is required to organize its intermediate reasoning within the<think\></think\>block according to a four\-step clinical reasoning workflow before generating the final patient\-facing interpretation in the<answer\></answer\>block\. This reward does not directly supervise medical correctness; instead, it encourages a structured decomposition of report findings, supporting evidence, clinical reasoning, and response planning, thereby improving the coherence and organization of the final response\. Our reward function jointly optimizes medical factuality, demand satisfaction and expression quality, which can be defined as:

Rtotal=λfact​Rfact\+λcheck​Rcheck\+λformat​Rformat,R\_\{\\text\{total\}\}=\\lambda\_\{\\text\{fact\}\}R\_\{\\text\{fact\}\}\+\\lambda\_\{\\text\{check\}\}R\_\{\\text\{check\}\}\+\\lambda\_\{\\text\{format\}\}R\_\{\\text\{format\}\},\(14\)whereλfact\\lambda\_\{\\mathrm\{fact\}\},λcheck\\lambda\_\{\\mathrm\{check\}\}, andλformat\\lambda\_\{\\mathrm\{format\}\}are weighting coefficients that balance the contributions of the reward components\.

## 4Experiments

### 4\.1Experimental Setup

Datasets\.We evaluate G\-CARL primarily on\(1\)MMedReport, a real\-world multimodal PMRI benchmark collected from online healthcare consultations\. It contains 2,450 instances, each including dialogue history, a user query, uploaded medical report images, and clinician\-verified reference annotations\. All instances undergo quality control, de\-identification, and manual verification to ensure data quality and patient privacy\. Detailed dataset statistics are provided inAppendix A\. Following the standard split, 2,200 instances are used for training and 250 for evaluation\. To assess broader medical capability beyond PMRI, we further evaluate the trained models on an external benchmark,\(2\)CMB\([37](https://arxiv.org/html/2608.20331#bib.bib37)\), which evaluates both medical QA accuracy and the professionalism of open\-ended clinical interpretation under an LLM\-as\-a\-judge protocol\.

Evaluation Protocol\.We evaluate PMRI responses using both subjective and objective metrics\. \(1\)*Subjective Evaluation*\. Responses are evaluated along three clinician\-defined dimensions:*Medical Accuracy*\(Accuracy\),*Demand Satisfaction*\(Satisfaction\), and*Expression Quality*\(Expression\)\. Each dimension is scored according to a detailed clinician\-authored rubric ranging from−2\-2to33\. We employ GPT\-5\.2\([25](https://arxiv.org/html/2608.20331#bib.bib16)\)as the judge by strictly following these evaluation criteria\. The complete judging protocol is provided in theAppendix Bto facilitate reproducibility\. \(2\)*Objective Evaluation*\. In addition to holistic assessment, we report claim\-level*Precision*and checklist\-level*Recall*\. Precision is defined as the ratio of supported claims to extracted claims, measuring factual correctness, while Recall is defined as the ratio of satisfied checklist items to the total checklist items, measuring coverage of case\-specific requirements\.

Implementation Details\.Our policy models are initialized from the Qwen3\-VL\([3](https://arxiv.org/html/2608.20331#bib.bib38)\)and InternVL3\([44](https://arxiv.org/html/2608.20331#bib.bib39)\)series\. G\-CARL is trained for three epochs on 8 NVIDIA H100 GPUs with a batch size of 192 and a learning rate of1×10−51\\times 10^\{\-5\}\. We set the number of rollout responses toG=8G=8during training\. The reward weights are configured asλfact=0\.4\\lambda\_\{\\text\{fact\}\}=0\.4,λcheck=0\.3\\lambda\_\{\\text\{check\}\}=0\.3, andλformat=0\.3\\lambda\_\{\\text\{format\}\}=0\.3; detailed hyperparameter analysis is provided inAppendix C\. The verifier𝒱\\mathcal\{V\}is initialized with Qwen3\.5\-35B\-A3B, with implementation details reported inAppendix D\. We compare G\-CARL with the corresponding base models \(Base\), supervised fine\-tuning \(SFT\), and an MLLM\-as\-a\-Judge reward baseline\. Additionally, we evaluate a diverse range of general\-purpose and medical LVLMs under a zero\-shot inference setting\.

Table 1:Main results on our medical report interpretation benchmark\. Numbers are mean over 3 seeds with standard deviation\.MethodSubjective MetricsObjective MetricsOverallAccuracySatisfactionExpressionPrecision \(%\)Recall \(%\)General LVLMsGPT\-4o\([10](https://arxiv.org/html/2608.20331#bib.bib17)\)1\.588±0\.0070\.974±0\.0070\.358±0\.0010\.256±0\.00195\.2642\.63ERNIE 4\.5 VL\([4](https://arxiv.org/html/2608.20331#bib.bib22)\)1\.709±0\.0101\.088±0\.0120\.376±0\.0020\.245±0\.00095\.2753\.74GLM\-4\.6V\([35](https://arxiv.org/html/2608.20331#bib.bib19)\)1\.819±0\.0141\.159±0\.0130\.395±0\.0020\.265±0\.00195\.9059\.51Step\-3\.7\-Flash\([33](https://arxiv.org/html/2608.20331#bib.bib23)\)1\.842±0\.0111\.175±0\.0120\.412±0\.0020\.255±0\.00195\.9672\.11Kimi K2\.5\([34](https://arxiv.org/html/2608.20331#bib.bib18)\)1\.903±0\.0021\.221±0\.0020\.418±0\.0010\.264±0\.00197\.6376\.42Gemini 3\.1 Pro\([7](https://arxiv.org/html/2608.20331#bib.bib21)\)1\.964±0\.0081\.229±0\.0080\.438±0\.0030\.297±0\.00298\.1080\.29Medical LVLMsHulumed\([12](https://arxiv.org/html/2608.20331#bib.bib24)\)1\.020±0\.0180\.480±0\.0130\.282±0\.0040\.258±0\.00272\.2832\.65Medgemma\([29](https://arxiv.org/html/2608.20331#bib.bib25)\)1\.004±0\.0050\.460±0\.0080\.289±0\.0040\.255±0\.00174\.3033\.86Lingshu\([40](https://arxiv.org/html/2608.20331#bib.bib20)\)1\.527±0\.0030\.902±0\.0020\.357±0\.0030\.268±0\.00289\.6939\.41Qwen\-VL seriesQwen3\-VL\-4B\-Instruct \(Base\)1\.527±0\.0100\.897±0\.0070\.374±0\.0030\.256±0\.00192\.1949\.35\+SFT1\.603±0\.0090\.945±0\.0120\.392±0\.0020\.266±0\.00292\.9057\.28\+MLLM\-as\-a\-Judge1\.662±0\.0120\.993±0\.0090\.396±0\.0020\.273±0\.00193\.8257\.72\+Ours1\.709±0\.0091\.028±0\.0080\.406±0\.0000\.275±0\.00293\.9758\.92Qwen3\-VL\-8B\-Instruct \(Base\)1\.626±0\.0120\.980±0\.0100\.388±0\.0060\.258±0\.00193\.4660\.68\+SFT1\.718±0\.0081\.040±0\.0100\.403±0\.0020\.275±0\.00194\.2263\.44\+MLLM\-as\-a\-Judge1\.766±0\.0081\.089±0\.0070\.407±0\.0020\.270±0\.00195\.8565\.47\+Ours1\.829±0\.0091\.141±0\.0080\.411±0\.0010\.277±0\.00196\.6272\.18InternVL3 seriesInternVL3\-8B \(Base\)1\.358±0\.0070\.744±0\.0070\.345±0\.0010\.269±0\.00191\.2540\.37\+SFT1\.513±0\.0180\.868±0\.0160\.385±0\.0040\.260±0\.00192\.0650\.88\+MLLM\-as\-a\-Judge1\.553±0\.0180\.897±0\.0170\.388±0\.0010\.271±0\.00192\.3952\.61\+Ours1\.638±0\.0080\.967±0\.0100\.397±0\.0010\.274±0\.00192\.5157\.97InternVL3\-14B \(Base\)1\.616±0\.0160\.986±0\.0130\.365±0\.0040\.265±0\.00192\.9344\.86\+SFT1\.663±0\.0070\.995±0\.0080\.400±0\.0000\.268±0\.00193\.3458\.58\+MLLM\-as\-a\-Judge1\.670±0\.0031\.010±0\.0040\.399±0\.0030\.261±0\.00093\.7258\.06\+Ours1\.739±0\.0071\.061±0\.0050\.405±0\.0000\.273±0\.00295\.4264\.57

Table 2:Evaluation results on the CMB dataset\.Table 3:Ablation study of reward designs in G\-CARL\.
### 4\.2Main Results on MMedReport

Quantitative Comparison\.Table[1](https://arxiv.org/html/2608.20331#S4.T1)compares G\-CARL with general\-purpose LVLMs, specialized medical LVLMs, and different training paradigms based on the Qwen3\-VL and InternVL3 backbones\. While the MLLM\-as\-a\-Judge reward improves over SFT, its holistic rubric struggles to jointly optimize medical accuracy, demand satisfaction, and expression quality\. By decomposing reward supervision into externally verifiable medical claims and internally grounded checklist objectives, G\-CARL achieves the highest scores across both objective and subjective metrics\. On Qwen3\-VL\-8B, G\-CARL improves the overall subjective score, while boosting claim\-level precision \(\+0\.77%\) and checklist\-level recall \(\+6\.71%\), indicating more informative and richer interpretations\. Moreover, G\-CARL consistently outperforms specialized medical LVLMs and remains competitive with substantially larger general\-purpose LVLMs under zero\-shot evaluation, demonstrating the effectiveness of G\-CARL\.

![Refer to caption](https://arxiv.org/html/2608.20331v1/exp1.png)Figure 3:Qualitative comparison of interpretation results across different models\. Two representative real\-world cases \(Case A and Case B\) are presented, where Case B includes both report images and dialogue history as input\.External Generalization Study\.We further transfer the trained models to CMB without any adaptation\. As shown in Table[2](https://arxiv.org/html/2608.20331#S4.T2), G\-CARL improves QA accuracy on both splits \(\+0\.63\) and attains the highest professionalism score in open\-ended generation \(3\.61\), whereas SFT and MLLM\-as\-a\-Judge bring marginal gains and even degrade professionalism\. This indicates that grounding rewards in verifiable medical evidence suppresses hallucinated content and better elicits the medical accuracy already latent in the base model, rather than merely fitting the PMRI response style\.

Case Study\.As shown in Fig\.[3](https://arxiv.org/html/2608.20331#S4.F3), we qualitatively compare the outputs of our method with SFT and MLLM\-as\-a\-Judge using Qwen3VL\-8B as the base model\. The report shows a normal pH \(7\.432\), elevated chloride \(111\.0 mmol/L\), and severe anemia \(Hb = 58 g/L\)\. However, SFT incorrectly diagnoses metabolic acidosis and misclassifies the severe anemia as mild, while MLLM\-as\-a\-Judge mistakes the elevated chloride level for hypochloremia instead of hyperchloremia\. In contrast, our method correctly identifies all key abnormalities and produces clinically accurate interpretations\. Similarly, in the right example, SFT fails to incorporate the user’s smoking and alcohol cessation history, while MLLM\-as\-a\-Judge fails to address the user’s primary concern of whether to continue the medication\.

![Refer to caption](https://arxiv.org/html/2608.20331v1/human_preference_final1.png)Figure 4:Human preference evaluation by clinicians and patients\. "Ours/B", "Ours/S", and "Ours/M" denote pairwise comparisons between G\-CARL and the base model, the SFT model, and the MLLM\-as\-a\-Judge\-trained model\.In contrast, our method effectively integrates historical context, directly answers the user’s question, and provides evidence\-grounded recommendations\.

Human Preference Evaluation\.We conduct a blind pairwise human preference study on 250 held\-out cases\. Three professional clinicians compare anonymized responses generated by G\-CARL and the baselines across the three evaluation dimensions and overall preference, with majority voting used for the final decision\. We additionally recruit 50 participants without medical training to evaluate the comprehensibility of the generated interpretations\. As shown in Fig\.[4](https://arxiv.org/html/2608.20331#S4.F4), G\-CARL is consistently preferred over both SFT and MLLM\-as\-a\-Judge, particularly in medical accuracy and demand satisfaction, with preference margins of 136:85 and 106:64, respectively\. It also achieves substantially higher comprehensibility ratings from non\-expert participants, suggesting that its responses are easier for patients to understand\.

### 4\.3Ablation Study

Effect of Reward Components\.To evaluate the contribution of each reward component, we conduct ablation studies on Qwen3VL\-8B\. As shown in Table[3](https://arxiv.org/html/2608.20331#S4.T3),RcheckR\_\{\\text\{check\}\}combined withRformatR\_\{\\text\{format\}\}improves the baseline by enhancing case\-specific requirement coverage, whileRfactR\_\{\\text\{fact\}\}provides substantial gains in medical factuality\. Combining all three rewards achieves the best performance, demonstrating their complementary effects\. Further analysis shows that replacing the dynamic checklist with a static rubric degrades overall performance, highlighting the importance of case\-adaptive supervision\. Similarly, removing retrieval fromRfactR\_\{\\text\{fact\}\}reduces claim\-level precision, confirming the effectiveness of retrieval\-grounded factual verification\.

Comparison with Other RL Methods\.Table[4](https://arxiv.org/html/2608.20331#S4.T4)compares G\-CARL with representative RL methods for open\-ended generation\. Preference\-based DPO performs worst, since high\-quality preference data can hardly cover the diverse response space of PMRI\. PROMETHEUS scores responses directly against reference answers, which is too coarse\-grained to yield confident judgments and thus provides unstable reward signals\. Rubric\-based RAR offers finer criteria but lacks explicit evidence verification, while MedRepBench emphasizes structured clinical finding recall and is therefore less aligned with user\-specific demands\. Factuality\-oriented rewards \(FactScore, CapRL\) bring the most pronounced accuracy gains among the baselines\. By coupling retrieval\-grounded claim verification with objective\-specific reward decomposition, G\-CARL attains the best overall performance, jointly improving three dimensions\.

Table 4:Comparison with existing RL methods\.

## 5Conclusion

In this paper, we present PMRI as a challenging yet underexplored task that requires both evidence\-grounded medical factuality and context\-dependent patient communication\. We propose G\-CARL, a reinforcement learning framework that decomposes reward supervision through retrieval\-grounded claim verification and case\-specific checklist guidance\. Extensive experiments on the newly constructedMMedReportbenchmark, together with clinician\-authored evaluation and human preference studies, show that G\-CARL consistently improves the quality of patient\-oriented medical report interpretation\. We hope this work lays the foundation for more reliable and patient\-centered multimodal medical assistants\.

## References

- Arisoyet al\.\(2025\)V\. Arisoyet al\.A vision attention driven language framework for medical report generation\.Scientific Reports15\(1\),pp\. 10704\.Cited by:[§2](https://arxiv.org/html/2608.20331#S2.p1.1)\.
- Aroraet al\.\(2025\)R\. K\. Arora, J\. Wei, R\. Soskin Hicks, P\. Bowman, J\. Quiñonero\-Candela, F\. Tsimpourlas, M\. Sharman, M\. Shah, A\. Vallone, A\. Beutel, J\. Heidecke, and K\. SinghalHealthBench: evaluating large language models towards improved human health\.arXiv preprint arXiv:2505\.08775\.Cited by:[§1](https://arxiv.org/html/2608.20331#S1.p5.1)\.
- Baiet al\.\(2025\)S\. Baiet al\.Qwen3\-vl technical report\.External Links:2511\.21631,[Link](https://arxiv.org/abs/2511.21631)Cited by:[§4\.1](https://arxiv.org/html/2608.20331#S4.SS1.p3.1)\.
- Baidu ERNIE Team \(2025\)Baidu ERNIE TeamERNIE 4\.5 technical report\.Note:https://ernie\.baidu\.com/blog/publication/ERNIE\_Technical\_Report\.pdfTechnical reportCited by:[Table 1](https://arxiv.org/html/2608.20331#S4.T1.1.1.5.1)\.
- Chenet al\.\(2024a\)D\. Chen, R\. Chen, S\. Zhang, Y\. Liu, Y\. Wang, H\. Zhou, Q\. Zhang, P\. Zhou, Y\. Wan, and L\. SunMLLM\-as\-a\-judge: assessing multimodal llm\-as\-a\-judge with vision\-language benchmark\.InInternational Conference on Machine Learning,Cited by:[§1](https://arxiv.org/html/2608.20331#S1.p5.1)\.
- Chenet al\.\(2024b\)L\. Chen, J\. Li, X\. Dong, P\. Zhang, C\. He, J\. Wang, F\. Zhao, and D\. LinSharegpt4v: improving large multi\-modal models with better captions\.InEuropean Conference on Computer Vision,pp\. 370–387\.Cited by:[§1](https://arxiv.org/html/2608.20331#S1.p3.1)\.
- Google DeepMind \(2026\)Google DeepMindGemini 3\.1 pro model card\.Note:https://deepmind\.google/models/model\-cards/gemini\-3\-1\-proPublished February 2026Cited by:[Table 1](https://arxiv.org/html/2608.20331#S4.T1.1.1.9.1.1)\.
- Gundersenet al\.\(2026\)B\. Gundersen, N\. Deperrois, S\. Ruiperez\-Campillo, T\. M\. Sutter, J\. E\. Vogt, M\. Moor, F\. Nooralahzadeh, and M\. KrauthammerRadVLM\-grpo: enhancing chest x\-ray report generation and visual grounding via reinforcement learning\.Proceedings of Machine Learning Research150,pp\. 1–34\.Cited by:[§2](https://arxiv.org/html/2608.20331#S2.p2.1)\.
- Gunjalet al\.\(2025\)A\. Gunjal, A\. V\. Wang, C\. Yao, J\. Chen, K\. Lo, N\. Rane, S\. Yang, Y\. Zheng, Z\. Wang,et al\.Rubrics as rewards: reinforcement learning beyond verifiable domains\.arXiv preprint arXiv:2507\.17746\.Cited by:[§1](https://arxiv.org/html/2608.20331#S1.p5.1),[Table 4](https://arxiv.org/html/2608.20331#S4.T4.1.1.5.1)\.
- Hurstet al\.\(2024\)A\. Hurst, A\. Lerer, A\. P\. Goucher, A\. Perelman, A\. Ramesh, A\. Clark, A\. Ostrow, A\. Welihinda, A\. Hayes, A\. Radford,et al\.Gpt\-4o system card\.arXiv preprint arXiv:2410\.21276\.Cited by:[Table 1](https://arxiv.org/html/2608.20331#S4.T1.1.1.4.1)\.
- Jianget al\.\(2025a\)S\. Jiang, Y\. Chen, S\. Song, Y\. Zhang, Y\. Jin, Y\. Feng, J\. Wu, and Z\. LiuKnowing or guessing? robust medical visual question answering via joint consistency and contrastive learning\.InInternational Conference on Medical Image Computing and Computer\-Assisted Intervention,pp\. 325–335\.Cited by:[§1](https://arxiv.org/html/2608.20331#S1.p2.1)\.
- Jianget al\.\(2025b\)S\. Jiang, Y\. Wang, S\. Song, T\. Hu, C\. Zhou, B\. Pu, Y\. Zhang, Z\. Yang, Y\. Feng, J\. T\. Zhou,et al\.Hulu\-med: a transparent generalist model towards holistic medical vision\-language understanding\.arXiv preprint arXiv:2510\.08668\.Cited by:[Table 1](https://arxiv.org/html/2608.20331#S4.T1.1.1.11.1)\.
- Jinet al\.\(2024\)H\. Jin, H\. Che, Y\. Lin, and H\. ChenPromptmrg: diagnosis\-driven prompts for medical report generation\.InProceedings of the AAAI conference on artificial intelligence,Vol\.38,pp\. 2607–2615\.Cited by:[§2](https://arxiv.org/html/2608.20331#S2.p1.1)\.
- Jinget al\.\(2026\)P\. Jing, K\. Lee, Z\. Zhang, H\. Zhou, Z\. Yuan, Z\. Gao, L\. Zhu, G\. Papanastasiou, Y\. Fang, and G\. YangReason like a radiologist: chain\-of\-thought and reinforcement learning for verifiable report generation\.Medical Image Analysis109,pp\. 103910\.External Links:ISSN 1361\-8415,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.media.2025.103910)Cited by:[§2](https://arxiv.org/html/2608.20331#S2.p2.1)\.
- Kimet al\.\(2024\)S\. Kim, J\. Shin, J\. Jang, S\. Longpre, H\. Lee, S\. Yun, R\. Shin, S\. Kim, J\. Thorne, M\. Seo,et al\.Prometheus: inducing fine\-grained evaluation capability in language models\.InInternational Conference on Learning Representations,Vol\.2024,pp\. 29927–29962\.Cited by:[Table 4](https://arxiv.org/html/2608.20331#S4.T4.1.1.4.1)\.
- Laiet al\.\(2026\)Y\. Lai, J\. Zhong, M\. Li, S\. Zhao, Y\. Li, K\. Psounis, and X\. YangMed\-r1: reinforcement learning for generalizable medical reasoning in vision\-language models\.IEEE transactions on medical imaging\.Cited by:[§2](https://arxiv.org/html/2608.20331#S2.p2.1)\.
- Liet al\.\(2023\)M\. Li, B\. Lin, Z\. Chen, H\. Lin, X\. Liang, and X\. ChangDynamic graph enhanced contrastive learning for chest x\-ray report generation\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 3334–3343\.Cited by:[§2](https://arxiv.org/html/2608.20331#S2.p1.1)\.
- Liet al\.\(2025\)W\. Li, G\. Han, Y\. Wu, I\. Huang, and X\. HuangJoint imbalance adaptation for radiology report generation\.Journal of Healthcare Informatics Research,pp\. 1–23\.Cited by:[§1](https://arxiv.org/html/2608.20331#S1.p2.1),[§2](https://arxiv.org/html/2608.20331#S2.p1.1)\.
- Linet al\.\(2026\)Y\. Lin, Y\. Ding, Y\. Wu, and Y\. PengMARCH: multi\-agent radiology clinical hierarchy for ct report generation\.arXiv preprint arXiv:2604\.16175\.Cited by:[§1](https://arxiv.org/html/2608.20331#S1.p2.1)\.
- Liuet al\.\(2025\)K\. Liu, Z\. Ma, X\. Kang, Y\. Li, K\. Xie, Z\. Jiao, and Q\. MiaoEnhanced contrastive learning with multi\-view longitudinal data for chest x\-ray report generation\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 10348–10359\.Cited by:[§2](https://arxiv.org/html/2608.20331#S2.p1.1)\.
- Luet al\.\(2025\)Z\. Lu, Q\. Zeng, M\. Lu, G\. Chen, and Y\. XiaBridging the semantic gap in medical visual question answering with prompt learning\.IEEE Transactions on Medical Imaging44\(11\),pp\. 4605–4616\.External Links:[Document](https://dx.doi.org/10.1109/TMI.2025.3580561)Cited by:[§1](https://arxiv.org/html/2608.20331#S1.p2.1)\.
- Minet al\.\(2023a\)S\. Min, K\. Krishna, X\. Lyu, M\. Lewis, W\. Yih, P\. Koh, M\. Iyyer, L\. Zettlemoyer, and H\. HajishirziFactscore: fine\-grained atomic evaluation of factual precision in long form text generation\.InProceedings of the 2023 Conference on Empirical Methods in Natural Language Processing,pp\. 12076–12100\.Cited by:[§3\.2](https://arxiv.org/html/2608.20331#S3.SS2.p2.1)\.
- Minet al\.\(2023b\)S\. Min, K\. Krishna, X\. Lyu, M\. Lewis, W\. Yih, P\. Koh, M\. Iyyer, L\. Zettlemoyer, and H\. HajishirziFactscore: fine\-grained atomic evaluation of factual precision in long form text generation\.InProceedings of the 2023 Conference on Empirical Methods in Natural Language Processing,pp\. 12076–12100\.Cited by:[Table 4](https://arxiv.org/html/2608.20331#S4.T4.1.1.8.1)\.
- Mullappillyet al\.\(2026\)S\. S\. Mullappilly, M\. I\. Kurpath, O\. Mohamed, M\. Zidan, F\. Khan, S\. Khan, R\. Anwer, and H\. CholakkalMedix\-r1: open ended medical reinforcement learning\.arXiv preprint arXiv:2602\.23363\.Cited by:[§2](https://arxiv.org/html/2608.20331#S2.p2.1)\.
- OpenAI \(2025\)OpenAIUpdate to gpt\-5 system card: gpt\-5\.2\.Note:https://cdn\.openai\.com/pdf/3a4153c8\-c748\-4b71\-8e31\-aecbde944f8d/oai\_5\_2\_system\-card\.pdfCited by:[§4\.1](https://arxiv.org/html/2608.20331#S4.SS1.p2.1)\.
- Panet al\.\(2025\)J\. Pan, C\. Liu, J\. Wu, F\. Liu, J\. Zhu, H\. B\. Li, C\. Chen, C\. Ouyang, and D\. RueckertMedvlm\-r1: incentivizing medical reasoning capability of vision\-language models \(vlms\) via reinforcement learning\.InInternational Conference on Medical Image Computing and Computer\-Assisted Intervention,pp\. 337–347\.Cited by:[§2](https://arxiv.org/html/2608.20331#S2.p2.1)\.
- Rafailovet al\.\(2023\)R\. Rafailov, A\. Sharma, E\. Mitchell, C\. D\. Manning, S\. Ermon, and C\. FinnDirect preference optimization: your language model is secretly a reward model\.Advances in neural information processing systems36,pp\. 53728–53741\.Cited by:[Table 4](https://arxiv.org/html/2608.20331#S4.T4.1.1.2.1)\.
- Rotsteinet al\.\(2024\)N\. Rotstein, D\. Bensaid, S\. Brody, R\. Ganz, and R\. KimmelFusecap: leveraging large language models for enriched fused image captions\.InProceedings of the IEEE/CVF winter conference on applications of computer vision,pp\. 5689–5700\.Cited by:[§1](https://arxiv.org/html/2608.20331#S1.p3.1)\.
- Sellergrenet al\.\(2026\)A\. Sellergren, C\. Gao, F\. Mahvar, T\. Kohlberger, F\. Jamil, M\. Traverse, A\. Tono, B\. Sadjad, L\. Yang, C\. Lau,et al\.Medgemma 1\.5 technical report\.arXiv preprint arXiv:2604\.05081\.Cited by:[Table 1](https://arxiv.org/html/2608.20331#S4.T1.1.1.12.1)\.
- Shanget al\.\(2025\)F\. Shang, Y\. Xia, D\. Yang, Y\. Wang, and B\. YangMedrepbench: a comprehensive benchmark for medical report interpretation\.arXiv preprint arXiv:2508\.16674\.Cited by:[§2](https://arxiv.org/html/2608.20331#S2.p1.1),[Table 4](https://arxiv.org/html/2608.20331#S4.T4.1.1.6.1)\.
- Shaoet al\.\(2024\)Z\. Shao, P\. Wang, Q\. Zhu, R\. Xu, J\. Song, X\. Bi, H\. Zhang, M\. Zhang, Y\. Li, Y\. Wu,et al\.Deepseekmath: pushing the limits of mathematical reasoning in open language models\.arXiv preprint arXiv:2402\.03300\.Cited by:[§1](https://arxiv.org/html/2608.20331#S1.p4.1)\.
- Songet al\.\(2024\)Y\. Songet al\.VeriScore: evaluating the factuality of verifiable claims in long\-form text generation\.pp\. 9447–9474\.Cited by:[§3\.2](https://arxiv.org/html/2608.20331#S3.SS2.p2.1),[§3\.2](https://arxiv.org/html/2608.20331#S3.SS2.p3.1)\.
- StepFun AI \(2026\)StepFun AIStep 3\.7 flash: a high\-efficiency flash model for real\-world agentic workflows\.Note:https://static\.stepfun\.com/blog/step\-3\.7\-flashOfficial blog postCited by:[Table 1](https://arxiv.org/html/2608.20331#S4.T1.1.1.7.1)\.
- Teamet al\.\(2026\)K\. Team, T\. Bai, Y\. Bai, Y\. Bao,et al\.Kimi k2\.5: visual agentic intelligence\.External Links:2602\.02276,[Link](https://arxiv.org/abs/2602.02276)Cited by:[Table 1](https://arxiv.org/html/2608.20331#S4.T1.1.1.8.1)\.
- Teamet al\.\(2026\)V\. Teamet al\.GLM\-4\.5v and glm\-4\.1v\-thinking: towards versatile multimodal reasoning with scalable reinforcement learning\.External Links:2507\.01006,[Link](https://arxiv.org/abs/2507.01006)Cited by:[Table 1](https://arxiv.org/html/2608.20331#S4.T1.1.1.6.1)\.
- Viswanathanet al\.\(2026\)V\. Viswanathan, Y\. Sun, S\. Ma, X\. Kong, M\. Cao, G\. Neubig, and T\. WuChecklists are better than reward models for aligning language models\.InAdvances in Neural Information Processing Systems,Cited by:[§3\.3](https://arxiv.org/html/2608.20331#S3.SS3.p3.2)\.
- Wanget al\.\(2024\)X\. Wang, G\. H\. Chen, D\. Song, Z\. Zhang, Z\. Chen, Q\. Xiao, F\. Jiang, J\. Li, X\. Wan, B\. Wang, and H\. LiCMB: a comprehensive medical benchmark in chinese\.InProceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies,Note:arXiv:2308\.08833Cited by:[§4\.1](https://arxiv.org/html/2608.20331#S4.SS1.p1.1)\.
- Wanget al\.\(2026\)Y\. Wang, S\. Gao, J\. Liu, S\. Jiang, X\. Haoxiang, X\. Zhang, Z\. Kang, Y\. Wang, and Z\. LiuBeyond n\-grams: a hierarchical reward learning framework for clinically\-aware medical report generation\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.40,pp\. 33719–33727\.Cited by:[§2](https://arxiv.org/html/2608.20331#S2.p1.1)\.
- Xinget al\.\(2025\)L\. Xing, X\. Dong, Y\. Zang, Y\. Cao, J\. Liang, Q\. Huang, J\. Wang, F\. Wu, and D\. LinCaprl: stimulating dense image caption capabilities via reinforcement learning\.arXiv preprint arXiv:2509\.22647\.Cited by:[§1](https://arxiv.org/html/2608.20331#S1.p4.1),[Table 4](https://arxiv.org/html/2608.20331#S4.T4.1.1.7.1)\.
- Xuet al\.\(2025\)W\. Xu, H\. P\. Chan, L\. Li, M\. Aljunied, R\. Yuan, J\. Wang, C\. Xiao, G\. Chen, C\. Liu, Z\. Li,et al\.Lingshu: a generalist foundation model for unified multimodal medical understanding and reasoning\.arXiv preprint arXiv:2506\.07044\.Cited by:[Table 1](https://arxiv.org/html/2608.20331#S4.T1.1.1.13.1)\.
- Yuet al\.\(2025\)W\. Yu, Z\. Yang, Y\. Liu, and X\. BaiDocthinker: explainable multimodal large language models with rule\-based reinforcement learning for document understanding\.InProceedings of the IEEE/CVF International Conference on Computer Vision,pp\. 837–847\.Cited by:[§3\.4](https://arxiv.org/html/2608.20331#S3.SS4.p1.1)\.
- Zhenget al\.\(2023\)L\. Zheng, W\. Chiang, Y\. Sheng, S\. Zhuang, Z\. Wu, Y\. Zhuang, Z\. Lin, Z\. Li, D\. Li, E\. P\. Xing, H\. Zhang, J\. E\. Gonzalez, and I\. StoicaJudging llm\-as\-a\-judge with mt\-bench and chatbot arena\.InAdvances in Neural Information Processing Systems,Cited by:[§1](https://arxiv.org/html/2608.20331#S1.p5.1)\.
- Zhouet al\.\(2026\)Q\. Zhou, G\. Liang, Q\. Yang, J\. Chen, S\. Wu, C\. Yao, and Z\. WangEnhancing reinforcement learning for radiology report generation with evidence\-aware rewards and self\-correcting preference learning\.InProceedings of the 64th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 37044–37056\.External Links:ISBN 979\-8\-89176\-390\-6Cited by:[§2](https://arxiv.org/html/2608.20331#S2.p2.1)\.
- Zhuet al\.\(2025\)J\. Zhuet al\.InternVL3: exploring advanced training and test\-time recipes for open\-source multimodal models\.External Links:2504\.10479,[Link](https://arxiv.org/abs/2504.10479)Cited by:[§4\.1](https://arxiv.org/html/2608.20331#S4.SS1.p3.1)\.

Similar Articles

Improving Medical Communication using Rubric-Guided Counterfactual Recommendations

arXiv cs.CL

This paper introduces an LM-guided counterfactual recommendation pipeline for improving doctor-patient communication in text-based telemedicine. It identifies interpretable features like tone and actionability, and suggests minimal changes that increase positive patient feedback without altering medical content, achieving a mean 6.41% gain in predicted positive feedback.

ReportQA: QA-Based Radiology Report Evaluation

arXiv cs.CL

This paper proposes ReportQA, a QA-based framework for evaluating radiology reports that uses LLMs to answer clinically relevant questions, demonstrating better alignment with radiologist judgments than existing metrics.