Reply to reviewer pBv5
Thank you reviewer pBv5 for your comments and feedback on the paper. We have made changes based on your review.
> The conclusions given in the paper about transferability across different model classes, sizes, and data are not clear
As mentioned in our general comments, we acknowledge that our initial presentation did not communicate the universality of the copy suppression phenomenon across different models, and we have revised Section 4 to emphasize this point. We believe this highlights that copy suppression is a phenomena that exists across different model classes, sizes, and data, as our experiments include Pythia, SoLU, an GPT models (which are models of different classes and sizes, trained on different datasets). Notably, Pythia (unlike GPT-2 Small) uses rotary positional encodings which alters the functioning of the attention mechanism, yet copy suppression heads still form. Pythia was also trained without dropout, creating less of a need for self-repair.
> The presentation of this paper is not clear enough.
We appreciate your comments on improving the clarity of the paper. From your feedback, we have taken steps to make Figure 1 clearer and more legible, removing the unnecessary details and adding more to the figure caption (highlighted in red), and have additional inserted various definitions in Section 2-4 (including definitions for the W_U matrix, the effective embedding, logit lens, and Q-composition). We hope this adds additional clarity to these sections of our paper. Has this addressed your concerns? If not, we would appreciate pointers to how else our presentation may be improved.
> The connection between copy suppression and self-repair may not be intuitive. Can authors elaborate on the relationship between copy suppression and self-repair? Also, what motivated authors to explore the role of copy suppression in self-repair?
We agree that the connection between self-repair and copy suppression is not entirely intuitive.
Here is one example we think is intuitive - if the model is currently predicting the next token after the phrase “All is fair in love and”, there will be naive copying heuristics in the model which copy the token ‘ love’ from earlier in the context. The role of copy suppression is to ablate this naive prediction.
Now imagine we were to ablate the original copying mechanism, preventing the ‘ love’ token from being copied. This change doesn’t happen in isolation - it also subsequently deactivates copy suppression.
As a result, if one is measuring the effect of an ablation solely by measuring the presence of the ‘ love’ token in the unebedding, they will not see a significant change, despite the fact that they ablate the original copiers. This is self-repair in action, caused by copy suppression (and the lack of it upon the ablation of copying).
The authors had originally discovered copy suppression while studying the roles of heads L10H7 and L11H10 in the indirect object identification circuit, in which these heads clearly self-repair. Once we discovered copy suppression, it was natural to next attempt to connect both phenomena.
> Can authors provide one or two more possible scenarios where insights related to copy suppression might be helpful?
In Section 4.1, we help highlight how this phenomena helps explain confusion in prior works related to Anti-Induction as well as Negative Heads in general. We have also already discussed how negativity can help calibrate models in Appendix C.
We believe that our work provides a meaningful contribution towards refining our understanding of how transformers operate internally and will help enable future interpretability work. Even beyond interpretability, we believe work such as this one can help provide insights into methods that rely on ablations and interventions in forward passes, such as Inference Time Interventions (Li et al., 2023: https://arxiv.org/abs/2306.03341) and Activation Addition (Turner et al., 2023: https://arxiv.org/abs/2308.10248), as discussed with reviewer ccpw regarding how “i) our work has actionable consequences”.
We hope that these comments and revisions highlight the importance and universality of our work. We appreciate your valuable input and would appreciate potential reevaluation. Have we successfully addressed your concerns?