REVIEW 3 major objections 5 minor 17 references
On the Generalizability of "Competition of Mechanisms: Tracing How Language Models Handle Facts and Counterfactuals"
T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This reproduction confirms the core 'competition of mechanisms' findings for GPT-2 and Pythia, but shows the recommended attention-head ablation does not generalize across architectures, prompts, or domains.
desk verdict Reproduction is solid and the domain-leakage finding is important, but the abstract overclaims the Llama result that the body itself leaves unresolved. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The paper's working machinery is the logit-lens inspection of residual-stream position-by-position logits, combined with attention-head ablation that scales the attention of the last token to the attribute position (heads L10H7 and L11H10 in GPT-2 small, L17H28/L20H18/L21H8 in Pythia 6.9B) by a factor α. That combination exposes which head writes the counterfactual token into the final position; the paper runs it across models, prompt structures, premise words, and domains to test whether the same heads remain decisive. The central measured quantity is the factual-over-counterfactual margin Δ_cofa, which the ablation is meant to flip.
What would settle it
Take the original and domain-split datasets, remove every prompt whose subject token contains the factual token, and re-run the L10H7/L11H10 ablation on the remaining underrepresented-domain prompts: if factual predictions still rise to roughly 50%, the paper's domain-dependence conclusion is wrong. For the Llama result, replace the logit-lens attribution with activation patching or a tuned lens: if a small set of decisive heads appears, the paper's claim of reduced specialization is an artifact of the measurement tool.
Extended reading notes
Core claim
On its own terms, the paper's discovery is that the mechanism-competition story from the original study reproduces cleanly only under the original conditions. On GPT-2 small and Pythia 6.9B with the 'Redefine:' prompt, the paper confirms the positional encoding of factual and counterfactual tokens, the stronger role of attention blocks than MLP blocks, and the existence of a few high-impact heads that promote the counterfactual by suppressing it rather than by boosting the factual token. On Llama 3.1 8B, competition between the two mechanisms still appears, but the head-level specialization largely disappears: only one strong counterfactual head was found, factual contributions are spread widely, and even the best ablation moves factual predictions only from 15% to 22%. Recasting the prompt as a question reduces the copy tendency so much that GPT-2 predicts factual and counterfactual tokens almost equally often, and the choice of premise word (for example 'Review' versus 'Validate') shifts factual-prediction rates from 1.9% to 6.4%, with the gap widening under ablation. Finally, the paper shows that the apparent importance of the subject token for factual recall is inflated by the original dataset's concentration on product domains whose names contain the factual token; in underrepresented domains, the proposed head ablation no longer flips predictions, and on the smaller cross-domain dataset it can even increase counterfactual predictions.
Load-bearing premise
The load-bearing premise is that the logit-lens and attention-attribution tools used in the original pipeline actually reveal the internal causes of the final prediction; if they misattribute contributions, especially for Llama 3.1 8B, both the reproduced findings and the new negative results are compromised.
Editorial extensions
If this is right
- In small models, the question-format prompt alone brings GPT-2's factual and counterfactual predictions near a fifty-fifty split, making prompt restructuring as effective as the original head ablation; combining the two is far stronger.
- The recommended GPT-2 heads L10H7 and L11H10 do not transfer across domains: under the same ablation, underrepresented categories mostly still predict the counterfactual token, and the MQuAKE-based test shows weakened or even reversed effects.
- Larger and newer models like Llama 3.1 8B exhibit the factual and counterfactual competition but without concentrated head specialization, so the original method does not identify the right levers for attention-head control in those models.
- Because the original dataset's dominant domains contain prompts where the subject itself contains the factual token, the subject-position encoding that the original study emphasized is partly an artifact of dataset bias.
Reading between the lines
- Editorial inference: if the subject-token leakage explanation is right, re-running the same ablation on a leakage-filtered COUNTERFACT subset should restore or abolish the domain effect, giving a direct causal test of the paper's explanation.
- Editorial inference: the near-equivalence of prompt restructuring and head ablation suggests that for practical safety interventions, sanitizing or reformulating prompts may be cheaper and more reliable than circuit-level edits, a direction the paper's practical discussion implies but does not state as a recommendation.
- Editorial inference: for Llama-like models, the failure to find specialized heads could be an artifact of the logit-lens method rather than absent specialization; applying a tuned lens or activation patching would settle which reading is correct, and the paper's negative result on Llama remains its least settled finding.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper is a reproduction and extension study of Ortu et al. (2024), which analyzed competition between factual recall and counterfactual copy mechanisms in language models. The authors re-filter the original COUNTERFACT-derived datasets, reproduce the original positional-encoding, attention-block-dominance, and attention-head-specialization findings on GPT-2 small and Pythia 6.9B, and extend the analysis to Llama 3.1 8B, to question-answer prompt reformulations, to alternative premise words, and to domain-stratified subsets. The paper concludes that the proposed attention-head ablation is less effective for underrepresented domains and that its effectiveness varies with architecture, prompt structure, domain, and task.
Significance. If the results are taken at face value, the paper makes a useful contribution to the reproducibility literature in mechanistic interpretability and to the practical question of how widely head-level circuit claims transfer. Its strengths include a careful re-filtering of the datasets, a public code repository, the reproduction of the core GPT-2 and Pythia results, and the domain-leakage observation that many COUNTERFACT prompts contain the factual token inside the subject, which can spuriously explain subject-position importance. The main weakness is that the central architecture-dependence claim rests on Llama 3.1 8B results that the body itself explicitly labels as ambiguous, and the abstract overstates this result and the domain result.
major comments (3)
- [Section 4.2 / Abstract] The abstract states that Llama 3.1 8B shows 'greatly reduced attention head specialization' as an established finding, but the body of Section 4.2 explicitly leaves open two possibilities: 'Either the logit lens method fails to discover the highly specialized attention heads, or they are simply not as concentrated for Llama 3.1 8B.' The ablation experiments do not resolve this ambiguity because the ablated heads were selected using the same logit-lens attribution that the paper acknowledges may be unreliable for larger models (citing Belrose et al., 2023), and the resulting increase in factual predictions was only from 15% to 22%. This is load-bearing for the architecture-dependence component of the central claim; the abstract should be reworded to present the finding as provisional, or the authors should provide disambiguating evidence (e.g., tuned-lens attribution, a random-head ablation baseline, or a broader head search).
- [Section 4.1 vs. Abstract and Section 2] The abstract and the introduction claim successful reproduction of the original paper's 'localization of factual and counterfactual information,' but Section 4.1 says the opposite for a key part of that claim: 'the claim that factual information is stored in the subject position does not seem to be backed up by our results or those of the original paper.' Since Section 2 lists 'Positional Information Encoding: factual attributes appearing in subject positions' as one of the core reproduced claims, the paper is internally inconsistent about what was reproduced. Please re-scope the reproduction claim in the abstract and Section 2, and clearly separate the confirmed parts (counterfactual in attribute position, monotonic increase with layers) from the unconfirmed part (factual in subject position).
- [Section 4.5 / Abstract] The abstract's claim that the Ortu et al. (2024) ablation is 'ineffective for domains that are underrepresented in their dataset' is stronger than the evidence supports. Figure 4 reports only post-ablation counts per domain, with no per-domain baseline, so 'ineffective' (no effect) cannot be distinguished from 'effective but insufficient to flip the majority prediction.' The body itself uses the weaker phrase 'making ablation less effective.' Additionally, the MQuAKE results (Figure 5) rest on only 228 filtered prompts, and the paper acknowledges they are tentative. Please either add per-domain baseline-vs-ablation comparisons and confidence intervals, or revise the abstract and Section 5.2 to state the finding more cautiously, e.g., 'the ablation does not transfer to underrepresented domains in these datasets.'
minor comments (5)
- [Section 3.3.2] The phrase 'somewhat arbitrarily decided' is informal for a journal article; consider describing more precisely how the original study selected the heads and scaling factor, and note that this reproduction follows that selection by design.
- [Figures 4 and 5] The domain-level win counts are difficult to read because the category names are crowded and the baseline counts are not shown; a table with per-domain baseline and post-ablation factual/counterfactual counts would make the domain claim easier to verify.
- [Section 4.3] The statement that the QnA prompt structure is 'significantly more important' than the premise word is based only on GPT-2 small experiments; please state this scope explicitly in the same paragraph and in the conclusion to avoid overgeneralization.
- [Section 4.4 / Table 1] The differences across premise words are reported as counts and percentages without any uncertainty quantification; although the counts are deterministic on the fixed dataset, reporting bootstrap intervals or a simple chi-square test would strengthen the comparison.
- [Section 3.2.1] When reporting that only 5,179 of 10,000 GPT-2 small prompts and 9,137 of 10,000 Pythia prompts have the factual token as the top prediction, please specify the decoding criterion used (e.g., greedy top-1 vs. highest logit) and how the original dataset was obtained, so that this verification is fully reproducible.
Circularity Check
No significant circularity: the reproduction and extensions test external claims against fresh data and independent benchmarks, so no claimed result reduces to its inputs by construction.
full rationale
This is a reproduction and extension study, not a derivation. The paper independently verifies claims from Ortu et al. (2024) on GPT-2 and Pythia, then tests those claims on Llama 3.1 8B, new prompt structures, premise words, and new domains. The central negative results, such as the reduced effectiveness of the proposed attention-head ablation on underrepresented domains, are evaluated on data that was not used to select the heads; the ablation is inherited from the original study for consistency rather than fitted to the new experiments. The only inherited elements are the same head identities and scaling factors, explicitly chosen to maintain consistency with Ortu et al. (2024), which is a benchmark choice rather than a circular step. The ambiguity acknowledged in Section 4.2, namely that the logit lens may fail on Llama 3.1 8B, is a methodological validity risk and is explicitly hedged in the body and limitations; it does not make any result equivalent to its inputs by definition. No fitted parameter is renamed as a prediction, and no load-bearing claim depends on a self-citation chain. The paper is honest about its limitations, including the small MQuAKE sample and the reliance on GPT-2 for several extensions. Overall, the derivation chain is self-contained with respect to the claims it advances, so no circularity is present.
Assumptions & free parameters
free parameters (3)
- Ablation scaling factor alpha =
5 (also 50 and 0 in Llama experiments)
- Number and identity of ablated attention heads =
L10H7, L11H10 for GPT-2; L17H28, L20H18, L21H8 for Pythia; L27H20, L28H15, L31H14 for Llama
- Premise words set =
Redefine, Assess, Fact Check, Review, Validate, Verify
assumptions (5)
- domain assumption The residual stream decomposition and logit lens projection (Eq. 1-3) faithfully reflect the model's internal computations
- domain assumption Scaling attention weights by alpha is a causally valid intervention that isolates the selected head's role
- ad hoc to paper The prompt template 'Redefine: {s} {r} {tcofa}. {s} {r}' triggers a well-defined competition between factual recall and counterfactual copy mechanisms
- domain assumption Domain labels from NeMo Curator are accurate and meaningful for grouping prompts
- ad hoc to paper The filtered datasets (only prompts where the model predicts factual or counterfactual token) are representative of the underlying phenomena
Cite this review
Pith. "Pith review of On the Generalizability of "Competition of Mechanisms: Tracing How Language Models Handle Facts and Counterfactuals"." pith.science (2026). https://pith.science/paper/FWXZ2UHY
@misc{pith2026250622977,
author = {Pith},
title = {Pith review of: On the Generalizability of "Competition of Mechanisms: Tracing How Language Models Handle Facts and Counterfactuals"},
year = {2026},
howpublished = {\url{https://pith.science/paper/FWXZ2UHY}},
note = {Machine review of arXiv:2506.22977}
}
read the original abstract
We present a reproduction study of "Competition of Mechanisms: Tracing How Language Models Handle Facts and Counterfactuals" (Ortu et al., 2024), which investigates competition of mechanisms in language models between factual recall and counterfactual in-context repetition. Our study successfully reproduces their primary findings regarding the localization of factual and counterfactual information, the dominance of attention blocks in mechanism competition, and the specialization of attention heads in handling competing information. We reproduce their results on both GPT-2 (Radford et al., 2019) and Pythia 6.9B (Biderman et al., 2023). We extend their work in three significant directions. First, we explore the generalizability of these findings to even larger models by replicating the experiments on Llama 3.1 8B (Grattafiori et al., 2024), discovering greatly reduced attention head specialization. Second, we investigate the impact of prompt structure by introducing variations where we avoid repeating the counterfactual statement verbatim or we change the premise word, observing a marked decrease in the logit for the counterfactual token. Finally, we test the validity of the authors' claims for prompts of specific domains, discovering that certain categories of prompts skew the results by providing the factual prediction token as part of the subject of the sentence. Overall, we find that the attention head ablation proposed in Ortu et al. (2024) is ineffective for domains that are underrepresented in their dataset, and that the effectiveness varies based on model architecture, prompt structure, domain and task.
Figures
Figures from the paper (22 more)
Reference graph
Works this paper leans on
-
[1]
Eliciting latent predictions from transformers with the tuned lens.arXiv preprint arXiv:2303.08112,
Nora Belrose, Zach Furman, Logan Smith, Danny Halawi, Igor Ostrovsky, Lev McKinney, Stella Biderman, and Jacob Steinhardt. Eliciting latent predictions from transformers with the tuned lens.arXiv preprint arXiv:2303.08112,
-
[6]
Dissecting recall of factual associations inauto-regressivelanguagemodels
Mor Geva, Jasmijn Bastings, Katja Filippova, and Amir Globerson. Dissecting recall of factual associations inauto-regressivelanguagemodels. In Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, pp. 12216–12235,
work page 2023
-
[7]
Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al- Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, et al. The llama 3 herd of models. arXiv preprint arXiv:2407.21783 ,
-
[8]
Deepseek-v3 technical report.arXiv preprint arXiv:2412.19437,
Aixin Liu, Bei Feng, Bing Xue, Bingxuan Wang, Bochao Wu, Chengda Lu, Chenggang Zhao, Chengqi Deng, Chenyu Zhang, Chong Ruan, et al. Deepseek-v3 technical report.arXiv preprint arXiv:2412.19437,
-
[10]
Accessed: 2025-02-21. Nvidia. Nemocurator domain classifier.https://huggingface.co/nvidia/domain-classifier. Accessed: 2025-01-30. Francesco Ortu, Zhijing Jin, Diego Doimo, Mrinmaya Sachan, Alberto Cazzaniga, and Bernhard Schölkopf. Competition of mechanisms: Tracing how language models handle facts and counterfactuals. In Lun- Wei Ku, Andre Martins, and ...
2025
-
[11]
Model evaluation for extreme risks
Toby Shevlane, Sebastian Farquhar, Ben Garfinkel, Mary Phuong, Jess Whittlestone, Jade Leung, Daniel Kokotajlo, Nahema Marchal, Markus Anderljung, Noam Kolt, et al. Model evaluation for extreme risks. arXiv preprint arXiv:2305.15324 ,
-
[12]
SURF User Knowledge Base. Snellius Energy Aware Runtime. https://servicedesk.surf.nl/wiki/ pages/viewpage.action?pageId=62226671. Accessed: 2025-01-30. Miles Turpin, Julian Michael, Ethan Perez, and Samuel Bowman. Language models don’t always say what they think: Unfaithful explanations in chain-of-thought prompting. Advances in Neural Information Process...
work page 2025
-
[13]
Teun van der Weij, Felix Hofstätter, Ollie Jaffe, Samuel F Brown, and Francis Rhys Ward. Ai sandbagging: Language models can strategically underperform on evaluations.arXiv preprint arXiv:2406.07358 ,
Show all 17 references
-
[14]
Transformers: State-of-the-art natural language processing
Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Clement Delangue, Anthony Moi, Pierric Cistac, Tim Rault, Remi Louf, Morgan Funtowicz, Joe Davison, Sam Shleifer, Patrick von Platen, Clara Ma, Yacine Jernite, Julien Plu, Canwen Xu, Teven Le Scao, Sylvain Gugger, Mari...
2020
-
[15]
doi: 10.18653/v1/2020.emnlp-demos.6
Association for Computational Lin- guistics. doi: 10.18653/v1/2020.emnlp-demos.6. URL https://aclanthology.org/2020.emnlp-demos. 6/. Zexuan Zhong, Zhengxuan Wu, Christopher D Manning, Christopher Potts, and Danqi Chen. Mquake: Assessing knowledge editing in language models via...
2020 doi
-
[16]
Redefine
15 Published in Transactions on Machine Learning Research (06/2025) A "Redefine" Dataset Plots A.1 GPT-2 small Plots 0 1 2 3 4 5 6 7 8 9 10 11 Layer Subject Relation Relation Last Attribute* Subject repeat Relation repeat Last 0 1 2 3 4 5 6 7 8 9 10 11 Layer Subject Relation R...
2025
-
[17]
Redefine
for Llama 3.1 8B on the "Redefine" Dataset. 19 Published in Transactions on Machine Learning Research (06/2025) B QnA Dataset Plots B.1 GPT-2 small Plots 0 1 2 3 4 5 6 7 8 9 10 11 Layer Subject Relation Relation Last Attribute* Interrogative Relation repeat Subject repeat Last...
2025
-
[2020]
Jail- breaking black box large language models in twenty queries.arXiv preprint arXiv:2310.08419 ,
Patrick Chao, Alexander Robey, Edgar Dobriban, Hamed Hassani, George J Pappas, and Eric Wong. Jail- breaking black box large language models in twenty queries.arXiv preprint arXiv:2310.08419 ,
-
[2021]
Transformer feed-forward layers are key-value memories
Mor Geva, Roei Schuster, Jonathan Berant, and Omer Levy. Transformer feed-forward layers are key-value memories. In Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing , pp. 5484–5495,
2021
-
[2022]
Modified counterfact dataset
Neel Nanda. Modified counterfact dataset. https://huggingface.co/datasets/NeelNanda/ counterfact-tracing. Accessed: 2025-01-29. Neel Nanda and Joseph Bloom. Transformerlens. https://github.com/TransformerLensOrg/ TransformerLens,
2025
-
[2023]
Language models are few-shot learners
13 Published in Transactions on Machine Learning Research (06/2025) Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. Advances ...
2025
-
[2024]
Accessed: 2025-01-30
https:// www.dutchdatacenters.nl/en/publications/state-of-the-dutch-data-centers-2024/ . Accessed: 2025-01-30. Nelson Elhage, Neel Nanda, Catherine Olsson, et al. A mathematical framework for transformer circuits. Transformer Circuits Thread,
2024
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.