paper-with-me

홈 › Papers

Trusted Uncertainty in Large Language Models: A Unified Framework for Confidence Calibration and Risk-Controlled Refusal

2025-09-01 · Markus Oehri, Giulia Conti, Kaviraj Pather, Alexandre Rossi, Laia Serra, Adrian Parody, Rogvi Johannesen, Aviaja Petersen, Arben Krasniqi arxiv

Deployed language models must decide not only what to answer but also when not to answer. We present UniCR, a unified framework that turns heterogeneous uncertainty evidence including sequence likelihoods, self-consistency dispersion, retrieval compatibility, and tool or verifier feedback into a calibrated probability of correctness and then enforces a user-specified error budget via principled refusal. UniCR learns a lightweight calibration head with temperature scaling and proper scoring, supports API-only models through black-box features, and offers distribution-free guarantees using conformal risk control. For long-form generation, we align confidence with semantic fidelity by supervising on atomic factuality scores derived from retrieved evidence, reducing confident hallucinations while preserving coverage. Experiments on short-form QA, code generation with execution tests, and retrieval-augmented long-form QA show consistent improvements in calibration metrics, lower area under the risk-coverage curve, and higher coverage at fixed risk compared to entropy or logit thresholds, post-hoc calibrators, and end-to-end selective baselines. Analyses reveal that evidence contradiction, semantic dispersion, and tool inconsistency are the dominant drivers of abstention, yielding informative user-facing refusal messages. The result is a portable recipe of evidence fusion to calibrated probability to risk-controlled decision that improves trustworthiness without fine-tuning the base model and remains valid under distribution shift.

📄 PDF Abstract BibTeX arXiv:2509.01455

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

TBraTS: Trusted Brain Tumor Segmentation

2022-06-19 · Ke Zou, Xuedong Yuan, Xiaojing Shen, Meng Wang 외

Despite recent improvements in the accuracy of brain tumor segmentation, the results still exhibit low levels of confidence and robustness. Uncertainty estimation is one effective way to change this situation, as it prov…

Brain Tumor SegmentationSegmentationTumor Segmentation

Trusted Multi-View Classification

2021-02-03 · ICLR 2021 1 · Zongbo Han, Changqing Zhang, Huazhu Fu, Joey Tianyi Zhou

Multi-view classification (MVC) generally focuses on improving classification accuracy by using information from different views, typically integrating them into a unified comprehensive representation for downstream task…

ClassificationGeneral ClassificationMULTI-VIEW LEARNING

Are Independently Estimated View Uncertainties Comparable? Unified Routing for Trusted Multi-View Classification

2026-04-10 · Yilin Zhang, Cai Xu, Haishun Chen, Ziyu Guan 외 arxiv

Trusted multi-view classification typically relies on a view-wise evidential fusion process: each view independently produces class evidence and uncertainty, and the final prediction is obtained by aggregating these inde…

Trusted Source Alignment in Large Language Models

2023-11-12 · Vasilisa Bashlovkina, Zhaobin Kuang, Riley Matthews, Edward Clifford 외

Large language models (LLMs) are trained on web-scale corpora that inevitably include contradictory factual information from sources of varying reliability. In this paper, we propose measuring an LLM property called trus…

ArticlesFact Checking

Towards Generation-Efficient Uncertainty Estimation in Large Language Models

2026-05-07 · Mingcheng Zhu, Yu Liu, Tingting Zhu arxiv

Uncertainty estimation is important for deploying LLMs in high-stakes applications such as healthcare and finance, where hallucinations can appear fluent and plausible while being factually incorrect, making it difficult…