Defense Against Syntactic Textual Backdoor Attacks with Token Substitution
Xinglin Li, Xianwen He, Yao Li, Minhao Cheng
TL;DR
The paper tackles textual backdoor threats in NLP, with a focus on syntax-based triggers that evade token-based defenses. It introduces an online defense that preserves syntactic templates while substituting semantically meaningful words, enabling detection of both syntactic and insertion-based backdoors, and enabling trigger localization. Across SST-2, AG News, and DBpedia14, the method achieves high detection performance (e.g., $p^*=0.9$, $N_{iter}=10$) and robust target-label detection, while outperforming or matching baselines like ONION depending on the attack. The work offers a practical, model-agnostic defense that strengthens NLP integrity by identifying poisoned inputs, recovering triggers, and simulating poisoned-sentence examples for analysis.
Abstract
Textual backdoor attacks present a substantial security risk to Large Language Models (LLM). It embeds carefully chosen triggers into a victim model at the training stage, and makes the model erroneously predict inputs containing the same triggers as a certain class. Prior backdoor defense methods primarily target special token-based triggers, leaving syntax-based triggers insufficiently addressed. To fill this gap, this paper proposes a novel online defense algorithm that effectively counters syntax-based as well as special token-based backdoor attacks. The algorithm replaces semantically meaningful words in sentences with entirely different ones but preserves the syntactic templates or special tokens, and then compares the predicted labels before and after the substitution to determine whether a sentence contains triggers. Experimental results confirm the algorithm's performance against these two types of triggers, offering a comprehensive defense strategy for model integrity.
