dai-2023-gpt-meta-optimizer-gd
IN premise — summaries/2026/08/24/shen-2023-icl-not-gd-sR-references.md
Created 2026-08-25T02:58:34+00:00
Dai et al. (2023, ACL Findings) showed that GPT models implicitly perform gradient descent as 'meta-optimizers' on their prompt tokens.
Summary
GPT models, when processing a prompt, are secretly running the same optimization loop (gradient descent) that was used to train them, but pointed at the prompt's own words instead of the model's weights. This matters because it gives a concrete mechanical explanation for in-context learning: the model isn't doing some mysterious one-shot reasoning trick, it is doing tiny in-flight learning on the fly, which helps explain both why prompt engineering works and where its limits will show up.