paper-with-me

홈 › Papers

Fast-DetectGPT: Efficient Zero-Shot Detection of Machine-Generated Text via Conditional Probability Curvature

2023-10-08 · Guangsheng Bao, Yanbin Zhao, Zhiyang Teng, Linyi Yang, Yue Zhang

Large language models (LLMs) have shown the ability to produce fluent and cogent content, presenting both productivity opportunities and societal risks. To build trustworthy AI systems, it is imperative to distinguish between machine-generated and human-authored content. The leading zero-shot detector, DetectGPT, showcases commendable performance but is marred by its intensive computational costs. In this paper, we introduce the concept of conditional probability curvature to elucidate discrepancies in word choices between LLMs and humans within a given context. Utilizing this curvature as a foundational metric, we present Fast-DetectGPT, an optimized zero-shot detector, which substitutes DetectGPT's perturbation step with a more efficient sampling step. Our evaluations on various datasets, source models, and test conditions indicate that Fast-DetectGPT not only surpasses DetectGPT by a relative around 75% in both the white-box and black-box settings but also accelerates the detection process by a factor of 340, as detailed in Table 1. See \url{https://github.com/baoguangsheng/fast-detect-gpt} for code, data, and results.

📄 PDF Abstract BibTeX arXiv:2310.05130

Code (2)

baoguangsheng/fast-detect-gpt 공식 구현 pytorch
clcs-sustech/fouriergpt pytorch

Similar Papers 제목 키워드 기반

DetectGPT: Zero-Shot Machine-Generated Text Detection using Probability Curvature

2023-01-26 · Eric Mitchell, Yoonho Lee, Alexander Khazatsky, Christopher D. Manning 외

The increasing fluency and widespread usage of large language models (LLMs) highlight the desirability of corresponding tools aiding detection of LLM-generated text. In this paper, we identify a property of the structure…

ArticlesLanguage ModellingText Detection

Applying Ensemble Methods to Model-Agnostic Machine-Generated Text Detection

2024-06-18 · Ivan Ong, Boon King Quek

In this paper, we study the problem of detecting machine-generated text when the large language model (LLM) it is possibly derived from is unknown. We do so by apply ensembling methods to the outputs from DetectGPT class…

Language ModelingLanguage ModellingLarge Language ModelText Detection

Glimpse: Enabling White-Box Methods to Use Proprietary Models for Zero-Shot LLM-Generated Text Detection

2024-12-16 · Guangsheng Bao, Yanbin Zhao, Juncai He, Yue Zhang

Advanced large language models (LLMs) can generate text almost indistinguishable from human-written text, highlighting the importance of LLM-generated text detection. However, current zero-shot techniques face challenges…

LLM-generated Text DetectionText Detection

Efficient Detection of LLM-generated Texts with a Bayesian Surrogate Model

2023-05-26 · Yibo Miao, Hongcheng Gao, Hao Zhang, Zhijie Deng

The detection of machine-generated text, especially from large language models (LLMs), is crucial in preventing serious social problems resulting from their misuse. Some methods train dedicated detectors on specific data…

Zero-Shot Detection of Machine-Generated Codes

2023-10-08 · Xianjun Yang, Kexun Zhang, Haifeng Chen, Linda Petzold 외

This work proposes a training-free approach for the detection of LLMs-generated codes, mitigating the risks associated with their indiscriminate usage. To the best of our knowledge, our research is the first to investiga…

Language ModellingText Detection