paper-with-me

홈 › Papers

Semantic Self-Distillation for Language Model Uncertainty

2026-02-04 · Edward Phillips, Sean Wu, Fredrik K. Gustafsson, Boyan Gao, David A. Clifton arxiv

Large language models present challenges for principled uncertainty quantification, in part due to their complexity and the diversity of their outputs. Semantic dispersion, or the variance in the meaning of sampled answers, has been proposed as a useful proxy for model uncertainty, but the associated computational cost prohibits its use in latency-critical applications. We show that sampled semantic distributions can be distilled into lightweight student models which estimate a prompt-conditioned density before the language model generates an answer token. The student model predicts a semantic distribution over possible answers; the entropy of this distribution provides a prompt-level uncertainty signal, and the probability density allows answer-level reliability evaluation. Across experiments on TriviaQA and MMLU, we find our student models perform competitively relative to sampling-based semantic dispersion baselines on a hallucination prediction task, whilst offering additional uncertainty primitives for out-of-domain detection and multiple-choice answer selection. We term this technique Semantic Self-Distillation (SSD), which can serve as a general framework for distilling predictive uncertainty in complex output spaces beyond language.

📄 PDF Abstract BibTeX arXiv:2602.04577

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Selection

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

MaskCLIP: Masked Self-Distillation Advances Contrastive Language-Image Pretraining

2022-08-25 · CVPR 2023 1 · Xiaoyi Dong, Jianmin Bao, Yinglin Zheng, Ting Zhang 외

This paper presents a simple yet effective framework MaskCLIP, which incorporates a newly proposed masked self-distillation into contrastive language-image pretraining. The core idea of masked self-distillation is to dis…

Representation Learning

D3O: Dynamic Distribution Distillation for Ordinal Regression

2026-07-26 · Chunlai Dong, Yaojun Hu, Yuyang Xu, Haochao Ying 외 arxiv

Ordinal regression is widely used in scenarios where labels are discrete yet inherently ordered. In practice, however, ordinal labels are often obtained by discretizing underlying continuous semantics through subjective …

GNN's Uncertainty Quantification using Self-Distillation

2025-06-24 · Hirad Daneshvar, Reza Samavi

Graph Neural Networks (GNNs) have shown remarkable performance in the healthcare domain. However, what remained challenging is quantifying the predictive uncertainty of GNNs, which is an important aspect of trustworthine…

Knowledge DistillationUncertainty Quantification

Avatar Knowledge Distillation: Self-ensemble Teacher Paradigm with Uncertainty

2023-05-04 · Yuan Zhang, Weihua Chen, Yichen Lu, Tao Huang 외

Knowledge distillation is an effective paradigm for boosting the performance of pocket-size model, especially when multiple teacher models are available, the student would break the upper limit again. However, it is not …

Knowledge Distillationobject-detectionObject DetectionSemantic Segmentation+1