Toward a complete understanding of neural networks.
Grounds is a research lab. Our bet is that the internals of neural networks can be understood completely, not
only monitored. We think that is the most important safety problem in AI, and one of the most interesting
problems in science.
Attention pattern of head 5 in layer 5 of GPT-2 small (124M parameters, released weights;
layers and heads counted from zero), reading the sentence above twice. Each row is a token being read; each
column is an earlier token it can attend to; the darkness of a cell is the attention weight, from 0 (an empty
outline) to 1 (solid). The upper right is empty because a token cannot attend to what comes after it. The dark
first column is an attention sink: most tokens park most of their weight on the first token. The stripe in the
lower half is the induction pattern: on the second pass, most tokens attend mostly to whatever followed them the
first time (neural attends to networks with
weight 0.81; networks attends to the full stop with 0.91).
The columns are the same eighteen tokens, left to right.
The open box before a token () marks a leading space, which
is why the second "Toward" splits differently from the first. A script scored all 144 heads for this behavior on 64 random repeated
sequences; this head scored highest, 0.925, and on this sentence its score is 0.53. Drawn by a
script from the released weights, not by hand.
We also make Grounds Workspace, a private AI workspace for law firms and businesses. It drafts from your own
prior work and shows the primary source, a document or a case, beside each claim, so you can check it.
Rebuilt grounds.ai around a dated feed of writing, with the research lab in front and the workspace on one page. The picture on the home page is real: head 5 in layer 5 of GPT-2 small reading the site’s own thesis sentence twice. The script that scores all 144 heads and draws it lives beside the site, so the figure can be regenerated from the weights at any time. Next: the first interpretability piece.