Iron Sharpens Iron: Defending Against Attacks in Machine-Generated Text Detection with Adversarial Training
Yuanfan Li, Zhaohan Zhang, Chengzhengxu Li, Chao Shen, Xiaoming Liu
TL;DR
This work addresses the vulnerability of machine-generated text detectors to perturbations and adversarial attacks. It introduces GREATER, a co-trained framework with GREATER-A (adversary) and GREATER-D (detector) that operates in a black-box setting by leveraging a surrogate model to craft targeted token-level perturbations and a greedy refinement process. Through adversarial training, GREATER-D learns robust features that generalize across attacks and backbones, achieving state-of-the-art defense performance while GREATER-A delivers highly effective, query-efficient attacks. The study demonstrates substantial gains in robustness and attack efficiency, with multilingual and cross-model validations, while also discussing practical limitations and ethical considerations for deploying such defenses.
Abstract
Machine-generated Text (MGT) detection is crucial for regulating and attributing online texts. While the existing MGT detectors achieve strong performance, they remain vulnerable to simple perturbations and adversarial attacks. To build an effective defense against malicious perturbations, we view MGT detection from a threat modeling perspective, that is, analyzing the model's vulnerability from an adversary's point of view and exploring effective mitigations. To this end, we introduce an adversarial framework for training a robust MGT detector, named GREedy Adversary PromoTed DefendER (GREATER). The GREATER consists of two key components: an adversary GREATER-A and a detector GREATER-D. The GREATER-D learns to defend against the adversarial attack from GREATER-A and generalizes the defense to other attacks. GREATER-A identifies and perturbs the critical tokens in embedding space, along with greedy search and pruning to generate stealthy and disruptive adversarial examples. Besides, we update the GREATER-A and GREATER-D synchronously, encouraging the GREATER-D to generalize its defense to different attacks and varying attack intensities. Our experimental results across 10 text perturbation strategies and 6 adversarial attacks show that our GREATER-D reduces the Attack Success Rate (ASR) by 0.67% compared with SOTA defense methods while our GREATER-A is demonstrated to be more effective and efficient than SOTA attack approaches. Codes and dataset are available in https://github.com/Liyuuuu111/GREATER.
