Pretraining, scaling and alignment of models over text.
Colour is the family; a dashed line is the second member of it.
Maps words to dense vectors trained so that context predicts the word. Gave the field the observation that direction in the space carries meaning. · 2013
Merges frequent character pairs into subword units until the vocabulary is full. Any string stays representable, so rare and unseen words degrade int… · 2015
An encoder-only transformer pretrained by masking tokens and predicting them from both sides. Showed that one pretrained model plus a small head beat… · 2018
Loss falls as a power law in parameters, data and compute, over many orders of magnitude. Turned model design into a budgeting exercise with a predic… · 2020
Continues next-token training on curated demonstrations of the behaviour wanted. Cheap, stable, and bounded by how well the desired behaviour can be… · 2021
Refits the compute-optimal frontier and finds parameters and tokens should grow together in roughly equal proportion. Implied the models of the day w… · 2022
A model trained on pairwise human preferences to score responses, standing in for the objective nobody can write down. Also the component that gets g… · 2022
Fits a reward model to human preference comparisons, then optimises the language model against it. The step that turned a next-token predictor into s… · 2022
Shows the preference objective can be optimised as a classification loss on the model itself, with no reward model and no rollouts. · 2023
Replaces the learned reward with a programmatic check — does the proof verify, do the tests pass, is the answer right. Works only where correctness i… · 2025
A decoder-only transformer trained to predict the next token. The objective is trivial and the capability that falls out of scaling it was not antici…