CLAILGJan 31, 2025

Adversarial Attacks on AI-Generated Text Detection Models: A Token Probability-Based Approach Using Embeddings

arXiv:2501.18998v29 citationsh-index: 33
Originality Incremental advance
AI Analysis

This addresses the issue of misuse of AI-generated text in domains like plagiarism detection, but it is incremental as it builds on existing adversarial attack methods.

The paper tackled the problem of adversarial attacks on AI-generated text detection models by proposing a token probability-based approach using embeddings, resulting in a state-of-the-art reduction in detection scores, such as decreasing AUROC from 0.4431 to 0.2744 on the XSum dataset.

In recent years, text generation tools utilizing Artificial Intelligence (AI) have occasionally been misused across various domains, such as generating student reports or creative writings. This issue prompts plagiarism detection services to enhance their capabilities in identifying AI-generated content. Adversarial attacks are often used to test the robustness of AI-text generated detectors. This work proposes a novel textual adversarial attack on the detection models such as Fast-DetectGPT. The method employs embedding models for data perturbation, aiming at reconstructing the AI generated texts to reduce the likelihood of detection of the true origin of the texts. Specifically, we employ different embedding techniques, including the Tsetlin Machine (TM), an interpretable approach in machine learning for this purpose. By combining synonyms and embedding similarity vectors, we demonstrates the state-of-the-art reduction in detection scores against Fast-DetectGPT. Particularly, in the XSum dataset, the detection score decreased from 0.4431 to 0.2744 AUROC, and in the SQuAD dataset, it dropped from 0.5068 to 0.3532 AUROC.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes