paper-with-me

홈 › Papers

Who Wrote This? The Key to Zero-Shot LLM-Generated Text Detection Is GECScore

2024-05-07 · Junchao Wu, Runzhe Zhan, Derek F. Wong, Shu Yang, Xuebo Liu, Lidia S. Chao, Min Zhang

The efficacy of an large language model (LLM) generated text detector depends substantially on the availability of sizable training data. White-box zero-shot detectors, which require no such data, are nonetheless limited by the accessibility of the source model of the LLM-generated text. In this paper, we propose an simple but effective black-box zero-shot detection approach, predicated on the observation that human-written texts typically contain more grammatical errors than LLM-generated texts. This approach entails computing the Grammar Error Correction Score (GECScore) for the given text to distinguish between human-written and LLM-generated text. Extensive experimental results show that our method outperforms current state-of-the-art (SOTA) zero-shot and supervised methods, achieving an average AUROC of 98.7% and showing strong robustness against paraphrase and adversarial perturbation attacks.

📄 PDF Abstract BibTeX arXiv:2405.04286

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelLLM-generated Text DetectionText Detection

Similar Papers 제목 키워드 기반

Short-PHD: Detecting Short LLM-generated Text with Topological Data Analysis After Off-topic Content Insertion

2025-04-01 · Dongjun Wei, Minjia Mao, Xiao Fang, Michael Chau

The malicious usage of large language models (LLMs) has motivated the detection of LLM-generated texts. Previous work in topological data analysis shows that the persistent homology dimension (PHD) of text embeddings can…

LLM-generated Text DetectionText DetectionTopological Data Analysis

The Impact of Prompts on Zero-Shot Detection of AI-Generated Text

2024-03-29 · Kaito Taguchi, Yujie Gu, Kouichi Sakurai

In recent years, there have been significant advancements in the development of Large Language Models (LLMs). While their practical applications are now widespread, their potential for misuse, such as generating fake new…

Text Generation

Zero-Shot Detection of LLM-Generated Text via Implicit Reward Model

2026-04-23 · Runheng Liu, Heyan Huang, Xingchen Xiao, Zhijing Wu arxiv

Large language models (LLMs) have demonstrated remarkable capabilities across various tasks. However, their ability to generate human-like text has raised concerns about potential misuse. This underscores the need for re…

Text Detection

Assaying on the Robustness of Zero-Shot Machine-Generated Text Detectors

2023-12-20 · Yi-Fan Zhang, Zhang Zhang, Liang Wang, Tieniu Tan 외

To combat the potential misuse of Natural Language Generation (NLG) technology, a variety of algorithms have been developed for the detection of AI-generated texts. Traditionally, this task is treated as a binary classif…

Binary ClassificationText DetectionText Generation

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