paper-with-me

Papers

Sampling More, Getting Less: Calibration is the Diversity Bottleneck in LLMs

2026-05-11 · Amin Banayeeanzade, Qingchuan Yang, Dhruv Tarsadiya, Fatemeh Bahrani, Leonardo Blas, Alfy Samuel, Robin Jia, Meisam Razaviyayn, Sai Praneeth Karimireddy arxiv

Diversity is essential for language-model applications ranging from creative generation to scientific discovery, yet modern LLMs often collapse into a narrow subset of plausible outputs. While prior work has developed benchmarks for measuring this lack of diversity, less is known about how the step-by-step probability distributions at inference time cause the problem. We introduce a validity--diversity framework that attributes diversity collapse to how an LLM allocates probability mass across valid and invalid continuations during decoding. This framework decomposes the bottleneck into two complementary forms of miscalibration. First, order calibration: valid tokens are not reliably ranked above invalid tokens, so rank-based cutoff rules must trade off between recovering valid continuations and admitting invalid ones. Second, shape calibration: probability mass is overly concentrated only on few valid continuations while having a heavy-tail of mixed valid and invalid tokens, so maintaining high validity limits diversity. We formalize both mechanisms and show that local failures compound across decoding steps, producing strong sequence-level losses in diversity. Empirically, we develop controlled diagnostics for probing these bottlenecks, including tasks with exactly known valid sets and oracle cutoff baselines. Across 14 language models spanning multiple families and scales, we find that diversity collapse is not merely a limitation of particular sampling heuristics, but a consequence of order and shape miscalibration in the LLM distribution.

📄 PDF Abstract BibTeX arXiv:2605.11128

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

D-CBRS: Accounting For Intra-Class Diversity in Continual Learning

2022-07-13 · Yasin Findik, Farhad Pourkamali-Anaraki

Continual learning -- accumulating knowledge from a sequence of learning experiences -- is an important yet challenging problem. In this paradigm, the model's performance for previously encountered instances may substant…

Continual LearningDiversityManagement

Enhancing Diffusion Model Guidance through Calibration and Regularization

2025-11-08 · Seyed Alireza Javid, Amirhossein Bagheri, Nuria González-Prelcic arxiv

Classifier-guided diffusion models have emerged as a powerful approach for conditional image generation, but they suffer from overconfident predictions during early denoising steps, causing the guidance gradient to vanis…

Conditional Image GenerationClassifier calibration

CarBoN: Calibrated Best-of-N Sampling Improves Test-time Reasoning

2025-10-17 · Yung-Chen Tang, Pin-Yu Chen, Andrea Cavallaro arxiv

Allocating more computation during inference time (test-time scaling) improves language model performance, especially for reasoning tasks. However, popular methods like Best-of-$N$ sampling often show diminishing returns…

Towards Confidence-aware Calibrated Recommendation

2022-08-22 · Mohammadmehdi Naghiaei, Hossein A. Rahmani, Mohammad Aliannejadi, Nasim Sonboli

Recommender systems utilize users' historical data to learn and predict their future interests, providing them with suggestions tailored to their tastes. Calibration ensures that the distribution of recommended item cate…

DiversityRecommendation SystemsRe-Ranking

What Makes Graph Neural Networks Miscalibrated?

2022-10-12 · Hans Hao-Hsun Hsu, Yuesong Shen, Christian Tomani, Daniel Cremers

Given the importance of getting calibrated predictions and reliable uncertainty estimations, various post-hoc calibration methods have been developed for neural networks on standard multi-class classification tasks. Howe…

DiversityGraph AttentionMulti-class Classification