English

Self-Ablating Transformers: More Interpretability, Less Sparsity

Machine Learning 2025-05-02 v1

Abstract

A growing intuition in machine learning suggests a link between sparsity and interpretability. We introduce a novel self-ablation mechanism to investigate this connection ante-hoc in the context of language transformers. Our approach dynamically enforces a k-winner-takes-all constraint, forcing the model to demonstrate selective activation across neuron and attention units. Unlike post-hoc methods that analyze already-trained models, our approach integrates interpretability directly into model training, promoting feature localization from inception. Training small models on the TinyStories dataset and employing interpretability tests, we find that self-ablation leads to more localized circuits, concentrated feature representations, and increased neuron specialization without compromising language modelling performance. Surprisingly, our method also decreased overall sparsity, indicating that self-ablation promotes specialization rather than widespread inactivity. This reveals a complex interplay between sparsity and interpretability, where decreased global sparsity can coexist with increased local specialization, leading to enhanced interpretability. To facilitate reproducibility, we make our code available at https://github.com/keenanpepper/self-ablating-transformers.

Keywords

Cite

@article{arxiv.2505.00509,
  title  = {Self-Ablating Transformers: More Interpretability, Less Sparsity},
  author = {Jeremias Ferrao and Luhan Mikaelson and Keenan Pepper and Natalia Perez-Campanero Antolin},
  journal= {arXiv preprint arXiv:2505.00509},
  year   = {2025}
}

Comments

Poster Presentation at Building Trust Workshop at ICLR 2025

R2 v1 2026-06-28T23:17:58.706Z