Optimizing Long-Form Clinical Text Generation with Claim-Based Rewards
Samyak Jhaveri, Praphul Singh, Jangwon Kim, Tara Taghavi, Krishnaram Kenthapadi
TL;DR
This paper tackles the challenge of producing accurate, complete long-form clinical notes with large language models by introducing an evaluation-integrated reinforcement learning framework that combines Group Relative Policy Optimization (GRPO) with DocLens, a claim-level evaluator. By deriving deterministic rewards from claim recall and precision, the method directly optimizes factual grounding and completeness without a separate reward model or ground-truth targets. Empirical results on two clinical benchmarks show improved DocLens precision, recall, and F1, with reward gating accelerating convergence; an independent GPT-5 evaluation corroborates gains in factuality, completeness, and brevity. The approach is scalable and adaptable, capable of incorporating site-specific objectives such as guideline adherence or billing requirements, and represents a practical, cost-efficient path for deploying clinically grounded long-form text generation.
Abstract
Automating clinical documentation with large language models requires precise alignment with priorities such as completeness and factual grounding. We present an evaluation-integrated reinforcement learning framework for long-form clinical text generation that couples Group Relative Policy Optimization (GRPO) with DocLens, a claim-level evaluator that provides deterministic, dialogue-grounded rewards. Our method directly optimizes factual grounding and completeness without training a separate reward model or relying on human-authored references. Empirically, the approach improves clinical note quality and reduces training cost via a simple reward-gating strategy. An independent GPT-5 qualitative evaluation further supports these gains, showing higher preference for GRPO outputs in factuality, completeness, and brevity, with fewer omissions and hallucinations. Because the benchmarks are relatively clean and the base model already well aligned, these improvements likely represent a conservative lower bound. The framework is scalable to real-world settings and can incorporate custom objectives such as guideline adherence or billing preferences.
