paper-with-me

홈 › Papers

Mind the Generation Process: Fine-Grained Confidence Estimation During LLM Generation

2025-08-16 · Jinyi Han, Tingyun Li, Shisong Chen, Jie Shi, Xinyi Wang, Guanglei Yue, Jiaqing Liang, Xin Lin, Liqian Wen, Zulong Chen, Yanghua Xiao arxiv

While large language models (LLMs) have demonstrated remarkable performance across diverse tasks, they fundamentally lack self-awareness and frequently exhibit overconfidence, assigning high confidence scores to incorrect predictions. Accurate confidence estimation is therefore critical for enhancing the trustworthiness and reliability of LLM-generated outputs. However, existing approaches suffer from coarse-grained scoring mechanisms that fail to provide fine-grained, continuous confidence estimates throughout the generation process. To address these limitations, we introduce FineCE, a novel confidence estimation method that delivers accurate, fine-grained confidence scores during text generation. Specifically, we first develop a comprehensive pipeline for constructing training data that effectively captures the underlying probabilistic distribution of LLM responses, and then train a model to predict confidence scores for arbitrary text sequences in a supervised manner. Furthermore, we propose a Backward Confidence Integration (BCI) strategy that leverages information from the subsequent text to enhance confidence estimation for the current sequence during inference. We also introduce three strategies for identifying optimal positions to perform confidence estimation within the generation process. Extensive experiments on multiple benchmark datasets demonstrate that FineCE consistently outperforms existing classical confidence estimation methods. Our code and all baselines used in the paper are available on GitHub.

📄 PDF Abstract BibTeX arXiv:2508.12040

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

MindOmni: Unleashing Reasoning Generation in Vision Language Models with RGPO

2025-05-19 · Yicheng Xiao, Lin Song, Yukang Chen, Yingmin Luo 외

Recent text-to-image systems face limitations in handling multimodal inputs and complex reasoning tasks. We introduce MindOmni, a unified multimodal large language model that addresses these challenges by incorporating r…

DecoderImage GenerationLanguage ModelingLanguage Modelling+4

FCaS: Fine-grained Cardiac Image Synthesis based on 3D Template Conditional Diffusion Model

2025-03-12 · Jiahao Xia, Yutao Hu, Yaolei Qi, Zhenliang Li 외

Solving medical imaging data scarcity through semantic image generation has attracted significant attention in recent years. However, existing methods primarily focus on generating whole-organ or large-tissue structures,…

Image Generation

Atomic Calibration of LLMs in Long-Form Generations

2024-10-17 · Caiqi Zhang, Ruihan Yang, Zhisong Zhang, Xinting Huang 외

Large language models (LLMs) often suffer from hallucinations, posing significant challenges for real-world applications. Confidence calibration, which estimates the underlying uncertainty of model predictions, is essent…

Form

Certain Head, Uncertain Tail: Expert-Sample for Test-Time Scaling in Fine-Grained MoE

2026-02-02 · Yuanteng Chen, Peisong Wang, Nanxin Zeng, Yuantian Shao 외 arxiv

Test-time scaling improves LLM performance by generating multiple candidate solutions, yet token-level sampling requires temperature tuning that trades off diversity against stability. Fine-grained MoE, featuring hundred…

MIND: Multi-Scale Intent Diffusion for Text-Driven Physics-Based Humanoid Control

2026-05-25 · Bin Li, Ruichi Zhang, Han Liang, Jingyan Zhang 외 arxiv

Enabling physics-based humanoids to execute diverse behaviors from high-level textual commands remains a significant challenge. Existing methods typically follow either a two-stage paradigm that combines kinematic motion…