Training language models to follow instructions with human feedback
Long Ouyang et al., 2022. NeurIPS 2022.
Copper Sun treats this as the defining study on what closes the gap between what a model knows and what it does. Ouyang et al. found that a 1.3B-parameter model fine-tuned via RLHF to follow instructions was preferred by human raters over the 175B GPT-3 base model — a 100× parameter advantage that aligned training reversed. The instruction format is the primary lever, not scale. Copper Sun applies this finding directly: brand rules formatted as clear, testable directives produce more consistent AI output than expansive brand guides written for human interpretation, regardless of which model processes them.
- Examines:
- RLHF applied to GPT-3 instruction following, comparing InstructGPT models against the base model on human preference ratings across helpfulness, harmlessness, and honesty.
- Copper Sun draws on:
- The 1.3B vs. 175B preference inversion — used when explaining that how you structure brand rules is the primary quality lever, not which AI model a team uses.
- Primary source
- arxiv.org/abs/2203.02155