Technical Report on the Pangram AI-Generated Text Classifier
Bradley Emi, Max Spero
TL;DR
Pangram Text introduces a transformer-based AI-text detector engineered to distinguish machine-generated text from human writing with exceptionally low false positives across diverse domains and unseen models. The core innovations are mirror prompting and hard negative mining, implemented within a curriculum-inspired training loop that scales to web-size data while maintaining robust optimization. Key contributions include a detailed scaling-law analysis, the synthetic-mirror data generation pipeline, and strong cross-domain and multilingual generalization, achieving near-perfect production-level accuracy and resilience to new LLMs such as GPT-4. The work provides a practical, publicly available detector with rigorous evaluation, while acknowledging ethical use and the importance of corroborating detection with additional evidence.
Abstract
We present Pangram Text, a transformer-based neural network trained to distinguish text written by large language models from text written by humans. Pangram Text outperforms zero-shot methods such as DetectGPT as well as leading commercial AI detection tools with over 38 times lower error rates on a comprehensive benchmark comprised of 10 text domains (student writing, creative writing, scientific writing, books, encyclopedias, news, email, scientific papers, short-form Q&A) and 8 open- and closed-source large language models. We propose a training algorithm, hard negative mining with synthetic mirrors, that enables our classifier to achieve orders of magnitude lower false positive rates on high-data domains such as reviews. Finally, we show that Pangram Text is not biased against nonnative English speakers and generalizes to domains and models unseen during training.
