TempTest: Local Normalization Distortion and the Detection of Machine-generated Text
Tom Kempton, Stuart Burrell, Connor Cheverall
TL;DR
TempTest introduces TempNorm, a model-agnostic zero-shot detector for machine-generated text that exploits local normalization distortion caused by temperature sampling. Grounded in Bayesian reasoning and ergodic theory, it defines a TempTest score $\text{TempTest}(\underline w)=\frac{1}{T}\Big(\log \epsilon_{\tau}(\underline w)-(\frac{1}{\tau}-1)\log P(\underline w)\Big)$, with a linear decision boundary of slope $(1/\tau)-1$ to separate human and machine text. Across white, gray, and black-box settings on multiple datasets and model families, TempTest achieves comparable or superior AUROC performance, particularly for short passages, and demonstrates robustness to temperature mis-specification. The work also extends to top-k detection analogues and evaluates biases toward non-native speakers, highlighting practical applicability and avenues for future enhancement, including non-English data and top-p variants.
Abstract
Existing methods for the zero-shot detection of machine-generated text are dominated by three statistical quantities: log-likelihood, log-rank, and entropy. As language models mimic the distribution of human text ever closer, this will limit our ability to build effective detection algorithms. To combat this, we introduce a method for detecting machine-generated text that is entirely agnostic of the generating language model. This is achieved by targeting a defect in the way that decoding strategies, such as temperature or top-k sampling, normalize conditional probability measures. This method can be rigorously theoretically justified, is easily explainable, and is conceptually distinct from existing methods for detecting machine-generated text. We evaluate our detector in the white and black box settings across various language models, datasets, and passage lengths. We also study the effect of paraphrasing attacks on our detector and the extent to which it is biased against non-native speakers. In each of these settings, the performance of our test is at least comparable to that of other state-of-the-art text detectors, and in some cases, we strongly outperform these baselines.
