Summary
This paper aims to explore how similar or different circuits are across languages for linguistic tasks in language models. It takes a case-study approach, focusing on two tasks (IOI and past tense task), two languages (English and Chinese), and three language models (two for IOI and one for the past tense task). The past tense task involves morphology, which allows the authors to analyze how it’s handled in different languages.
Using techniques like path patching, the authors identify circuits and find significant overlaps between languages for both tasks. They also highlight interesting differences, like specific "past tense" heads in English.
Strengths
_Clarity:_
The paper is clear and well-written, with high-quality illustrations and concise, precise language. The flow is logical, and the key points are emphasized effectively.
_Quality:_
The experiments are well-designed and effectively executed. The choice of mechanistic interpretability techniques to explore cross-lingual overlap is sound, and the methods are applied accurately. The IOI and past tense tasks are suitable examples; IOI builds on established monolingual work, while the past tense task introduces unique, language-specific morphological challenges.
_Originality:_
This work is notable for its detailed, fine-grained circuit-level analysis of cross-lingual overlap in models.
_Significance:_
For the NLP community, particularly those working on cross-lingual models and low-resource languages, this work provides a valuable deeper understanding of cross-lingual transfer down to the circuit level. This detailed approach might inspire new techniques for more effective cross-lingual transfer.
Weaknesses
_Scope of Main Claims:_
In my view, the primary contribution of this work lies in _demonstrating a specific case study_ of circuit-level cross-lingual transfer between languages in related or separate models. While the paper aims to make broader claims about multilingual models, the setup—two languages, two/three models, and two tasks—suits a focused case study rather than generalizable conclusions. Although the paper acknowledges these limitations, the claims in the introduction could be adjusted to better reflect the scope of the experiments.
Expanding to more languages, models, and tasks would strengthen broader claims, but as a focused case study, this paper is effective on its own. I would recommend reframing the claims to align more closely with the experimental scope.
_Related Work on Multilingual Interpretability:_
A broader review of related work could enrich the discussion, especially on different approaches that analyze multilingual models by aligning internal representations. For instance, [1] trains a monolingual transformer LM and transfers it to another language by retraining only the embedding matrix, hinting at cross-lingual structure similarities. This aligns with the monolingual IOI task analysis in this paper. [2] and [3] conduct coarse-grained analyses on similar cross-lingual interpretability challenges, while [4] aligns hidden states, and [5] provides further insights into the universality of these findings. [6] surveys cross-lingual alignment, offering broader yet less detailed conclusions on the inner workings of multilingual models. This paper can be seen as building on this older work by diving deeper into specific attention heads and showing detailed cross-lingual structures.
It would also be helpful to add a few sentences on how the conclusions here either support or contrast with prior work beyond the works already mentioned.
**References**
1 [On the Cross-lingual Transferability of Monolingual Representations - ACL Anthology](https://aclanthology.org/2020.acl-main.421/)
2 [First Align, then Predict: Understanding the Cross-Lingual Ability of Multilingual BERT](https://aclanthology.org/2021.eacl-main.189)
3 [Emerging Cross-lingual Structure in Pretrained Language Models - ACL Anthology](https://aclanthology.org/2020.acl-main.536/)
4 [[PDF] Similarity of Sentence Representations in Multilingual LMs: Resolving Conflicting Literature and a Case Study of Baltic Languages | Semantic Scholar](https://www.semanticscholar.org/paper/Similarity-of-Sentence-Representations-in-LMs%3A-and-Del-Fishel/0b749f70dd8cbe22fcfa7efeb571836b195c125d)
5 [Cross-lingual Similarity of Multilingual Representations Revisited - ACL Anthology](https://aclanthology.org/2022.aacl-main.15/)
6 [Understanding Cross-Lingual Alignment—A Survey - ACL Anthology](https://aclanthology.org/2024.findings-acl.649/)
Questions
1. **Scope of Claims:**
Could the authors clarify why they make general claims about multilingual models despite the case-study limitations? Would they consider rephrasing these claims to better align with the study's focused scope? Is there a little clash between a generality of the paper title and strict case-study experimental approach?
2. **Support or Contrast with Alignment-based studies**
How do the authors’ findings support or differ from prior studies on multilingual alignment, especially those focusing on hidden state alignment?
3. **Comparison with Coarse-Grained Studies:**
How do the findings here align with or diverge from conclusions in prior, coarse-grained studies on cross-lingual interpretability? Can conclusions from prior work with support from this work's experiments together support general claims or gain novel broader conclusions?
4. **Choice of Circuit-Level Analysis:**
While I am very much in favor of it, I am interested to hear more about why the authors chose a circuit-level approach over other methods and what alternative methodology options they considered. What other mech interp approaches would help support the authors claims in future work (e.g. analysis with SAEs)?
5. **Broader Application:**
Do the authors have recommendations on which additional languages, models, or tasks would best extend this study’s findings?