Definition
AI text detection asks: did a language model write this text? (Not: is it true? Not: is this image fake?)
| Method | Idea | Problem |
|---|---|---|
| Word frequencies | marker words (βdelveβ) spike after 2022 | only at corpus scale |
| Perplexity | model text has low PPL | prompt missing; memorized human text |
| Binoculars | with observer and performer model | short or edited text |
| Trained classifiers | synthetic mirrors + hard-negative mining (Pangram) | humanizers, distribution shift |
Binoculars works because the cross-perplexity normalizes by how surprising the content is for a language model in general, cancelling the prompt and topic (AUC 0.66 and 0.71 alone, 0.99 as ratio).