CLCRLGAug 26, 2023

LMSanitator: Defending Prompt-Tuning Against Task-Agnostic Backdoors

arXiv:2308.13904v219 citationsh-index: 32
Originality Highly original
AI Analysis

This addresses a security problem for users of large language models by defending against backdoors that affect arbitrary downstream tasks, representing a novel defense method.

The paper tackles the vulnerability of prompt-tuning to task-agnostic backdoors in pretrained models, proposing LMSanitator, which achieves 92.8% backdoor detection accuracy on 960 models and reduces attack success rates to below 1% in most cases.

Prompt-tuning has emerged as an attractive paradigm for deploying large-scale language models due to its strong downstream task performance and efficient multitask serving ability. Despite its wide adoption, we empirically show that prompt-tuning is vulnerable to downstream task-agnostic backdoors, which reside in the pretrained models and can affect arbitrary downstream tasks. The state-of-the-art backdoor detection approaches cannot defend against task-agnostic backdoors since they hardly converge in reversing the backdoor triggers. To address this issue, we propose LMSanitator, a novel approach for detecting and removing task-agnostic backdoors on Transformer models. Instead of directly inverting the triggers, LMSanitator aims to invert the predefined attack vectors (pretrained models' output when the input is embedded with triggers) of the task-agnostic backdoors, which achieves much better convergence performance and backdoor detection accuracy. LMSanitator further leverages prompt-tuning's property of freezing the pretrained model to perform accurate and fast output monitoring and input purging during the inference phase. Extensive experiments on multiple language models and NLP tasks illustrate the effectiveness of LMSanitator. For instance, LMSanitator achieves 92.8% backdoor detection accuracy on 960 models and decreases the attack success rate to less than 1% in most scenarios.

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