AI Navigate

The Truncation Blind Spot: How Decoding Strategies Systematically Exclude Human-Like Token Choices

arXiv cs.CL / 3/20/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that standard decoding strategies, such as top-k, nucleus sampling, and contrastive search, select tokens based on likelihood, creating a truncation blind spot where contextually appropriate but statistically rare tokens are inaccessible to these decoders.
  • A large-scale analysis of 1.8 million texts across eight language models, five decoding strategies, and 53 hyperparameter configurations shows that 8-18% of human-selected tokens fall outside typical truncation boundaries.
  • Simple classifiers trained on predictability and lexical diversity achieve high detection rates for machine-generated text, suggesting detectable signals even without very large models.
  • Detectability depends more on decoding settings than on model scale or architecture, and configurations that reduce detectability often produce incoherent text, indicating that evading detection and producing natural text are not the same objective.

Abstract

Standard decoding strategies for text generation, including top-k, nucleus sampling, and contrastive search, select tokens based on likelihood, restricting selection to high-probability regions. Human language production operates differently: tokens are chosen for communicative appropriateness rather than statistical frequency. This mismatch creates a truncation blind spot: contextually appropriate but statistically rare tokens remain accessible to humans yet unreachable by likelihood-based decoding. We hypothesize this contributes to the detectability of machine-generated text. Analyzing over 1.8 million texts across eight language models, five decoding strategies, and 53 hyperparameter configurations, we find that 8-18% of human-selected tokens fall outside typical truncation boundaries. Simple classifiers trained on predictability and lexical diversity achieve remarkable detection rates. Crucially, neither model scale nor architecture correlates strongly with detectability; truncation parameters account for most variance. Configurations achieving low detectability often produce incoherent text, indicating that evading detection and producing natural text are distinct objectives. These findings suggest detectability is enhanced by likelihood-based token selection, not merely a matter of model capability.