CLCRLGSep 9, 2021

Multi-granularity Textual Adversarial Attack with Behavior Cloning

arXiv:2109.04367v1670 citationsHas Code
AI Analysis

This work addresses the problem of inefficient and narrow-scoped adversarial attacks for NLP model robustness testing, offering incremental improvements in query reduction and sample quality.

The paper tackles the inefficiency and limited scope of textual adversarial attacks by proposing MAYA, a multi-granularity attack model that reduces query times to victim models and generates high-quality adversarial samples, achieving better performance and fluency compared to baselines in experiments on BiLSTM, BERT, and RoBERTa across multiple datasets.

Recently, the textual adversarial attack models become increasingly popular due to their successful in estimating the robustness of NLP models. However, existing works have obvious deficiencies. (1) They usually consider only a single granularity of modification strategies (e.g. word-level or sentence-level), which is insufficient to explore the holistic textual space for generation; (2) They need to query victim models hundreds of times to make a successful attack, which is highly inefficient in practice. To address such problems, in this paper we propose MAYA, a Multi-grAnularitY Attack model to effectively generate high-quality adversarial samples with fewer queries to victim models. Furthermore, we propose a reinforcement-learning based method to train a multi-granularity attack agent through behavior cloning with the expert knowledge from our MAYA algorithm to further reduce the query times. Additionally, we also adapt the agent to attack black-box models that only output labels without confidence scores. We conduct comprehensive experiments to evaluate our attack models by attacking BiLSTM, BERT and RoBERTa in two different black-box attack settings and three benchmark datasets. Experimental results show that our models achieve overall better attacking performance and produce more fluent and grammatical adversarial samples compared to baseline models. Besides, our adversarial attack agent significantly reduces the query times in both attack settings. Our codes are released at https://github.com/Yangyi-Chen/MAYA.

Code Implementations1 repo
Foundations

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

Your Notes