When AI Settles Down: Late-Stage Stability as a Signature of AI-Generated Text Detection
Ke Sun, Guangsheng Bao, Han Cui, Yue Zhang
TL;DR
This work tackles AI-generated text detection in zero-shot settings by revealing a temporal signature of autoregressive generation: Late-Stage Volatility Decay, where AI-generated text shows rapidly stabilizing log-probability fluctuations in the later portions of text. The authors introduce two simple, training-free features, Derivative Dispersion and Local Volatility, computed from the second half of sequences, and combine them into a Temporal Stability Detection (TSD) score that achieves state-of-the-art performance on EvoBench and MAGE without perturbation sampling. The method is shown to be complementary to existing global detectors, and fusion with a global detector further boosts robustness, especially for longer texts and diverse model families. The findings highlight the importance of leveraging temporal dynamics in autoregressive generation for robust AI-text detection and suggest practical, scalable detection that generalizes across surrogate models and frontier models. Limitations include reduced effectiveness on very short texts and simple fusion strategies that could be enhanced with adaptive weighting.
Abstract
Zero-shot detection methods for AI-generated text typically aggregate token-level statistics across entire sequences, overlooking the temporal dynamics inherent to autoregressive generation. We analyze over 120k text samples and reveal Late-Stage Volatility Decay: AI-generated text exhibits rapidly stabilizing log probability fluctuations as generation progresses, while human writing maintains higher variability throughout. This divergence peaks in the second half of sequences, where AI-generated text shows 24--32\% lower volatility. Based on this finding, we propose two simple features: Derivative Dispersion and Local Volatility, which computed exclusively from late-stage statistics. Without perturbation sampling or additional model access, our method achieves state-of-the-art performance on EvoBench and MAGE benchmarks and demonstrates strong complementarity with existing global methods.
