Summary
The paper studies jailbreaking of large language models. The authors identify two categories of causes of jailbreaks, competing objectives and mismatched generalization, and use this insight to analyze existing jailbreaks and construct new ones. They empirically study the effectiveness of these jailbreaks on state-of-the-art models that have been trained to refuse unsafe instructions, and draw several conclusions from their analysis.
Strengths
Jailbreaks pose an important safety problem for publicly-deployed AI systems. The conceptual analysis is novel and insightful, and the experiments are careful and thorough. The conclusion about safety-capability parity is especially interesting. Moreover, merely demonstrating extremely successful attacks directly helps companies deploying models to make their models safer via responsible disclosure. The paper is also very well-written.
Weaknesses
The main weakness of the paper, which is easily rectified, is that the authors do not clarify (unless I somehow missed it) which if any models were queried as part of the construction of the attacks, or more broadly if the attacks have any particular intended target model. It seems reasonable to query a model when constructing an attack since the threat model allows this, but the information should be provided as it is needed to properly interpret the results of the paper. I don't think anything long and detailed is necessary if the process was somewhat ad-hoc, but some indication is necessary I think.
As a case in point, the paper interprets the results on GPT-3.5 (Table 3) as "GPT-3.5 not having the capability to understand complex inputs" (p. 8 line 336). However, I suspect that a more likely explanation of why the top 4 attacks are all attacks from jailbreakchat.com is that they specifically targeted at GPT-3.5 (since that version of ChatGPT is free-to-use and hence likely much more popular).
I also disagreed slightly with some of the claims in the section "What Scaling Won't Solve" (p. 8 line 350). The authors argue that scaling will not solve the problem of competing objectives, since the objectives will still compete. However, larger models may be able to obtain Pareto improvements on both objectives. Hence even though the competition between the objectives may remain, the models may still perform as well as necessary on the safety objective. Nevertheless, I did agree with the argument that scaling alone will not solve the problem of mismatched generalization (not counting using the models to generate stronger attacks, which is discussed later).
Minor point: in the phrase "targeted training is insufficient" (p. 8 line 325), the term "targeted training" is not defined. I initially interpreted it to mean "adversarial training" (which the results do not demonstrate is necessarily insufficient), whereas I think the authors mean "adversarial training that only targets a subset of the possible failure modes" (which it is unsurprising is insufficient, though I suppose it might still be worth noting).
Questions
No questions other than those given above
Rating
8: Strong Accept: Technically strong paper, with novel ideas, excellent impact on at least one area, or high-to-excellent impact on multiple areas, with excellent evaluation, resources, and reproducibility, and no unaddressed ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
No limitations other than those given above