paper-with-me

홈 › Papers

AuthentiGPT: Detecting Machine-Generated Text via Black-Box Language Models Denoising

2023-11-13 · Zhen Guo, Shangdi Yu

Large language models (LLMs) have opened up enormous opportunities while simultaneously posing ethical dilemmas. One of the major concerns is their ability to create text that closely mimics human writing, which can lead to potential misuse, such as academic misconduct, disinformation, and fraud. To address this problem, we present AuthentiGPT, an efficient classifier that distinguishes between machine-generated and human-written texts. Under the assumption that human-written text resides outside the distribution of machine-generated text, AuthentiGPT leverages a black-box LLM to denoise input text with artificially added noise, and then semantically compares the denoised text with the original to determine if the content is machine-generated. With only one trainable parameter, AuthentiGPT eliminates the need for a large training dataset, watermarking the LLM's output, or computing the log-likelihood. Importantly, the detection capability of AuthentiGPT can be easily adapted to any generative language model. With a 0.918 AUROC score on a domain-specific dataset, AuthentiGPT demonstrates its effectiveness over other commercial algorithms, highlighting its potential for detecting machine-generated text in academic settings.

📄 PDF Abstract BibTeX arXiv:2311.07700

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

TempTest: Local Normalization Distortion and the Detection of Machine-generated Text

2025-03-26 · Tom Kempton, Stuart Burrell, Connor Cheverall

Existing methods for the zero-shot detection of machine-generated text are dominated by three statistical quantities: log-likelihood, log-rank, and entropy. As language models mimic the distribution of human text ever cl…

Smaller Language Models are Better Black-box Machine-Generated Text Detectors

2023-05-17 · Niloofar Mireshghallah, Justus Mattern, Sicun Gao, Reza Shokri 외

With the advent of fluent generative language models that can produce convincing utterances very similar to those written by humans, distinguishing whether a piece of text is machine-generated or human-written becomes mo…

Misinformation

DeepPavlov at SemEval-2024 Task 8: Leveraging Transfer Learning for Detecting Boundaries of Machine-Generated Texts

2024-05-17 · Anastasia Voznyuk, Vasily Konovalov

The Multigenerator, Multidomain, and Multilingual Black-Box Machine-Generated Text Detection shared task in the SemEval-2024 competition aims to tackle the problem of misusing collaborative human-AI writing. Although the…

Boundary DetectionText DetectionTransfer Learning

Mast Kalandar at SemEval-2024 Task 8: On the Trail of Textual Origins: RoBERTa-BiLSTM Approach to Detect AI-Generated Text

2024-07-03 · Jainit Sushil Bafna, Hardik Mittal, Suyash Sethia, Manish Shrivastava 외

Large Language Models (LLMs) have showcased impressive abilities in generating fluent responses to diverse user queries. However, concerns regarding the potential misuse of such texts in journalism, educational, and acad…

Text Detection

RKadiyala at SemEval-2024 Task 8: Black-Box Word-Level Text Boundary Detection in Partially Machine Generated Texts

2024-10-22 · Ram Mohan Rao Kadiyala

With increasing usage of generative models for text generation and widespread use of machine generated texts in various domains, being able to distinguish between human written and machine generated texts is a significan…

Boundary DetectionSentenceText Generation