TL;DR
Large Reasoning Models (LRMs) are vulnerable to jailbreak attacks due to their chain-of-thought (CoT) mechanisms. The authors developed an adaptive evolutionary CoT jailbreak framework called AE-CoT, which enhances candidate diversity and effectiveness.
✦ Why It Matters
Engineers can leverage AE-CoT to enhance the security of LLMs against jailbreak attacks.
Key Takeaways
How It Works
AE-CoT begins by transforming harmful goals into milder prompts and breaking them into coherent reasoning fragments. It then conducts a multi-generation evolutionary search, where it combines fragments through crossover and applies mutations with controlled rates to generate diverse candidates.
An independent scoring model assesses the harmfulness of these candidates, allowing for the selection of the most effective prompts for inducing harmful outputs.
Related