AuthorMist: Evading AI Text Detectors with Reinforcement Learning
Isaac David, Arthur Gervais
TL;DR
AuthorMist presents a reinforcement learning framework that treats detector evasion as an optimization problem, using external AI detectors as reward signals in an API-as-reward loop. Built on a 3B-parameter transformer (Qwen2.5-3B Instruct), it leverages Group Relative Policy Optimization (GRPO) with KL regularization to learn paraphrasing policies that preserve meaning while significantly reducing detectability. Across diverse detectors and datasets, AuthorMist achieves high attack success rates and strong semantic fidelity, illustrating notable weaknesses in current AI text detectors and highlighting ethical considerations in detector design and deployment. The work suggests that robust detector development may require focusing on content quality and attribution rather than solely on identifying AI authorship, while signaling important dual-use and governance implications for high-stakes writing contexts.
Abstract
In the age of powerful AI-generated text, automatic detectors have emerged to identify machine-written content. This poses a threat to author privacy and freedom, as text authored with AI assistance may be unfairly flagged. We propose AuthorMist, a novel reinforcement learning-based system to transform AI-generated text into human-like writing. AuthorMist leverages a 3-billion-parameter language model as a backbone, fine-tuned with Group Relative Policy Optimization (GPRO) to paraphrase text in a way that evades AI detectors. Our framework establishes a generic approach where external detector APIs (GPTZero, WinstonAI, Originality.ai, etc.) serve as reward functions within the reinforcement learning loop, enabling the model to systematically learn outputs that these detectors are less likely to classify as AI-generated. This API-as-reward methodology can be applied broadly to optimize text against any detector with an accessible interface. Experiments on multiple datasets and detectors demonstrate that AuthorMist effectively reduces the detectability of AI-generated text while preserving the original meaning. Our evaluation shows attack success rates ranging from 78.6% to 96.2% against individual detectors, significantly outperforming baseline paraphrasing methods. AuthorMist maintains high semantic similarity (above 0.94) with the original text while successfully evading detection. These results highlight limitations in current AI text detection technologies and raise questions about the sustainability of the detection-evasion arms race.
