CRAIOct 11, 2024

RePD: Defending Jailbreak Attack through a Retrieval-based Prompt Decomposition Process

arXiv:2410.08660v315 citationsh-index: 16Has CodeNAACL
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in LLMs for users and developers, though it is an incremental improvement over existing defense methods.

The paper tackles jailbreak attacks on large language models by introducing RePD, a retrieval-based prompt decomposition framework that uses one-shot learning to neutralize harmful components, enhancing resilience without compromising performance on benign prompts.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes