This paper
Attention Is All You Need
Drop the recurrence entirely. Multi-head self-attention as the whole architecture.
From backpropagation to the architecture that powers every large language model in use today.
Backpropagation made deep networks trainable.
Gated memory cells gave RNNs a longer reach.
First soft attention: the decoder could look back at any encoder state.
Hard vs soft attention in image captioning โ the concept crystallised.
This paper
Drop the recurrence entirely. Multi-head self-attention as the whole architecture.
Masked language modelling: read the whole sentence, predict any part.
175 billion parameters. In-context learning without fine-tuning.
Open weights. The architecture converged; scale became accessible.