Summary
Summary: In this paper, the authors uncover why vanilla target loss is not optimal for jailbreaking LLMs, and then enhance the loss objective with the proposed DSN attack. The authors also target the evaluation challenge in studying jailbreak attacks such as the high false positives and false negatives, by proposing an Ensemble Evaluation pipeline.
Weaknesses
+ Technical novelty of the paper is somewhat limited and missing discussions with recent literature. The authors mainly change the loss of GCG attack by adding an extra refusal suppressing term. However, suppressing refusal is not something new. In fact, it has been mentioned in various previous works, e.g., [1][2]. Although the authors cited [1], they didn’t explicitly mention that refusal suppression is proposed there. [2] also talks about how to avoid refusal responses in decoding to jailbreak which shares a similar idea with the proposed work.
[1] Wei, Alexander, Nika Haghtalab, and Jacob Steinhardt. "Jailbroken: How does llm safety training fail?." Advances in Neural Information Processing Systems 36 (2024).
[2] Zhang, Hangfan, et al. "Jailbreak open-sourced large language models via enforced decoding." Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 2024.
+ The authors only compare with the traditional GCG attack. However, since GCG is proposed, many new attack baselines are presented. The authors might want to further compare with newer baselines (e.g. [3][4][5]) to demonstrate the effectiveness of the proposed work
[3] Chao, Patrick, et al. "Jailbreaking black box large language models in twenty queries." arXiv preprint arXiv:2310.08419 (2023).
[4] Li, Xirui, et al. "Drattack: Prompt decomposition and reconstruction makes powerful llm jailbreakers." arXiv preprint arXiv:2402.16914 (2024).
[5] Zhang, Tianrong, et al. "WordGame: Efficient & Effective LLM Jailbreak via Simultaneous Obfuscation in Query and Response." arXiv preprint arXiv:2405.14023 (2024).
+ It is also recommended to carefully check the attack performance under existing defense strategies, e.g., the following one.
[6] Cao, Bochuan, et al. "Defending against alignment-breaking attacks via robustly aligned llm." ACL 2024.
+ I appreciate the ensemble evaluation but I won’t count that as one of the major contributions of the work.
Questions
+ Since the main argument is refusal suppression helps, I wonder if performance is related to the coverage of refusal statement diversity?
+ Can the authors be more specific on why the Ensemble Evaluation is better than other mainstream evaluation strategies such as GPT4 evaluations or human evaluations?