Towards Isolated Interventions via Almost Orthogonal Features in Language Models
Summary
Moritz Miller, Florent Draye, and Bernhard Schölkopf's paper, "Towards Isolated Interventions via Almost Orthogonal Features in Language Models," accepted at COLM 2026, addresses the challenge of feature entanglement in language models. The research highlights that while mechanistic interpretability assumes concepts are linear features in activation space, manipulating one feature often interferes with others, leading to unintended downstream effects. To counter this, the authors propose constraining internal features to be almost orthogonal, drawing inspiration from the Independent Causal Mechanisms principle. They formalize the problem by quantifying the gap between idealized and realized interventions through feature interference, upper-bounding its propagation via feature dictionary self-coherence, and linking this to explicit orthogonality regularization. Empirically, their method enables more isolated interventions on mathematical reasoning concepts, crucially without compromising overall model performance. The associated code is publicly available.
Key takeaway
For Machine Learning Engineers focused on model interpretability and fine-grained control, this research offers a direct path to more reliable interventions. If you are struggling with unintended side effects when manipulating specific concepts in your language models, consider implementing orthogonality regularization. This technique allows you to achieve isolated causal interventions on features like mathematical reasoning without degrading overall model performance, making your interpretability efforts more precise and effective.
Key insights
Orthogonality regularization of language model features enables isolated causal interventions while preserving performance.
Principles
- Feature entanglement causes unintended intervention effects.
- Almost orthogonal features promote modular representations.
- Independent Causal Mechanisms principle guides modularity.
Method
Constrain internal features to be almost orthogonal via explicit orthogonality regularization on the feature dictionary, formalizing intervention gap through feature interference.
In practice
- Apply orthogonality regularization to language model features.
- Achieve more isolated interventions on mathematical reasoning concepts.
- Utilize the provided code at `https://github.com/mrtzmllr/sae-icm`.
Topics
- Mechanistic Interpretability
- Language Models
- Feature Orthogonality
- Causal Intervention
- Model Interpretability
- Orthogonality Regularization
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.