Attention's forward pass and Frank-Wolfe
Abstract
Lay Summary
Transformers, the models behind many modern language systems, decide which words or pieces of text should influence each other through a process called attention. This paper studies a simplified version of attention where this influence becomes very focused: instead of each word being affected by many others, it mostly follows the one it is most strongly connected to. In this setting, the words can be imagined as points inside the smallest “outline” that contains them all, like stretching a rubber band around a group of pins on a board. The paper shows that attention tends to move words toward special points on this outline. It also shows that the usual, smoother form of attention can quickly enter long-lasting patterns before eventually merging together. This is called metastability: intuitively, it is like a ball on a very gently curved hillside, where the slope is so slight that the ball seems almost stuck and moves only very slowly, but over time it still drifts sideways and slides away. In this paper, metastability means that words can remain organized around a few especially influential words for a long time before the system finally settles into a more collapsed state. By explaining when and why these long-lasting patterns appear, the theory gives a clearer picture of how attention organizes information over time, and may help researchers better understand which words become influential and how complex behavior can arise from simple attention rules.