SRTJ: Self-Evolving Rule-Driven Training-Free LLM Jailbreaking

📅 2026-05-01
📈 Citations: 0
Influential: 0
📄 PDF

career value

224K/year
🤖 AI Summary
Despite safety alignment, large language models remain vulnerable to implicit jailbreaking attacks, and existing approaches lack a reusable, composable mechanism for evolving attack strategies, hindering the accumulation of effective adversarial knowledge. This work proposes a training-free, self-evolving, rule-driven jailbreaking framework that introduces, for the first time, a hierarchical multi-level rule memory system to organize attack knowledge into long-, medium-, and short-term rules, balancing exploration and exploitation. By integrating Answer Set Programming (ASP), the framework enables constraint-aware rule composition and jointly optimizes successful strategies and failure patterns through iterative validation feedback. Evaluated on the HarmBench benchmark, the method demonstrates superior jailbreaking success rates, robustness, and cross-model generalization across multiple state-of-the-art language models.
📝 Abstract
LLMs are increasingly equipped with safety alignment mechanisms, yet recent studies demonstrate that they remain vulnerable to jailbreaking attacks that elicit harmful behaviors without explicit policy violations. While a growing body of work has explored automated jailbreak strategies, existing methods face several fundamental challenges, including the lack of systematic utilization of both successful and failed attack experiences, as well as the absence of principled mechanisms for composing and selecting reusable attack rules under diverse constraints. As a result, existing methods struggle to accumulate transferable knowledge over time and to reliably adapt attack strategies across different targets and evolving safety mechanisms. To address these issues, we propose a Self-Evolving Rule-Driven Training-Free Jailbreak (SRTJ) framework that systematically discovers, composes, and refines attack strategies through interaction and feedback, without updating model parameters. Specifically, SRTJ couples experience-driven attack generation with answer set programming (ASP)-based rule selection and constraint-aware composition, where iterative verifier feedback is leveraged to jointly refine successful strategies and analyze failure patterns. The resulting rule memory evolves in a hierarchical multi-level manner, explicitly organizing distilled attack knowledge into long-term, middle-term, and short-term rules, thereby capturing both stable transferable strategies and transient adaptive behaviors to effectively balance exploration and exploitation across attack attempts. Extensive experiments on mainstream jailbreak benchmark (HarmBench) demonstrate that SRTJ achieves strong and stable attack performance across different target LLMs, while exhibiting improved robustness and generalization compared to existing jailbreak methods. The code is available at https://github.com/TheSolkatt/SRTJ.
Problem

Research questions and friction points this paper is trying to address.

jailbreaking
large language models
safety alignment
attack strategies
transferable knowledge
Innovation

Methods, ideas, or system contributions that make the work stand out.

training-free jailbreaking
self-evolving rules
answer set programming
rule composition
hierarchical rule memory
💼 Related Jobs