English

DiffSampling: Enhancing Diversity and Accuracy in Neural Text Generation

Computation and Language 2026-01-15 v5 Artificial Intelligence Machine Learning

Abstract

Despite their growing capabilities, language models still frequently reproduce content from their training data, generate repetitive text, and favor common grammatical patterns and vocabulary. A possible cause is the decoding strategy: the most common strategies either consider only the most probable tokens, which reduces output diversity, or increase the likelihood of unlikely tokens, compromising output accuracy and correctness. In this paper, we propose DiffSampling, a new decoding method that leverages a mathematical analysis of the token probability distribution to ensure the generation of contextually appropriate text. In particular, the difference between consecutive, sorted probabilities can be used to truncate incorrect tokens. In addition, we also propose two variations of the proposed method that aim to correct the subtle inconsistencies of common sampling strategies. Experiments involving four different text-generation tasks demonstrate that our approach consistently performs at least on par with the existing methods it builds upon in terms of quality, despite sampling from a larger set of tokens.

Keywords

Cite

@article{arxiv.2502.14037,
  title  = {DiffSampling: Enhancing Diversity and Accuracy in Neural Text Generation},
  author = {Giorgio Franceschelli and Mirco Musolesi},
  journal= {arXiv preprint arXiv:2502.14037},
  year   = {2026}
}

Comments

Published in Transactions on Machine Learning Research (2025), see https://tmlr.infinite-conf.org/paper_pages/kXjHbMvdIi.html

R2 v1 2026-06-28T21:50:32.656Z