English

Generating Valid and Natural Adversarial Examples with Large Language Models

Computation and Language 2023-11-21 v1 Artificial Intelligence

Abstract

Deep learning-based natural language processing (NLP) models, particularly pre-trained language models (PLMs), have been revealed to be vulnerable to adversarial attacks. However, the adversarial examples generated by many mainstream word-level adversarial attack models are neither valid nor natural, leading to the loss of semantic maintenance, grammaticality, and human imperceptibility. Based on the exceptional capacity of language understanding and generation of large language models (LLMs), we propose LLM-Attack, which aims at generating both valid and natural adversarial examples with LLMs. The method consists of two stages: word importance ranking (which searches for the most vulnerable words) and word synonym replacement (which substitutes them with their synonyms obtained from LLMs). Experimental results on the Movie Review (MR), IMDB, and Yelp Review Polarity datasets against the baseline adversarial attack models illustrate the effectiveness of LLM-Attack, and it outperforms the baselines in human and GPT-4 evaluation by a significant margin. The model can generate adversarial examples that are typically valid and natural, with the preservation of semantic meaning, grammaticality, and human imperceptibility.

Keywords

Cite

@article{arxiv.2311.11861,
  title  = {Generating Valid and Natural Adversarial Examples with Large Language Models},
  author = {Zimu Wang and Wei Wang and Qi Chen and Qiufeng Wang and Anh Nguyen},
  journal= {arXiv preprint arXiv:2311.11861},
  year   = {2023}
}

Comments

Submitted to the IEEE for possible publication

R2 v1 2026-06-28T13:26:11.349Z