Search papers, labs, and topics across Lattice.
This paper introduces the Word Coverage Score (WCS) to quantify how sampling methods in LLMs prune contextually appropriate, low-frequency words from the output distribution. By evaluating open-weight models on human-authored text fragments, the authors demonstrate that common sampling techniques like Top-$p$ and Top-$k$ significantly reduce lexical diversity. The study reveals that these sampling defaults act as unintended censorship mechanisms, leading to homogenized text generation.
Standard LLM sampling methods unintentionally censor low-frequency words, turning Shakespeare into corporate speak.
Modern Large Language Models (LLMs) are often criticized for producing repetitive and homogeneous text, despite possessing vast latent vocabularies. While previous research has focused on model knowledge and training data, we investigate the role of decoding mechanics in suppressing linguistic diversity. We introduce the Word Coverage Score (WCS), a metric that quantifies the extent to which contextually appropriate human vocabulary is mathematically pruned by standard sampling filters (e.g., Top-$p$, Top-$k$, and Min-$p$). Rather than assessing static knowledge, the WCS measures the lexical survival rate of low-frequency, high-information human words as a function of sampling parameters. By auditing open-weight models on human-authored corpus fragments, we identify which logical lexical choices are rendered unreachable by the decoder, even when they reside within the probability space. Our results provide quantitative evidence that industry-standard sampling defaults act as unintended censorship mechanisms, smoothing the unique textures of human expression into a homogenized discourse. The WCS offers a rigorous framework for optimizing the trade-off between text coherence and lexical richness, providing a diagnostic tool for preserving the diversity of human language in generative models.