Search papers, labs, and topics across Lattice.
This paper addresses the challenge of detecting AI-generated text by introducing a multiscale uncertainty estimator called Uncertainty, which focuses on low-probability tokens that highlight distributional discrepancies between human and AI writing. By averaging the log-probabilities of these tokens, the method mitigates the impact of boilerplate dominance, while employing R茅nyi entropy to enhance decision stability against adversarial manipulations. Experiments across multiple datasets and language models show that this approach significantly improves detection effectiveness and robustness compared to traditional statistical methods.
Low-probability tokens can be the key to distinguishing AI-generated text from human writing, revealing hidden distributional discrepancies that traditional methods overlook.
AI-generated text increasingly blends with human writing, raising practical risks such as misinformation, academic misuse, and corpora contamination. While statistical detectors are appealing for efficiency and generalization, they suffer from two key limitations. (i) Boilerplate dominance, boilerplate tokens shared across human and LLM writing can overwhelm discriminative signals. (ii) Brittle point estimates, relying on a single probability score yields unstable decisions under adversarial manipulations. To address these issues, we propose Uncertainty, a multiscale uncertainty estimator that focuses on informative low-probability tokens, which more clearly expose distributional discrepancies. Locally, it alleviates boilerplate dominance by averaging the log-probabilities of low-probability tokens; globally, it reduces brittleness by capturing the distributional shape of this low-probability region via R茅nyi entropy. We further extend the detector to Uncertainty++ via conditional independent sampling, yielding a more stable uncertainty estimation. Experiments across seven datasets and sixteen LLMs demonstrate high effectiveness, generalization, and robustness. Our code is available at https://github.com/guoyikai2000/Uncertainty-AIGT.