paper-with-me

Papers

Believe Your Model: Distribution-Guided Confidence Calibration

2026-03-04 · Xizhong Yang, Haotian Zhang, Huiming Wang, Mofei Song arxiv

Large Reasoning Models have demonstrated remarkable performance with the advancement of test-time scaling techniques, which enhances prediction accuracy by generating multiple candidate responses and selecting the most reliable answer. While prior work has analyzed that internal model signals like confidence scores can partly indicate response correctness and exhibit a distributional correlation with accuracy, such distributional information has not been fully utilized to guide answer selection. Motivated by this, we propose DistriVoting, which incorporates distributional priors as another signal alongside confidence during voting. Specifically, our method (1) first decomposes the mixed confidence distribution into positive and negative components using Gaussian Mixture Models, (2) then applies a reject filter based on positive/negative samples from them to mitigate overlap between the two distributions. Besides, to further alleviate the overlap from the perspective of distribution itself, we propose SelfStepConf, which uses step-level confidence to dynamically adjust inference process, increasing the separation between the two distributions to improve the reliability of confidences in voting. Experiments across 16 models and 5 benchmarks demonstrate that our method significantly outperforms state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2603.03872

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Selection

Similar Papers 제목 키워드 기반

Retrieval-Augmented Linguistic Calibration

2026-05-19 · Yi-Fan Yeh, Linwei Tao, Minjing Dong, Tao Huang 외 arxiv

Linguistic cues such as "I believe" and "probably" offer an intuitive interface for communicating confidence, yet a generalisable, principled calibration framework for linguistic confidence expressions remains underexplo…

Respect Your Zero-Shot Uncertainty: Conservative Calibration for Test-Time-Adapted Vision-Language Models

2026-08-06 · Jingyan Jiang, Yaru Sun, Xiao Chen, Jiazhen Huang 외 arxiv

Test-time adaptation (TTA) can improve the recognition accuracy of vision-language models under distribution shift, but often degrades calibration, making predictive confidence unreliable for downstream decision-making. …

Test-time Adaptation

E-Stitchup: Data Augmentation for Pre-Trained Embeddings

2019-11-28 · Cameron R. Wolfe, Keld T. Lundgaard

In this work, we propose data augmentation methods for embeddings from pre-trained deep learning models that take a weighted combination of a pair of input embeddings, as inspired by Mixup, and combine such augmentation …

Data AugmentationGeneral ClassificationTransfer Learning

Unlocking the Pre-Trained Model as a Dual-Alignment Calibrator for Post-Trained LLMs

2026-01-07 · Beier Luo, Cheng Wang, Hongxin Wei, Sharon Li 외 arxiv

Post-training improves large language models (LLMs) but often worsens confidence calibration, leading to systematic overconfidence. Recent unsupervised post-hoc methods for post-trained LMs (PoLMs) mitigate this by align…

Your 2 is My 1, Your 3 is My 9: Handling Arbitrary Miscalibrations in Ratings

2018-06-13 · Jing-Yan Wang, Nihar B. Shah

Cardinal scores (numeric ratings) collected from people are well known to suffer from miscalibrations. A popular approach to address this issue is to assume simplistic models of miscalibration (such as linear biases) to …