paper-with-me

홈 › Papers

On the Entropy Calibration of Language Models

2025-11-15 · Steven Cao, Gregory Valiant, Percy Liang arxiv

We study the problem of entropy calibration, which asks whether a language model's entropy over generations matches its log loss on human text. Past work found that models are miscalibrated, with entropy per step increasing as generations grow longer, due to error accumulation. To calibrate the model and improve text quality, it has become standard practice to truncate the distribution, but this approach reduces output diversity, which we would like to avoid. Therefore, in this paper, we ask: does miscalibration improve automatically with scale, and if not, is it theoretically possible to calibrate without tradeoffs? To build intuition, we first study a simplified theoretical setting to characterize the scaling behavior of miscalibration with respect to dataset size. We find that the rate of scaling depends on the power law exponent of the data distribution -- in particular, for a power law exponent close to 1, the scaling exponent is close to 0, meaning that miscalibration improves very slowly with scale. Next, we measure miscalibration empirically in language models ranging from 0.5B to 70B parameters. We find that the observed scaling behavior is similar to what is predicted theoretically: our fitted scaling exponents for text are close to 0, meaning that larger models accumulate error at a similar rate as smaller ones. This scaling (or, lack thereof) provides one explanation for why we sample from larger models with similar amounts of truncation as smaller models, even though the larger models are of higher quality. However, truncation is not a satisfying solution because it comes at the cost of increased log loss. In theory, is it even possible to reduce entropy while preserving log loss? We prove that it is possible, if we assume access to a black box which can fit models to predict the future entropy of text.

📄 PDF Abstract BibTeX arXiv:2511.11966

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Calibration, Entropy Rates, and Memory in Language Models

2019-06-11 · ICML 2020 1 · Mark Braverman, Xinyi Chen, Sham M. Kakade, Karthik Narasimhan 외

Building accurate language models that capture meaningful long-term dependencies is a core challenge in natural language processing. Towards this end, we present a calibration-based approach to measure long-term discrepa…

PAEC: Position-Aware Entropy Calibration for LLM Reasoning in RLVR

2026-06-07 · Shumeng Yang, Yisu Liu, Jiayi Zheng, Zhaohui Yang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) improves large language model reasoning but often suffers from rapid policy-entropy collapse, where the policy prematurely concentrates on narrow high-probability rea…

Reinforcement LearningMathematical Reasoning

Predictive Entropy Links Calibration and Paraphrase Sensitivity in Medical Vision-Language Models

2026-04-10 · Binesh Sadanandan, Vahid Behzadan arxiv

Medical Vision Language Models VLMs suffer from two failure modes that threaten safe deployment mis calibrated confidence and sensitivity to question rephrasing. We show they share a common cause, proximity to the decisi…

SLMEval: Entropy-Based Calibration for Human-Aligned Evaluation of Large Language Models

2025-05-21 · Roland Daynauth, Christopher Clarke, Krisztian Flautner, Lingjia Tang 외

The LLM-as-a-Judge paradigm offers a scalable, reference-free approach for evaluating language models. Although several calibration techniques have been proposed to better align these evaluators with human judgment, prio…