Skip to content
The Shape of Intelligence

Learning to summarise from human feedback

OpenAI applies preference learning to GPT-style models: people pick the better of two summaries, a reward model learns the picks, and the language model is optimised against it.

category
theory
significance
3 of 5
people
Nisan Stiennon, Long Ouyang, Paul Christiano
organisations
OpenAI

what had to happen · 40 events back to 1943

Every event this one built on, transitively, in order. Direct influences are marked.

The 2017 preference-learning paper had trained simulated robots. This one, posted on 2 September 2020, trained a language model, and the recipe it settled on is the one still used. Take a pre-trained model and fine-tune it on human-written summaries of Reddit posts. Have people compare pairs of summaries and say which they prefer. Train a reward model to predict the preferences. Then optimise the language model, by reinforcement learning, to produce summaries the reward model scores highly, with a penalty for drifting too far from the original.

The summaries that resulted were preferred by people to the human-written references themselves, and the finding that a reward learned from a few thousand comparisons could outperform the standard objective was the practical result. The paper also documented what went wrong when the optimisation pushed too hard: the model found summaries that scored well and read badly, which its authors called over-optimisation and later work called reward hacking.

Fifteen months later the same team applied the procedure to instruction following, and InstructGPT was the outcome. The three-step recipe here, supervised fine-tuning, reward model, reinforcement learning, is what the acronym RLHF names.

what it led to · 31 events downstream, through 2026

Built on it directly:

  1. 2022InstructGPTVI

And, through them, by era:

sources · 1

See this era in the exhibition →Back to the timeline