Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Ghostbuster: Detecting Text Ghostwritten by Large Language Models

About

We introduce Ghostbuster, a state-of-the-art system for detecting AI-generated text. Our method works by passing documents through a series of weaker language models, running a structured search over possible combinations of their features, and then training a classifier on the selected features to predict whether documents are AI-generated. Crucially, Ghostbuster does not require access to token probabilities from the target model, making it useful for detecting text generated by black-box models or unknown model versions. In conjunction with our model, we release three new datasets of human- and AI-generated text as detection benchmarks in the domains of student essays, creative writing, and news articles. We compare Ghostbuster to a variety of existing detectors, including DetectGPT and GPTZero, as well as a new RoBERTa baseline. Ghostbuster achieves 99.0 F1 when evaluated across domains, which is 5.9 F1 higher than the best preexisting model. It also outperforms all previous approaches in generalization across writing domains (+7.5 F1), prompting strategies (+2.1 F1), and language models (+4.4 F1). We also analyze the robustness of our system to a variety of perturbations and paraphrasing attacks and evaluate its performance on documents written by non-native English speakers.

Vivek Verma, Eve Fleisig, Nicholas Tomlin, Dan Klein• 2023

Related benchmarks

TaskDatasetResultRank
LLM-generated content detectionReuter News
Std Dev of F1 Score5.93
12
LLM-generated content detectionAcademic Paper
Std Dev of F1 Score5.87
12
LLM-generated text detectionReuter News Dataset
F1 (Original)85.4
12
LLM-generated text detectionYelp review dataset
F1 (Original)86.3
12
LLM-generated content detectionStudent Essay
Stdev(F1 Score)6.34
12
LLM-generated content detectionYelp Review
Stdev of F1 Score6.81
12
LLM-generated content detectionHumanEval
Std Dev of F1 Score6.05
12
LLM-generated content detectionHumanEval
AUROC0.5378
11
LLM-generated content detectionYelp Review
AUROC0.6691
11
LLM-generated content detectionVisualNews
AUROC0.7122
11
Showing 10 of 32 rows

Other info

Code

Follow for update