Reviewer V5Fk (1/2)
### (1) My big concern is that the paper may be technically obsolete. More mainstream experiments are now being conducted in GPT 4o and GPT o1-based settings. I don't understand why the authors are still conducting experiments on GPT 2. The gap between GPT 2 and GPT 4o and GPT o1-based methods is huge, so I think the experiments and the motivation are very limited, and the techniques in the paper may not be valid for the GPT 4 and GPT o1-based settings.
Thanks for your comments. It’s important to understand that our work applies to open-source models. Indeed, the entire mechanistic interpretability community uses only open-source models, because it is necessary to have access to model internals (weights) in order to uncover internal mechanisms. Hence, models such as GPT 4o are not suitable for mechanistic interpretability studies such as ours. You can see in the references that we cite (eg, Conmy 2023, Ferrando 2024, Geiger 2024, Gurnee 2024, Harra 2023, …) that they all use open-source models.
Among open-source models, GPT-2 is particularly well-suited for studies such as ours because it exhibits interesting behavior (eg, good performance on the IOI task we study) while being small enough to allow for deep understanding. That is why the studies we compare to (Wang et al 2023, Conmy et al 2023, Ferrando & Volta 2024) all also use GPT-2 for their studies.
### (2) The writing of the article is obscure. Maybe this article is hard to understand and follow. Reading through the entire paper, I'm not sure what the focus of the article FOCUSED on.
We are eager to improve the clarity of focus in the paper. To make clear, we list our contributions as the final paragraph of the introduction: first, we expose an important property of transformer-based models that has not previously been appreciated: attention scores (the heart of the transformer mechanism) are actually sparsely encoded. This means that one can identify what signals are passing between attention heads when they fire – opening up a large source of insight into how these models work. Second, we show the power of sparse decomposition by using it to trace a “famous” circuit in GPT-2, in a manner that is much faster and more thorough that has been in any previous work.
### (3) The topics “SPARSE ATTENTION DECOMPOSITION” and “ Circuit Tracing ” did not attract widespread interest, and the importance of this area was not emphasized.
Indeed, Sparse Attention Decomposition is a new phenomenon, one that opens up important sources of insight in analyzing transformer-based models; as such, the term does not appear in the literature to date (to the best of our knowledge). “Circuit tracing” is a kind of study that is of great interest in the mechanistic interpretability literature: (Wang et al 2023, Conmy et al 2023, Ferrando & Volta 2024) are all circuit-tracing papers.
### (4) In sum, our contributions are twofold. First, we draw attention to the fact that attention scores are typically sparsely decomposable given the right basis. This has significant implications for the interpretability of model activations. Why? The authors' experiments did not prove their interpretability.
Thank you for pointing out that this sentence could be supported more clearly. We describe the implications for interpretability in our response to point (6) below and will add these remarks to the paper for clarity.
### (5) The paper was not compared to multiple state-of-the-art BASELINE methods, so there is insufficient validation of its effectiveness. For example, no quantitative comparison results can be seen in Figures 1, 2, and 3.
Regarding the comparison, we made a direct comparison of our circuit with the circuit found in [1]. This prior work [1] is also used as comparison in other studies, eg, (Conmy et al 2023, Ferrando & Volta 2024). However, we note that Figures 1, 2, and 3 do not relate to the circuit we trace, but rather serve to document and explain the phenomenon of sparse attention decomposition, which is a fundamental contribution of our paper that is separate from the circuit tracing result.