English

Attention Mechanisms Don't Learn Additive Models: Rethinking Feature Importance for Transformers

Machine Learning 2025-01-10 v2 Artificial Intelligence Computation and Language

Abstract

We address the critical challenge of applying feature attribution methods to the transformer architecture, which dominates current applications in natural language processing and beyond. Traditional attribution methods to explainable AI (XAI) explicitly or implicitly rely on linear or additive surrogate models to quantify the impact of input features on a model's output. In this work, we formally prove an alarming incompatibility: transformers are structurally incapable of representing linear or additive surrogate models used for feature attribution, undermining the grounding of these conventional explanation methodologies. To address this discrepancy, we introduce the Softmax-Linked Additive Log Odds Model (SLALOM), a novel surrogate model specifically designed to align with the transformer framework. SLALOM demonstrates the capacity to deliver a range of insightful explanations with both synthetic and real-world datasets. We highlight SLALOM's unique efficiency-quality curve by showing that SLALOM can produce explanations with substantially higher fidelity than competing surrogate models or provide explanations of comparable quality at a fraction of their computational costs. We release code for SLALOM as an open-source project online at https://github.com/tleemann/slalom_explanations.

Keywords

Cite

@article{arxiv.2405.13536,
  title  = {Attention Mechanisms Don't Learn Additive Models: Rethinking Feature Importance for Transformers},
  author = {Tobias Leemann and Alina Fastowski and Felix Pfeiffer and Gjergji Kasneci},
  journal= {arXiv preprint arXiv:2405.13536},
  year   = {2025}
}

Comments

TMLR Camera-Ready version

R2 v1 2026-06-28T16:35:32.929Z