TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Ghostbuster: Detecting Text Ghostwritten by Large Language...

Ghostbuster: Detecting Text Ghostwritten by Large Language Models

Vivek Verma, Eve Fleisig, Nicholas Tomlin, Dan Klein

2023-05-24Binary text classification
PaperPDFCode(official)Code(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
Binary text classificationGhostbuster (All Domains)F1 score0.99Ghostbuster

Related Papers

Reliable Decision Support with LLMs: A Framework for Evaluating Consistency in Binary Text Classification Applications2025-05-20GigaCheck: Detecting LLM-generated Content2024-10-31Calibrated Large Language Models for Binary Question Answering2024-07-01Hoaxpedia: A Unified Wikipedia Hoax Articles Dataset2024-05-03LLM-as-a-Coauthor: Can Mixed Human-Written and Machine-Generated Text Be Detected?2024-01-11Identification of the Relevance of Comments in Codes Using Bag of Words and Transformer Based Models2023-08-11DACCORD : un jeu de données pour la Détection Automatique d'énonCés COntRaDictoires en français2023-06-08MAGE: Machine-generated Text Detection in the Wild2023-05-22