paper-with-me

Papers

NOTABLE: Transferable Backdoor Attacks Against Prompt-based NLP Models

2023-05-28 · Kai Mei, Zheng Li, Zhenting Wang, Yang Zhang, Shiqing Ma

Prompt-based learning is vulnerable to backdoor attacks. Existing backdoor attacks against prompt-based models consider injecting backdoors into the entire embedding layers or word embedding vectors. Such attacks can be easily affected by retraining on downstream tasks and with different prompting strategies, limiting the transferability of backdoor attacks. In this work, we propose transferable backdoor attacks against prompt-based models, called NOTABLE, which is independent of downstream tasks and prompting strategies. Specifically, NOTABLE injects backdoors into the encoders of PLMs by utilizing an adaptive verbalizer to bind triggers to specific words (i.e., anchors). It activates the backdoor by pasting input with triggers to reach adversary-desired anchors, achieving independence from downstream tasks and prompting strategies. We conduct experiments on six NLP tasks, three popular models, and three prompting strategies. Empirical results show that NOTABLE achieves superior attack performance (i.e., attack success rate over 90% on all the datasets), and outperforms two state-of-the-art baselines. Evaluations on three defenses show the robustness of NOTABLE. Our code can be found at https://github.com/RU-System-Software-and-Security/Notable.

📄 PDF Abstract BibTeX arXiv:2305.17826

Code (1)

ru-system-software-and-security/notable 공식 구현 pytorch

Similar Papers 제목 키워드 기반

TARGET: Template-Transferable Backdoor Attack Against Prompt-based NLP Models via GPT4

2023-11-29 · Zihao Tan, Qingliang Chen, Yongjian Huang, Chen Liang

Prompt-based learning has been widely applied in many low-resource NLP tasks such as few-shot scenarios. However, this paradigm has been shown to be vulnerable to backdoor attacks. Most of the existing attack methods foc…

Backdoor Attack

On the Effectiveness of Adversarial Training against Backdoor Attacks

2022-02-22 · Yinghua Gao, Dongxian Wu, Jingfeng Zhang, Guanhao Gan 외

DNNs' demand for massive data forces practitioners to collect data from the Internet without careful check due to the unacceptable cost, which brings potential risks of backdoor attacks. A backdoored model always predict…

DMGNN: Detecting and Mitigating Backdoor Attacks in Graph Neural Networks

2024-10-18 · Hao Sui, Bing Chen, Jiale Zhang, Chengcheng Zhu 외

Recent studies have revealed that GNNs are highly susceptible to multiple adversarial attacks. Among these, graph backdoor attacks pose one of the most prominent threats, where attackers cause models to misclassify by le…

counterfactualCounterfactual Explanation

Cross-Paradigm Graph Backdoor Attacks with Promptable Subgraph Triggers

2025-10-26 · Dongyi Liu, Jiangtong Li arxiv

Graph Neural Networks(GNNs) are vulnerable to backdoor attacks, where adversaries implant malicious triggers to manipulate model predictions. Existing trigger generators are often simplistic in structure and overly relia…

Contrastive LearningGraph Learning

AdvBDGen: Adversarially Fortified Prompt-Specific Fuzzy Backdoor Generator Against LLM Alignment

2024-10-15 · Pankayaraj Pathmanathan, Udari Madhushani Sehwag, Michael-Andrei Panaitescu-Liess, Furong Huang

With the growing adoption of reinforcement learning with human feedback (RLHF) for aligning large language models (LLMs), the risk of backdoor installation during alignment has increased, leading to unintended and harmfu…