Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Breaking the Likelihood Trap: Variance-Calibrated Modulation for Large Language Model Decoding

About

In open-ended generation, LLMs frequently fall into the "likelihood trap", marked by repetitive degeneration and vocabulary dullness, creating a discrepancy between machine-generated and human-written text. While post-hoc tail truncation (e.g., Top-$p$, Min-$p$) avoids sampling from the unreliable tail, it can over-sample from the uncalibrated head and misalign generation with human lexical preferences; fixed scalar repetition penalties likewise ignore variation in logit scale across inference steps, potentially disrupting semantic coherence. To address both limitations, we propose Variance-Calibrated Modulation (VCM), a training-free pre-decoding intervention that reshapes the probability distribution before truncation through two dynamic mechanisms: (1) Contextual Searchlight via PMI, which suppresses global stopwords while elevating context-evoked tokens, and (2) Adaptive Self-Debiasing, which uses real-time logit standard deviation for scale-invariant penalization. Across open-ended generation, factual QA, and mathematical reasoning, VCM consistently mitigates the likelihood trap. With negligible computational overhead, VCM integrates with existing decoding strategies, improving diversity, coherence, and, particularly at higher decoding temperatures, reasoning accuracy.

Yuanhao Ding, Meimingwei Li, Esteban Garces Arias, Matthias A{\ss}enmacher, Christian Heumann, Chongsheng Zhang• 2026

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningMATH 500
Top-1 Accuracy25
452
Mathematical ReasoningGSM8K--
352
Open-ended Text GenerationWikiText
Rep-254.83
18
Question AnsweringTruthfulQA
Factuality57.89
18
Showing 4 of 4 rows

Other info

Follow for update