CARE-RFT: Confidence-Anchored Reinforcement Finetuning for Reliable Reasoning in Large Language Models
Shuozhe Li, Jincheng Cao, Bodun Hu, Aryan Mokhtari, Leqi Liu, Amy Zhang
TL;DR
CARE-RFT addresses the accuracy–calibration trade-off in reinforcement finetuning for large language models by introducing a confidence-anchored skew reverse KL penalty. The method preserves calibration while achieving reasoning gains comparable to unconstrained RFT, across GRPO, DAPO, and GSPO on Qwen2.5-3B/7B. The core idea is to bound upward deviations from the reference policy in uncertain regions and relax the anchor when the model is confident and rewards align, mitigating hallucination and miscalibration. Empirical results show improved trustworthiness and stability with maintained reasoning performance, suggesting this regularization design is key to reliable reasoning models.
Abstract
Reinforcement finetuning (RFT) has emerged as a powerful paradigm for unlocking reasoning capabilities in large language models. However, we identify a critical trade-off: while unconstrained RFT achieves strong reasoning performance, it severely compromises model trustworthiness by amplifying hallucination and worsening calibration; conversely, RKL-constrained RFT preserves trustworthiness but limits reasoning gains due to its unbounded penalty on exploratory deviations. To resolve this tension, we introduce CARE-RFT (Confidence-Anchored Regularized Reinforcement Finetuning), a novel method that replaces standard reverse KL regularization with a skew reverse KL divergence. CARE-RFT provides a confidence-sensitive penalty: it is bounded for confident, consistently rewarded explorations to enable reasoning, while unbounded elsewhere to preserve calibration. Extensive experiments across multiple model scales and RFT algorithms show that CARE-RFT achieves a superior balance, matching the reasoning performance of unconstrained RFT while recovering the trustworthiness and calibration of the base model. Our work establishes that careful, confidence-aware regularization is key to building both capable and trustworthy reasoning models.
