paper-with-me

Papers

Reinforcement Learning for Better Verbalized Confidence in Long-Form Generation

2025-05-29 · Caiqi Zhang, Xiaochen Zhu, Chengzu Li, Nigel Collier, Andreas Vlachos

Hallucination remains a major challenge for the safe and trustworthy deployment of large language models (LLMs) in factual content generation. Prior work has explored confidence estimation as an effective approach to hallucination detection, but often relies on post-hoc self-consistency methods that require computationally expensive sampling. Verbalized confidence offers a more efficient alternative, but existing approaches are largely limited to short-form question answering (QA) tasks and do not generalize well to open-ended generation. In this paper, we propose LoVeC (Long-form Verbalized Confidence), an on-the-fly verbalized confidence estimation method for long-form generation. Specifically, we use reinforcement learning (RL) to train LLMs to append numerical confidence scores to each generated statement, serving as a direct and interpretable signal of the factuality of generation. Our experiments consider both on-policy and off-policy RL methods, including DPO, ORPO, and GRPO, to enhance the model calibration. We introduce two novel evaluation settings, free-form tagging and iterative tagging, to assess different verbalized confidence estimation methods. Experiments on three long-form QA datasets show that our RL-trained models achieve better calibration and generalize robustly across domains. Also, our method is highly efficient, as it only requires adding a few tokens to the output being decoded.

📄 PDF Abstract BibTeX arXiv:2505.23912

Code (0)

등록된 구현이 없습니다.

Tasks

FormHallucinationQuestion AnsweringReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

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

ORCE: Order-Aware Alignment of Verbalized Confidence in Large Language Models

2026-05-12 · Chen Li, Xiaoling Hu, Songzhu Zheng, Jiawei Zhou 외 arxiv

Large language models (LLMs) often produce answers with high certainty even when they are incorrect, making reliable confidence estimation essential for deployment in real-world scenarios. Verbalized confidence, where mo…

Reinforcement LearningAnswer Generation

Are Large Language Models More Honest in Their Probabilistic or Verbalized Confidence?

2024-08-19 · Shiyu Ni, Keping Bi, Lulu Yu, Jiafeng Guo

Large language models (LLMs) have been found to produce hallucinations when the question exceeds their internal knowledge boundaries. A reliable model should have a clear perception of its knowledge boundaries, providing…

Rescaling Confidence: What Scale Design Reveals About LLM Metacognition

2026-03-10 · Yuyang Dai, Yuxia Wang arxiv

Verbalized confidence, in which LLMs report a numerical certainty score, is widely used to estimate uncertainty in black-box settings, yet the confidence scale itself (typically 0--100) is rarely examined. We show that t…

Let the Model Distribute Its Doubt: Confidence Estimation through Verbalized Probability Distribution

2025-11-18 · Ante Wang, Weizhi Ma, Yang Liu arxiv

Knowing the reliability of a model's response is essential in practical applications. Given the strong generation capabilities of large language models (LLMs), research has focused on generating verbalized confidence. Th…

Reinforcement Learning