Vulnerability of Natural Language Classifiers to Evolutionary Generated Adversarial Text
- company Hugging Face
- lab arXivLabs
- location arXiv
- person Alexander Brownlee Dr
- product Glove
A new method called GAversary can slash the accuracy of natural language classifiers from 76.8% to 5.8% by generating adversarial text, according to a paper posted to arXiv. The technique treats the target model as a black box, requiring only its output scores to guide the attack [1]. The paper, submitted on 25 June 2026 by Alexander Brownlee and colleagues, introduces a hybrid genetic algorithm that uses GloVe word embeddings to propose semantically similar word replacements [1]. The approach is designed to fool models without needing access to their internal architecture, a constraint that makes it applicable to a wide range of deployed systems [1]. Adversarial machine learning studies how inputs can be deliberately fabricated to cause models to make errors [2]. In natural language processing, attacks often involve swapping tokens with near-synonyms that preserve meaning for a human reader but confuse the algorithm [1]. The GAversary method builds on this principle by evolving adversarial examples through a genetic algorithm, where the mutation operator draws on GloVe vectors to maintain semantic similarity [1]. When tested against benchmark datasets, GAversary reduced a target model’s accuracy from 76.8% to 5.8% [1]. By comparison, the BAE attack left the same model at 27.6% accuracy [1]. The trade-off is that GAversary alters roughly twice as many words as competing methods, achieves slightly lower semantic similarity to the original text, and incurs around a 5% increase in run-time [1]. The submission itself is 68 KB in size [1]. The vulnerability of language models to adversarial manipulation has drawn increasing attention as large language models proliferate across industries [3]. Generative AI tools, including chatbots and text generators, are now deployed in software development, healthcare, finance, and customer service [3]. The field of machine learning underpins these systems, with deep neural networks surpassing older statistical approaches in performance [4]. However, the assumption that training and test data follow the same distribution is often violated in practice, opening the door to evasion attacks [2]. Concerns about synthetic media extend beyond text. Deepfakes—images, video, or audio edited with AI—have been used for disinformation, fraud, and election interference [5]. Academics and governments have proposed detection methods and countermeasures, but the technology continues to evolve rapidly [5]. The GAversary paper adds to a growing body of work examining how even black-box language models can be systematically undermined [1].
safety-researchresearch-paperbenchmark
Background sources we checked (7)
- en.wikipedia.org ↗ Adversarial machine learning is the study of the attacks on machine learning algorithms, and of the defenses against such attacks. Machine learning techniques are mostly designed to work on specific problem sets, under the assumption that the training and test data are generated …
- en.wikipedia.org ↗ Generative artificial intelligence (GenAI) is a subfield of artificial intelligence (AI) that uses generative models to generate text, images, videos, audio, software code (vibe coding) or other forms of data. These models learn the underlying patterns and structures of their tra…
- en.wikipedia.org ↗ Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of statistical algorithms that can learn from data and generalize to unseen data, and thus perform tasks without being explicitly programmed. Advances in the field of de…
- en.wikipedia.org ↗ Deepfakes (a portmanteau of 'deep learning' and 'fake') are images, videos, or audio that have been edited or generated using artificial intelligence, AI-based tools or audio-video editing software. They may depict real or fictional people and are considered a form of synthetic m…
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
- en.wikipedia.org ↗ Douwe Kiela is a Dutch-American research scientist and entrepreneur working in the field of artificial intelligence with a focus on machine learning and natural language processing. He is a research scientist director at Google DeepMind. He previously co-founded and served as CEO…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…