paper-with-me

홈 › Papers

Are Synonym Substitution Attacks Really Synonym Substitution Attacks?

2022-10-06 · Cheng-Han Chiang, Hung-Yi Lee

In this paper, we explore the following question: Are synonym substitution attacks really synonym substitution attacks (SSAs)? We approach this question by examining how SSAs replace words in the original sentence and show that there are still unresolved obstacles that make current SSAs generate invalid adversarial samples. We reveal that four widely used word substitution methods generate a large fraction of invalid substitution words that are ungrammatical or do not preserve the original sentence's semantics. Next, we show that the semantic and grammatical constraints used in SSAs for detecting invalid word replacements are highly insufficient in detecting invalid adversarial samples.

📄 PDF Abstract BibTeX arXiv:2210.02844

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Similar Papers 제목 키워드 기반

Adversarial Training with Fast Gradient Projection Method against Synonym Substitution based Text Attacks

2020-08-09 · Xiaosen Wang, Yichen Yang, Yihe Deng, Kun He

Adversarial training is the most empirically successful approach in improving the robustness of deep neural networks for image classification.For text classification, however, existing synonym substitution based adversar…

Adversarial AttackImage Classificationtext-classificationText Classification

Text-CRS: A Generalized Certified Robustness Framework against Textual Adversarial Attacks

2023-07-31 · Xinyu Zhang, Hanbin Hong, Yuan Hong, Peng Huang 외

The language models, especially the basic text classification models, have been shown to be susceptible to textual adversarial attacks such as synonym substitution and word insertion attacks. To defend against such attac…

text-classificationText Classification

Natural Language Adversarial Defense through Synonym Encoding

2019-09-15 · Xiaosen Wang, Hao Jin, Yichen Yang, Kun He

In the area of natural language processing, deep learning models are recently known to be vulnerable to various types of adversarial perturbations, but relatively few works are done on the defense side. Especially, there…

Adversarial AttackAdversarial DefenseDeep Learning

Defense against Synonym Substitution-based Adversarial Attacks via Dirichlet Neighborhood Ensemble

2021-08-01 · ACL 2021 5 · Yi Zhou, Xiaoqing Zheng, Cho-Jui Hsieh, Kai-Wei Chang 외

Although deep neural networks have achieved prominent performance on many NLP tasks, they are vulnerable to adversarial examples. We propose Dirichlet Neighborhood Ensemble (DNE), a randomized method for training a robus…

Sentence

Generalization to Mitigate Synonym Substitution Attacks

2020-11-01 · EMNLP (DeeLIO) 2020 11 · Basemah Alshemali, Jugal Kalita

Studies have shown that deep neural networks (DNNs) are vulnerable to adversarial examples – perturbed inputs that cause DNN-based models to produce incorrect results. One robust adversarial attack in the NLP domain is t…

Adversarial Attack