paper-with-me

Papers

Rewarding Doubt: A Reinforcement Learning Approach to Confidence Calibration of Large Language Models

2025-03-04 · Paul Stangel, David Bani-Harouni, Chantal Pellegrini, Ege Özsoy, Kamilia Zaripova, Matthias Keicher, Nassir Navab

A safe and trustworthy use of Large Language Models (LLMs) requires an accurate expression of confidence in their answers. We introduce a novel Reinforcement Learning (RL) approach for LLM calibration that fine-tunes LLMs to elicit calibrated confidence estimations in their answers to factual questions. We model the problem as a betting game where the model predicts a confidence score together with every answer, and design a reward function that penalizes both over and under-confidence. We prove that under our reward design an optimal policy would result in a perfectly calibrated confidence estimation. Our experiments demonstrate significantly improved confidence calibration and generalization to new tasks without re-training, indicating that our approach teaches a general confidence awareness. This approach enables the training of inherently calibrated LLMs.

📄 PDF Abstract BibTeX arXiv:2503.02623

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

On the effectiveness of reward functions in reinforcement learning for confidence calibration of large language models

2026-07-05 · Chee Heng Tan, Zhuoyi Lin, Mehul Motani, Wee Sun Lee arxiv

In this paper, we consider the setting where large language models (LLMs) are trained using reinforcement learning (RL) to simultaneously improve reasoning accuracy and verbalize its confidence. Our reward scheme uses tw…

Reinforcement Learning

MMBoundary: Advancing MLLM Knowledge Boundary Awareness through Reasoning Step Confidence Calibration

2025-05-29 · Zhitao He, Sandeep Polisetty, Zhiyuan Fan, Yuchen Huang 외

In recent years, multimodal large language models (MLLMs) have made significant progress but continue to face inherent challenges in multimodal reasoning, which requires multi-level (e.g., perception, reasoning) and mult…

HallucinationMultimodal Reasoning

Calibrating LLMs with Semantic-level Reward

2026-05-15 · Fengfei Yu, Ruijia Niu, Dongxia Wu, Yian Ma 외 arxiv

As large language models (LLMs) are deployed in consequential settings such as medical question answering and legal reasoning, the ability to estimate when their outputs are likely to be correct is essential for safe and…

Reinforcement LearningQuestion AnsweringLegal Reasoning

Breaking the Self-Confirming Loop: Diagnosing and Mitigating Systemic Reward Bias in Self-Rewarding RL

2025-10-10 · Chuyi Tan, Peiwen Yuan, Xinglin Wang, Yiwei Li 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) efficiently scales the reasoning ability of large language models (LLMs) but is bottlenecked by scarce labeled data. Reinforcement learning with intrinsic rewards (RL…

Reinforcement Learning

Target-Aware Calibration Data Selection for Preserving Uncertainty in Quantized Language Models

2026-08-21 · Zhen Yang, Sizai Hou, Kaiwen Zheng, Yaofang Liu 외 arxiv

Quantization is widely used to deploy large language models, but its effect on uncertainty behavior, such as confidence, margins, and abstention, is rarely treated as a primary objective. We frame calibration-data select…