We thank reviewer F8Xo for the feedback. Regarding the questions:
> **W1: Assistant model requires additional augmented retain data.**
We would like to clarify that the fact that our method requires an augmented retain set **does not contradict** our claim that our method is insensitive to the representativeness of the retain set (i.e. resolving challenge #2). In the following, we will explain why this is the case and validate our claims with additional experiments.
First, to facilitate our explanation, let us recap the two retain sets required by our method:
**Regular retain set**, which contains samples about the retain knowledge;
**Augmented retain set**, which contains perturbed samples of the forget data.
The augmented retain set serves a very different purpose here. Rather than covering the retain knowledge, the augmented retain set aims to **define the boundary** of the forget knowledge, which is a specific need of our approach. This is because when the assistant method learns the forget knowledge, it can easily generalize to neighboring knowledge. The augmented retain set essentially tells the assistant model to learn the forget knowledge **only**, and not the neighboring knowledge. Therefore, representativeness is not a requirement for the augmented retain set. Also, note that generating the augmented retain set does not even need any real retain data. It just contains perturbed versions of the forget data.
On the other hand, it is the regular retain set that needs to represent the retain knowledge, and that would cause challenge #2. Here, we claim that our method is not sensitive to the regular retain set, and **can even get rid of it**. To validate this, we conduct additional experiments on TOFU, where we keep our original augmented retain set but reduce the size of the regular retain set to 75%, 50%, 25%, and 0% of its original size. Results in the following table indicate that this reduction has minimal impact on the model utility of our method.
Please note that when the regular retain set drops to zero, the method is very close to your expectation that ‘the assistant model is just trained to memorize the data to be forgotten’ – it does not require any real retain data, just memorizing the forget data and distinguishing from the perturbed forget data.
Lastly, we also performed an additional experiment that further confirms that our method performs well on unseen retain data. The results in Table 2 in the attached rebuttal pdf shows that the assistant model has a comparably high entropy (thus flat output distribution) on unseen retain data compared to seen retain data, which indicates that our method is insensitive to the coverage of the seen retain data.
We will add the above discussions and experiments to the paper.
| TOFU-10\% | Forget quality | Model utility |
|------------------------|----------------|--------------|
| Target LLM | 2e-19 | 0.62 |
| Retain LLM | 1 | 0.62 |
| ULD | 0.52 | 0.62 |
| ULD-0% regular retain | 0.22 | 0.61 |
| ULD-25% regular retain | 0.34 | 0.62 |
| ULD-50% regular retain | 0.45 | 0.62 |
| ULD-75% regular retain | 0.39 | 0.62 |
> **W2: Effectiveness of ULD relies on the augmentation.**
We acknowledge that augmented data is crucial for our method. However, as explained in our response to W1, the augmented data should be regarded as an integral part of our method, rather than a plug-in that helps any methods.
In fact, the following table, which is a subset of Table 4 in the main paper, shows that adding the same augmented data does not improve the baselines. These results further suggest it is the logit difference that makes the difference, not the augmented datasets.
| TOFU-10\% | Forget quality | Model utility |
|-----------------------|----------------|---------------|
| Target LLM | 2e-19 | 0.62 |
| Retain LLM | 1 | 0.62 |
| GA+KL | 2e-4 | 0.05 |
| GA+KL+augment | 4e-7 | 0 | | |
| NPO+KL | 0.07 | 0.32 | | |
| NPO+KL+augment | 1e-4 | 0.08 | | |
| Offset-NPO+KL | 4e-5 | 0.48 | | |
| Offset-NPO+KL+augment | 6e-9 | 0.24 | | |
| ULD | 1e-7 | 0.53 | | |
| ULD+augment | 0.52 | 0.62 | | |