CLAICROct 14, 2021

Mind the Style of Text! Adversarial and Backdoor Attacks Based on Text Style Transfer

arXiv:2110.07139v1701 citationsHas Code
Originality Highly original
AI Analysis

This work addresses security vulnerabilities in NLP models, revealing their limited ability to handle text style features, which is an incremental but important contribution to the field of AI safety.

The paper tackles security threats in deep learning by introducing adversarial and backdoor attacks based on text style transfer, achieving attack success rates exceeding 90% on popular NLP models.

Adversarial attacks and backdoor attacks are two common security threats that hang over deep learning. Both of them harness task-irrelevant features of data in their implementation. Text style is a feature that is naturally irrelevant to most NLP tasks, and thus suitable for adversarial and backdoor attacks. In this paper, we make the first attempt to conduct adversarial and backdoor attacks based on text style transfer, which is aimed at altering the style of a sentence while preserving its meaning. We design an adversarial attack method and a backdoor attack method, and conduct extensive experiments to evaluate them. Experimental results show that popular NLP models are vulnerable to both adversarial and backdoor attacks based on text style transfer -- the attack success rates can exceed 90% without much effort. It reflects the limited ability of NLP models to handle the feature of text style that has not been widely realized. In addition, the style transfer-based adversarial and backdoor attack methods show superiority to baselines in many aspects. All the code and data of this paper can be obtained at https://github.com/thunlp/StyleAttack.

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