paper-with-me

Papers

CARE-RFT: Confidence-Anchored Reinforcement Finetuning for Reliable Reasoning in Large Language Models

2026-01-22 · Shuozhe Li, Jincheng Cao, Bodun Hu, Aryan Mokhtari, Leqi Liu, Amy Zhang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.00085

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PsychePass: Calibrating LLM Therapeutic Competence via Trajectory-Anchored Tournaments

2026-01-28 · Zhuang Chen, Dazhen Wan, Zhangkai Zheng, Guanqun Bi 외 arxiv

While large language models show promise in mental healthcare, evaluating their therapeutic competence remains challenging due to the unstructured and longitudinal nature of counseling. We argue that current evaluation p…

Reinforcement Learning

From Critic to Confidence: PPO for Language-Based Quantitative Prediction with Confidence Estimation

2026-07-14 · Mehak Dhaliwal, Rasta Tadayon, Andong Hua, Haewon Jeong 외 arxiv

LLMs can perform language-based quantitative prediction from unstructured inputs, but remain susceptible to hallucinations and overconfident errors, making it critical to know not only what a model predicts, but when its…

Reinforcement Learning

CARE What Fails: Contrastive Anchored-REflection for Verifiable Multimodal Reasoning

2025-12-22 · Yongxin Wang, Zhicheng Yang, Meng Cao, Mingfei Han 외 arxiv

Group-relative reinforcement learning with verifiable rewards (RLVR) often wastes the most informative data it already has the failures. When all rollouts are wrong, gradients stall; when one happens to be correct, the u…

Reinforcement LearningMultimodal Reasoning

APO: Alpha-Divergence Preference Optimization

2025-12-28 · Wang Zixian arxiv

Two divergence regimes dominate modern alignment practice. Supervised fine-tuning and many distillation-style objectives implicitly minimize the forward KL divergence KL(q || pi_theta), yielding stable mode-covering upda…

Reinforcement Learning

PERRY: Policy Evaluation with Confidence Intervals using Auxiliary Data

2025-07-26 · Aishwarya Mandyam, Jason Meng, Ge Gao, Jiankai Sun 외 arxiv

Off-policy evaluation (OPE) methods estimate the value of a new reinforcement learning (RL) policy prior to deployment. Recent advances have shown that leveraging auxiliary datasets, such as those synthesized by generati…

Reinforcement LearningData Augmentation