paper-with-me

Papers

Humanizing Machine-Generated Content: Evading AI-Text Detection through Adversarial Attack

2024-04-02 · Ying Zhou, Ben He, Le Sun

With the development of large language models (LLMs), detecting whether text is generated by a machine becomes increasingly challenging in the face of malicious use cases like the spread of false information, protection of intellectual property, and prevention of academic plagiarism. While well-trained text detectors have demonstrated promising performance on unseen test data, recent research suggests that these detectors have vulnerabilities when dealing with adversarial attacks such as paraphrasing. In this paper, we propose a framework for a broader class of adversarial attacks, designed to perform minor perturbations in machine-generated content to evade detection. We consider two attack settings: white-box and black-box, and employ adversarial learning in dynamic scenarios to assess the potential enhancement of the current detection model's robustness against such attacks. The empirical results reveal that the current detection models can be compromised in as little as 10 seconds, leading to the misclassification of machine-generated text as human-written content. Furthermore, we explore the prospect of improving the model's robustness over iterative adversarial learning. Although some improvements in model robustness are observed, practical applications still face significant challenges. These findings shed light on the future development of AI-text detectors, emphasizing the need for more accurate and robust detection methods.

📄 PDF Abstract BibTeX arXiv:2404.01907

Code (1)

zhouying20/hmgc 공식 구현 pytorch

Tasks

Adversarial AttackText Detection

Similar Papers 제목 키워드 기반

TH-Bench: Evaluating Evading Attacks via Humanizing AI Text on Machine-Generated Text Detectors

2025-03-10 · Jingyi Zheng, Junfeng Wang, Zhen Sun, Wenhan Dong 외

As Large Language Models (LLMs) advance, Machine-Generated Texts (MGTs) have become increasingly fluent, high-quality, and informative. Existing wide-range MGT detectors are designed to identify MGTs to prevent the sprea…

Misinformation

AuthorMist: Evading AI Text Detectors with Reinforcement Learning

2025-03-10 · Isaac David, Arthur Gervais

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 flagg…

reinforcement-learningReinforcement LearningSemantic SimilaritySemantic Textual Similarity+1

Humanizing AI Grading: Student-Centered Insights on Fairness, Trust, Consistency and Transparency

2026-02-08 · Bahare Riahi, Viktoriia Storozhevykh, Veronica Catete arxiv

This study investigates students' perceptions of Artificial Intelligence (AI) grading systems in an undergraduate computer science course (n = 27), focusing on a block-based programming final project. Guided by the ethic…

Evaluating the Performance of AI Text Detectors, Few-Shot and Chain-of-Thought Prompting Using DeepSeek Generated Text

2025-07-23 · Hulayyil Alshammari, Praveen Rao arxiv

Large language models (LLMs) have rapidly transformed the creation of written materials. LLMs have led to questions about writing integrity, thereby driving the creation of artificial intelligence (AI) detection technolo…

Evading Watermark based Detection of AI-Generated Content

2023-05-05 · Zhengyuan Jiang, Jinghuai Zhang, Neil Zhenqiang Gong

A generative AI model can generate extremely realistic-looking content, posing growing challenges to the authenticity of information. To address the challenges, watermark has been leveraged to detect AI-generated content…