paper-with-me

Papers

Future Confidence Distillation in Large Language Models

2026-07-08 · Sahil Kale arxiv

Reliable confidence estimation is essential for deploying large language models (LLMs) in confidence-aware systems, where downstream decisions such as retrieval, tool use, and adaptive computation depend on accurately estimating answer reliability. Existing approaches, however, largely treat confidence as a property of completed responses, overlooking how confidence-related information evolves throughout the answering process. In this work, we investigate confidence from a temporal perspective by comparing pre-solution Feeling-of-Knowing (FOK) and post-solution Judgement-of-Learning (JOL) confidence estimates across frontier and open-source LLMs. We show that post-solution confidence is consistently better calibrated and more discriminative than pre-solution confidence, while linear probes trained on hidden representations recover substantially richer confidence-related information than models explicitly verbalise. Building on this observation, we introduce future confidence distillation, which trains predictors operating on pre-solution hidden representations using teacher confidence estimates produced by post-solution correctness probes. Despite requiring only pre-solution representations for inference, distilled predictors recover much of the calibration improvement achieved by post-solution confidence, remain highly sample efficient, and transfer across datasets within the same domain. Together, our findings demonstrate that confidence-related information evolves throughout the answering process and can be anticipated before answer generation is complete, enabling significantly more reliable yet low-cost confidence estimation.

📄 PDF Abstract BibTeX arXiv:2607.07626

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Generation

Similar Papers 제목 키워드 기반

Uncertainty Distillation: Teaching Language Models to Express Semantic Confidence

2025-03-18 · Sophia Hager, David Mueller, Kevin Duh, Nicholas Andrews

As large language models (LLMs) are increasingly used for factual question-answering, it becomes more important for LLMs to have the capability to communicate the likelihood that their answer is correct. For these verbal…

Question AnsweringUncertainty Quantification

From Captions to Rewards (CAREVL): Leveraging Large Language Model Experts for Enhanced Reward Modeling in Large Vision-Language Models

2025-03-08 · Muzhi Dai, Jiashuo Sun, Zhiyuan Zhao, Shixuan Liu 외

Aligning large vision-language models (LVLMs) with human preferences is challenging due to the scarcity of fine-grained, high-quality, and multimodal preference data without human annotations. Existing methods relying on…

Image CaptioningLanguage ModelingLanguage ModellingLarge Language Model

GateKD: Confidence-Gated Closed-Loop Distillation for Robust Reasoning

2026-05-13 · Kasidit Sermsri, Teerapong Panboonyuen arxiv

Distilling multi-step reasoning abilities from large language models (LLMs) into compact student models remains challenging due to noisy rationales, hallucinated supervision, and static teacher-student interactions. Exis…

Confidence Preservation Property in Knowledge Distillation Abstractions

2024-01-21 · Dmitry Vengertsev, Elena Sherman

Social media platforms prevent malicious activities by detecting harmful content of posts and comments. To that end, they employ large-scale deep neural network language models for sentiment analysis and content understa…

ClassificationKnowledge DistillationSentiment Analysis

The Professor: Multi-Teacher Unsupervised Prompt Distillation for Vision-Language Models

2026-06-22 · Ahmad Algadhi, Ahmed Alzuhair, Omar Alkhulaif, Muzammil Behzad arxiv

Prompt distillation compresses large vision-language models (VLMs) such as CLIP into lightweight student models by matching teacher predictions on unlabeled domain images. PromptKD (CVPR 2024) established this paradigm w…