Does DetectGPT Fully Utilize Perturbation? Bridging Selective Perturbation to Fine-tuned Contrastive Learning Detector would be Better
Shengchao Liu, Xiaoming Liu, Yichen Wang, Zehua Cheng, Chengzhengxu Li, Zhaohan Zhang, Yu Lan, Chao Shen
TL;DR
This work tackles the challenge of detecting machine-generated text by overcoming the generalization gaps of zero-shot detectors like DetectGPT. It introduces Pecola, a two-stage detector that combines a token-level selective perturbation scheme with token-weighted, multi-pairwise contrastive learning to bridge metric-based and fine-tuned detection. Empirical results across four public datasets in few-shot settings show Pecola consistently outperforms both baselines and SOTA methods, with notable gains in robustness and cross-domain/generalization scenarios. The approach reduces reliance on thresholding, generalizes across mask-filling models, and improves short-text detection, highlighting its practical impact for robust MGT defense in diverse deployment contexts.
Abstract
The burgeoning generative capabilities of large language models (LLMs) have raised growing concerns about abuse, demanding automatic machine-generated text detectors. DetectGPT, a zero-shot metric-based detector, first introduces perturbation and shows great performance improvement. However, in DetectGPT, the random perturbation strategy could introduce noise, and logit regression depends on the threshold, harming the generalizability and applicability of individual or small-batch inputs. Hence, we propose a novel fine-tuned detector, Pecola, bridging metric-based and fine-tuned methods by contrastive learning on selective perturbation. Selective strategy retains important tokens during perturbation and weights for multi-pair contrastive learning. The experiments show that Pecola outperforms the state-of-the-art (SOTA) by 1.20% in accuracy on average on four public datasets. And we further analyze the effectiveness, robustness, and generalization of the method.
