DetectGPT: Zero-Shot Machine-Generated Text Detection using Probability Curvature
arXiv:2301.11305
Abstract
The increasing fluency and widespread usage of large language models (LLMs) highlight the desirability of corresponding tools aiding detection of LLM-generated text. In this paper, we identify a property of the structure of an LLM's probability function that is useful for such detection. Specifically, we demonstrate that text sampled from an LLM tends to occupy negative curvature regions of the model's log probability function. Leveraging this observation, we then define a new curvature-based criterion for judging if a passage is generated from a given LLM. This approach, which we call DetectGPT, does not require training a separate classifier, collecting a dataset of real or generated passages, or explicitly watermarking generated text. It uses only log probabilities computed by the model of interest and random perturbations of the passage from another generic pre-trained language model (e.g., T5). We find DetectGPT is more discriminative than existing zero-shot methods for model sample detection, notably improving detection of fake news articles generated by 20B parameter GPT-NeoX from 0.81 AUROC for the strongest zero-shot baseline to 0.95 AUROC for DetectGPT. See https://ericmitchell.ai/detectgpt for code, data, and other project information.
ICML 2023
Cited by in corpus (13)
- Large AI Models in Health Informatics: Applications, Challenges, and the Future
- Anatomy of an AI-powered malicious social botnet
- Identifying and Mitigating the Security Risks of Generative AI
- Detecting AI-Generated Text: Factors Influencing Detectability with Current Methods
- Intrinsic Dimension Estimation for Robust Detection of AI-Generated Texts
- MULTITuDE: Large-Scale Multilingual Machine-Generated Text Detection Benchmark
- ChatGPT Code Detection: Techniques for Uncovering the Source of Code
- Token Prediction as Implicit Classification to Identify LLM-Generated Text
- Detection of Fake Generated Scientific Abstracts
- STADEE: STAtistics-based DEEp Detection of Machine Generated Text
- An Empirical Study of AI Generated Text Detection Tools
- On the Generalization and Adaptation Ability of Machine-Generated Text Detectors in Academic Writing
- AI-generated text boundary detection with RoFT