Analyzing Feed-Forward Blocks in Transformers through the Lens of Attention Maps
Goro Kobayashi, Tatsuki Kuribayashi, Sho Yokoi, Kentaro Inui
TL;DR
This work investigates how feed-forward blocks (FFBs) in Transformer layers influence input contextualization. It extends a norm-based attention-map framework with Integrated Gradients to decompose FF, RES, and LN effects across four scopes, enabling visualization of FF-induced context shifts. Across masked and causal LMs, FFs amplify particular linguistic compositions and these effects are largely canceled by surrounding components, revealing redundancy in Transformer computation. The approach yields interpretable, component- and layer-level insights and offers a path toward more robust mechanistic interpretability.
Abstract
Transformers are ubiquitous in wide tasks. Interpreting their internals is a pivotal goal. Nevertheless, their particular components, feed-forward (FF) blocks, have typically been less analyzed despite their substantial parameter amounts. We analyze the input contextualization effects of FF blocks by rendering them in the attention maps as a human-friendly visualization scheme. Our experiments with both masked- and causal-language models reveal that FF networks modify the input contextualization to emphasize specific types of linguistic compositions. In addition, FF and its surrounding components tend to cancel out each other's effects, suggesting potential redundancy in the processing of the Transformer layer.
