Thank you for your reply.
**Q1. Why didn't you use existing benchmark datasets to test against the moderation guardrails and identify the data that triggers them?**
**A1.** We evaluated existing question benchmarks against the moderation guardrails, as illustrated in Fig. 4. However, only a very small portion of these questions were able to trigger the moderation guardrails. We believe this limited number is insufficient for a comprehensive assessment of the moderation guardrails, which led us to develop JAMBench to fill this gap.
Additionally, we would like to clarify a potential misunderstanding regarding the categories. JAMBench is not simply designed to cover different categorizations; it addresses more severe issues, such as "self-decapitation," "cutting one's head," or "child sexual content," which are not covered by existing question benchmarks. These severe types of questions are crucial to test how effective the jailbreak method is, as they would be filtered out when directly input into LLMs.
**Q2. Consider a broader range of moderation guardrail methods.**
**A2.** Our focus is currently on black-box moderation guardrails, such as those used by OpenAI for the GPT series and Google for Gemini, which operate as a service to these commercial models. While we do not have access to the detailed structures of these models, including their gradients and internal workings, we do have some information, such as the harm scores they generate. Using this data, we trained a shadow model to functionally replicate these guardrails, allowing us to design and test jailbreak methods more effectively.
We are also aware that prompt perplexity can be used as a detection method for jailbreak attacks like JAM. However, we believe that the perplexity scores of our prompts are within an acceptable range. Prompts containing cipher characters tend to result in higher perplexity scores, with an average of 133.04 across different models, compared to the black-box baselines' average of 40.83. It is important to note that the white-box baseline, GCG, exhibits a much higher perplexity score of 1521.65, as detailed in Appendix E.1.
The increased perplexity in JAM is a necessary consequence of including cipher characters and few-shot examples, which help the LLMs better understand how to use these characters in their responses. While JAM's perplexity is slightly higher than some baselines, it remains significantly lower than that of GCG, and we believe this is within an acceptable range for our evaluation.