paper-with-me

홈 › Papers

Process Supervision of Confidence Margin for Calibrated LLM Reasoning

2026-04-25 · Liaoyaqi Wang, Chunsheng Zuo, William Jurayj, Benjamin Van Durme, Anqi Liu arxiv

Scaling test-time computation with reinforcement learning (RL) has emerged as a reliable path to improve large language models (LLM) reasoning ability. Yet, outcome-based reward often incentivizes models to be overconfident, leading to hallucinations, unreliable confidence-based control, and unnecessary compute allocation. We introduce Reinforcement Learning with Confidence Margin (\textbf{RLCM}), a calibration-aware RL framework that jointly optimizes correctness and confidence reliability via a margin-enhanced process reward over intermediate-budget completions. Rather than aligning confidence to correctness likelihoods, RLCM encourages to widen the confidence margin between correct and incorrect steps within a single reasoning trajectory. Across mathematical, code, logic and science benchmarks, our method substantially improves calibration while maintaining or improving accuracy. We further show that, with calibrated confidence signals, the resulting models enable more efficient conformal risk control and effective confidence-weighted aggregation.

📄 PDF Abstract BibTeX arXiv:2604.23333

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Double-Calibration: Towards Reliable LLMs via Calibrating Knowledge and Reasoning Confidence

2026-01-17 · Yuyin Lu, Ziran Liang, Yanghui Rao, Wenqi Fan 외 arxiv

Reliable reasoning in Large Language Models (LLMs) is challenged by their propensity for hallucination. While augmenting LLMs with Knowledge Graphs (KGs) improves factual accuracy, existing KG-augmented methods fail to q…

Knowledge Graphs

AgriChain Visually Grounded Expert Verified Reasoning for Interpretable Agricultural Vision Language Models

2026-04-09 · Hazza Mahmood, Yongqiang Yu, Rao Anwer arxiv

Accurate and interpretable plant disease diagnosis remains a major challenge for vision-language models (VLMs) in real-world agriculture. We introduce AgriChain, a dataset of approximately 11,000 expert-curated leaf imag…

Post-Training Large Language Models via Reinforcement Learning from Self-Feedback

2025-07-29 · Carel van Niekerk, Renato Vukovic, Benjamin Matthias Ruppik, Hsien-chin Lin 외 arxiv

Large Language Models (LLMs) often produce plausible but poorly-calibrated answers, limiting their reliability on reasoning-intensive tasks. Recent research suggests that Chain-of-Thought (CoT) reasoning paths are inhere…

Reinforcement LearningArithmetic ReasoningQuestion Answering

SCOPE: Signal-Calibrated On-Policy Distillation Enhancement with Dual-Path Adaptive Weighting

2026-04-12 · Binbin Zheng, Xing Ma, Yiheng Liang, Jingqing Ruan 외 arxiv

On-policy reinforcement learning has become the dominant paradigm for reasoning alignment in large language models, yet its sparse, outcome-level rewards make token-level credit assignment notoriously difficult. On-Polic…

Reinforcement Learning

A Calibrated Reflection Approach for Enhancing Confidence Estimation in LLMs

2026-09-03 · Umesh Bodhwani, Yuan Ling, Shujing Dong, Yarong Feng 외 arxiv

A critical challenge in deploying Large Language Models (LLMs) is developing reliable mechanisms to estimate their confidence, enabling systems to determine when to trust model outputs versus seek human intervention. We …