RePD: Defending Jailbreak Attack through a Retrieval-based Prompt Decomposition Process
Peiran Wang, Xiaogeng Liu, Chaowei Xiao
TL;DR
This paper tackles jailbreak vulnerabilities in LLMs by introducing RePD, a retrieval-based prompt decomposition framework that uses one-shot learning to isolate and neutralize harmful components embedded within user prompts. By retrieving a closest jailbreak template from a database and constructing a one-shot example, RePD teaches the model to decouple the input into a harmless template and a query before responding, thereby preserving normal performance on benign prompts. Empirical results on LLaMA-2-7B-Chat and Vicuna-7B-V1.5 show substantial reductions in attack success rate (ASR) and competitive false positive rates, with further improvements achieved via the multi-agent variant RePD-M and prompt randomization. The approach offers an efficient, adaptable defense against template-based jailbreaks with potential for deployment in open-source LLM ecosystems.
Abstract
In this study, we introduce RePD, an innovative attack Retrieval-based Prompt Decomposition framework designed to mitigate the risk of jailbreak attacks on large language models (LLMs). Despite rigorous pretraining and finetuning focused on ethical alignment, LLMs are still susceptible to jailbreak exploits. RePD operates on a one-shot learning model, wherein it accesses a database of pre-collected jailbreak prompt templates to identify and decompose harmful inquiries embedded within user prompts. This process involves integrating the decomposition of the jailbreak prompt into the user's original query into a one-shot learning example to effectively teach the LLM to discern and separate malicious components. Consequently, the LLM is equipped to first neutralize any potentially harmful elements before addressing the user's prompt in a manner that aligns with its ethical guidelines. RePD is versatile and compatible with a variety of open-source LLMs acting as agents. Through comprehensive experimentation with both harmful and benign prompts, we have demonstrated the efficacy of our proposed RePD in enhancing the resilience of LLMs against jailbreak attacks, without compromising their performance in responding to typical user requests.
