paper-with-me

홈 › Papers

Learning to Attack: Towards Textual Adversarial Attacking in Real-world Situations

2020-09-19 · Yuan Zang, Bairu Hou, Fanchao Qi, Zhiyuan Liu, Xiaojun Meng, Maosong Sun

Adversarial attacking aims to fool deep neural networks with adversarial examples. In the field of natural language processing, various textual adversarial attack models have been proposed, varying in the accessibility to the victim model. Among them, the attack models that only require the output of the victim model are more fit for real-world situations of adversarial attacking. However, to achieve high attack performance, these models usually need to query the victim model too many times, which is neither efficient nor viable in practice. To tackle this problem, we propose a reinforcement learning based attack model, which can learn from attack history and launch attacks more efficiently. In experiments, we evaluate our model by attacking several state-of-the-art models on the benchmark datasets of multiple tasks including sentiment analysis, text classification and natural language inference. Experimental results demonstrate that our model consistently achieves both better attack performance and higher efficiency than recently proposed baseline methods. We also find our attack model can bring more robustness improvement to the victim model by adversarial training. All the code and data of this paper will be made public.

📄 PDF Abstract BibTeX arXiv:2009.09192

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackNatural Language InferenceSentiment Analysistext-classificationText Classification

Similar Papers 제목 키워드 기반

Word-level Textual Adversarial Attacking as Combinatorial Optimization

2019-10-27 · ACL 2020 6 · Yuan Zang, Fanchao Qi, Chenghao Yang, Zhiyuan Liu 외

Adversarial attacks are carried out to reveal the vulnerability of deep neural networks. Textual adversarial attacking is challenging because text is discrete and a small perturbation can bring significant change to the …

Adversarial AttackCombinatorial OptimizationNatural Language InferenceSentiment Analysis+1

Cross-Entropy Attacks to Language Models via Rare Event Simulation

2025-01-21 · Mingze Ni, Yongshun Gong, Wei Liu

Black-box textual adversarial attacks are challenging due to the lack of model information and the discrete, non-differentiable nature of text. Existing methods often lack versatility for attacking different models, suff…

Document ClassificationSaliency RankingSentence

LimeAttack: Local Explainable Method for Textual Hard-Label Adversarial Attack

2023-08-01 · Hai Zhu, Zhaoqing Yang, Weiwei Shang, Yuren Wu

Natural language processing models are vulnerable to adversarial examples. Previous textual adversarial attacks adopt gradients or confidence scores to calculate word importance ranking and generate adversarial examples.…

Adversarial AttackHard-label Attack

CheatAgent: Attacking LLM-Empowered Recommender Systems via LLM Agent

2025-04-13 · Liang-bo Ning, Shijie Wang, Wenqi Fan, Qing Li 외

Recently, Large Language Model (LLM)-empowered recommender systems (RecSys) have brought significant advances in personalized user experience and have attracted considerable attention. Despite the impressive progress, th…

Large Language ModelRecommendation SystemsReinforcement Learning (RL)

Towards Variable-Length Textual Adversarial Attacks

2021-04-16 · Junliang Guo, Zhirui Zhang, Linlin Zhang, Linli Xu 외

Adversarial attacks have shown the vulnerability of machine learning models, however, it is non-trivial to conduct textual adversarial attacks on natural language processing tasks due to the discreteness of data. Most pr…

Machine TranslationTranslation