From an open problem to reward models to AI feedback
Scalable oversight starts in 2016 as an unsolved problem: evaluating a true objective is too costly to check on every training example. The fix now runs through three papers, not two: the 2017 paper builds the first working version, three concurrent loops feeding a learned reward to a training policy on well under 1% of an agent's experience, InstructGPT (2022) scales that architecture to language, and Constitutional AI (2022) pushes it further by having an AI supply the labels instead.
The walk follows that lineage in order, slowing at RL from AI Feedback, where iterated online training, already present in 2017, becomes the technique that makes an AI labeler practical.
This theme traces the corpus's most important cross-paper throughline, and the 2017 paper is now its explicit middle link between an open problem and a built pipeline. Concrete Problems (2016) names scalable oversight as an open problem: safe behavior requires evaluating a true objective too costly to check on every training example. The 2017 paper answers it first: its asynchronous reward-learning architecture runs a policy, a human-comparison process, and a reward predictor as three concurrent loops, each feeding the next, so a learned reward can stand in for the missing objective while the policy trains, and human-feedback sample efficiency is the result that made the answer credible, learning complex tasks and novel behaviors from feedback on less than 1% of the agent's environment interactions. InstructGPT's (2022) reward model is, functionally, that same architecture scaled to language: a model trained to predict which of two outputs human labelers would prefer, letting reinforcement learning from human feedback optimize a cheap, dense proxy for a genuinely expensive human judgment across an entire training distribution. Constitutional AI's (2022) RL from AI Feedback pushes the same lineage one step further: the feedback model that produces harmlessness preference labels replaces even the human labeler, and the hybrid human/AI preference model blends human-labeled helpfulness comparisons with AI-labeled harmlessness ones into a single reward signal. Iterated online training, periodically refreshing the preference model on the current policy's own outputs, is not new at this last step either: the 2017 paper already implements it as a core part of its architecture, and Constitutional AI (2022) flags the same technique as a further scaling step now made easier once an AI, rather than a human, is doing the labeling.