CLMay 13, 2023

GPT-Sentinel: Distinguishing Human and ChatGPT Generated Content

arXiv:2305.07969v281 citations
Originality Incremental advance
AI Analysis

This addresses the need for reliable detection of AI-generated content, which is an incremental improvement in text classification for applications like content moderation and authenticity verification.

The paper tackled the problem of distinguishing ChatGPT-generated from human-written text by developing and training two classification models (RoBERTa and T5) on a new dataset, achieving over 97% accuracy on test data.

This paper presents a novel approach for detecting ChatGPT-generated vs. human-written text using language models. To this end, we first collected and released a pre-processed dataset named OpenGPTText, which consists of rephrased content generated using ChatGPT. We then designed, implemented, and trained two different models for text classification, using Robustly Optimized BERT Pretraining Approach (RoBERTa) and Text-to-Text Transfer Transformer (T5), respectively. Our models achieved remarkable results, with an accuracy of over 97% on the test dataset, as evaluated through various metrics. Furthermore, we conducted an interpretability study to showcase our model's ability to extract and differentiate key features between human-written and ChatGPT-generated text. Our findings provide important insights into the effective use of language models to detect generated text.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes