Concepedia

Publication | Open Access

Transformer Feed-Forward Layers Are Key-Value Memories

33

Citations

8

References

2021

Year

TLDR

Feed‑forward layers constitute two‑thirds of a transformer’s parameters, yet their function within the network has been largely unexplored. In transformer language models, feed‑forward layers operate as key‑value memories: each key encodes a textual pattern from training data, and each value generates a probability distribution over the next token, especially in upper layers. Experiments show that the learned patterns are human‑interpretable, with lower layers capturing shallow patterns and upper layers encoding more semantic ones, and that a feed‑forward layer’s output is a composition of its memories refined by residual connections to produce the final distribution.

Abstract

Feed-forward layers constitute two-thirds of a transformer model’s parameters, yet their role in the network remains under-explored. We show that feed-forward layers in transformer-based language models operate as key-value memories, where each key correlates with textual patterns in the training examples, and each value induces a distribution over the output vocabulary. Our experiments show that the learned patterns are human-interpretable, and that lower layers tend to capture shallow patterns, while upper layers learn more semantic ones. The values complement the keys’ input patterns by inducing output distributions that concentrate probability mass on tokens likely to appear immediately after each pattern, particularly in the upper layers. Finally, we demonstrate that the output of a feed-forward layer is a composition of its memories, which is subsequently refined throughout the model’s layers via residual connections to produce the final output distribution.

References

YearCitations

Page 1