paper-with-me

Papers

Is Sparse Attention more Interpretable?

2021-06-02 · ACL 2021 5 · Clara Meister, Stefan Lazov, Isabelle Augenstein, Ryan Cotterell

Sparse attention has been claimed to increase model interpretability under the assumption that it highlights influential inputs. Yet the attention distribution is typically over representations internal to the model rather than the inputs themselves, suggesting this assumption may not have merit. We build on the recent work exploring the interpretability of attention; we design a set of experiments to help us understand how sparsity affects our ability to use attention as an explainability tool. On three text classification tasks, we verify that only a weak relationship between inputs and co-indexed intermediate representations exists -- under sparse attention and otherwise. Further, we do not find any plausible mappings from sparse attention distributions to a sparse set of influential inputs through other avenues. Rather, we observe in this setting that inducing sparsity may make it less plausible that attention can be used as a tool for understanding model behavior.

📄 PDF Abstract BibTeX arXiv:2106.01087

Code (0)

등록된 구현이 없습니다.

Tasks

text-classificationText Classification

Similar Papers 제목 키워드 기반

Intrinsically Interpretable Attention via Sparse Post-Training

2025-12-05 · Florent Draye, Anson Lei, Hsiao-Ru Pan, Ingmar Posner 외 arxiv

We introduce a simple post-training method that makes transformer attention sparse without sacrificing performance. Applying a flexible sparsity regularisation under a constrained-loss objective, we show on models up to …

Computational Efficiency

Grammatically-Guided Sparse Attention for Efficient and Interpretable Transformers

2026-05-23 · Spandan Pratyush arxiv

The quadratic complexity of self-attention in Transformer models remains a significant bottleneck for processing long sequences and deploying large language models efficiently. For this approach, there has been significa…

Fine-tune BERT with Sparse Self-Attention Mechanism

2019-11-01 · IJCNLP 2019 11 · Baiyun Cui, Yingming Li, Ming Chen, Zhongfei Zhang

In this paper, we develop a novel Sparse Self-Attention Fine-tuning model (referred as SSAF) which integrates sparsity into self-attention mechanism to enhance the fine-tuning performance of BERT. In particular, sparsity…

Natural Language InferenceQuestion AnsweringSentiment Analysis

Interpreting Attention Layer Outputs with Sparse Autoencoders

2024-06-25 · Connor Kissane, Robert Krzyzanowski, Joseph Isaac Bloom, Arthur Conmy 외

Decomposing model activations into interpretable components is a key open problem in mechanistic interpretability. Sparse autoencoders (SAEs) are a popular method for decomposing the internal activations of trained trans…

Interpretable and Sparse Linear Attention with Decoupled Membership-Subspace Modeling via MCR2 Objective

2026-01-20 · Tianyuan Liu, Libin Hou, Linyuan Wang, Bin Yan arxiv

Maximal Coding Rate Reduction (MCR2)-driven white-box transformer, grounded in structured representation learning, unifies interpretability and efficiency, providing a reliable white-box solution for visual modeling. How…

Computational EfficiencyRepresentation Learning