Definition

AI text detection asks: did a language model write this text? (Not: is it true? Not: is this image fake?)

MethodIdeaProblem
Word frequenciesmarker words (β€œdelve”) spike after 2022only at corpus scale
Perplexitymodel text has low PPLprompt missing; memorized human text
Binoculars with observer and performer modelshort or edited text
Trained classifierssynthetic 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).

Appears in