paper-with-me

홈 › Papers

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 datasets but fall short in generalizing to unseen test data, while other zero-shot ones often yield suboptimal performance. Although the recent DetectGPT has shown promising detection performance, it suffers from significant inefficiency issues, as detecting a single candidate requires querying the source LLM with hundreds of its perturbations. This paper aims to bridge this gap. Concretely, we propose to incorporate a Bayesian surrogate model, which allows us to select typical samples based on Bayesian uncertainty and interpolate scores from typical samples to other samples, to improve query efficiency. Empirical results demonstrate that our method significantly outperforms existing approaches under a low query budget. Notably, when detecting the text generated by LLaMA family models, our method with just 2 or 3 queries can outperform DetectGPT with 200 queries.

📄 PDF Abstract BibTeX arXiv:2305.16617

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Vulnerabilities in AI-generated Image Detection: The Challenge of Adversarial Attacks

2024-07-30 · Yunfeng Diao, Naixin Zhai, Changtao Miao, Zitong Yu 외

Recent advancements in image synthesis, particularly with the advent of GAN and Diffusion models, have amplified public concerns regarding the dissemination of disinformation. To address such concerns, numerous AI-genera…

Adversarial AttackAdversarial RobustnessImage Generation

DPIC: Decoupling Prompt and Intrinsic Characteristics for LLM Generated Text Detection

2023-05-21 · Xiao Yu, Yuang Qi, Kejiang Chen, Guoqiang Chen 외

Large language models (LLMs) have the potential to generate texts that pose risks of misuse, such as plagiarism, planting fake reviews on e-commerce platforms, or creating inflammatory false tweets. Consequently, detecti…

Language ModellingLarge Language ModelLLM-generated Text DetectionText Detection

RepreGuard: Detecting LLM-Generated Text by Revealing Hidden Representation Patterns

2025-08-18 · Xin Chen, Junchao Wu, Shu Yang, Runzhe Zhan 외 arxiv

Detecting content generated by large language models (LLMs) is crucial for preventing misuse and building trustworthy AI systems. Although existing detection methods perform well, their robustness in out-of-distribution …

Minimizing Mismatch Risk: A Prototype-Based Routing Framework for Zero-shot LLM-generated Text Detection

2026-02-01 · Ke Sun, Guangsheng Bao, Han Cui, Yue Zhang arxiv

Zero-shot methods detect LLM-generated text by computing statistical signatures using a surrogate model. Existing approaches typically employ a fixed surrogate for all inputs regardless of the unknown source. We systemat…

Text Detection

Automatic Machine Translation Detection Using a Surrogate Multilingual Translation Model

2025-11-04 · Cristian García-Romero, Miquel Esplà-Gomis, Felipe Sánchez-Martínez arxiv

Modern machine translation (MT) systems depend on large parallel corpora, often collected from the Internet. However, recent evidence indicates that (i) a substantial portion of these texts are machine-generated translat…

Machine Translation