Thank you for your elaborate review. In the following, your comments are first stated and then followed by our point-by-point responses.
>**My primary concern with this paper is its limited scope in terms of technical innovation.**
We believe we introduced a new evaluation methodology, i.e., adversarial robustness should be evaluated `over time`. The other three reviewers highly appreciate this new angle of research. Developing new attacks/benchmarks is of general interest but would not solve (and is not relevant to) the problem that LLMs are vulnerable even to existing attacks in existing benchmarks. We also believe that uncovering the LLMs’ vulnerability to existing (simple) attacks poses more severe threats than newly designed (advanced) attacks.
> **The benchmarks employed are commonly used, potentially even in the training of the GPT models under scrutiny.**
This is a good point, and we will add a related discussion in the paper based on the following. In the LLM era, an LLM's training data may (partially and inadvertently) include the evaluation/test data. However, we point out that our evaluation data is not included in the training data of both GPT and LLaMA models because:
- Regarding GPT-3.5, the GPT-3.5 training data is up to Sep 2021 according to OpenAI's website (see https://platform.openai.com/docs/models/gpt-3-5). The `AdvGLUE` dataset, however, was published in Nov 2021, and the `PromptBench` dataset was published in 2023. Therefore, It is safe to conclude that there is no possibility of training the GPT-3.5 model using these datasets.
- Regarding LLaMA-1/2, their paper (https://arxiv.org/abs/2302.13971) states they used the GitHub dataset with `Apache`, `BSD`, and `MIT licenses`. However, the `AdvGLUE`'s license is `CC BY-SA 4.0`. Thus, Meta cannot choose `ADVGLUE` to train the model. In addition, `PromptBench` is a brand new dataset generated using different LLMs from 5 months ago, one month before the LLaMA-2 was released. Therefore, it is very unlikely for Meta to use this dataset for training the LLaMA-2 model.
More generally, adversarial data are much less likely than clean data to be included in any natural dataset because they are specifically optimized. Our finding that LLMs are vulnerable to our adversarial data also suggests that they are not used for training.
> **The objective behind updating from GPT-3.5 v0301 to GPT-3.5 v0613 may not exclusively target robustness enhancement. Thus, expecting substantial improvements in robustness may not be reasonable.**
We agree that robustness is not *exclusively* important, and we do not claim that. However, the security of LLMs is an emerging research topic, and achieving adversarial robustness is a key requirement. For example, OpenAI has established the `preparedness` team to build a robust framework for monitoring, evaluation, prediction, and protection against the dangerous capabilities of frontier AI systems [4]. Following this research trend, we provide new insights that updated LLMs are vulnerable even to existing attacks.
[4]. https://openai.com/blog/frontier-risk-and-preparedness