rlhf-transferred-from-games-via-universal-evaluation-property

IN derived (depth 1)

Created 2026-06-21T09:57:37+00:00 · Reviewed 2026-06-21T14:41:08+00:00

RLHF transferred from Atari/robotics (Christiano 2017) to NLP because its motivating property — tasks that are hard to specify but easy to judge — is domain-independent, enabling the same preference-comparison framework to align game bots and language models alike.

Summary

The "hard to specify but easy to judge" property that made preference learning work for game bots applies just as well to language, so the same comparison framework can align a bot in Atari and a text generator without any domain-specific rework. That is what made the jump to large language models like InstructGPT possible: you do not need to write an explicit quality formula, you only need humans to rank outputs side by side.

Justifications

SL — the evaluation asymmetry that enables RLHF is universal across domains

Antecedents (all must be IN):

  • IN rlhf-origin-atari-not-nlp — RLHF was originally applied to Atari game bots and simulated robotics (Christiano et al., 2017) before being adapted for natural language processing.
  • IN rlhf-hard-to-specify-easy-to-judge — RLHF is motivated by tasks that are hard to specify but easy to judge — humans can compare outputs more easily than they can write explicit reward functions
  • IN rlhf-seminal-papers-lineage — The canonical RLHF lineage consists of three papers: Christiano et al. (2017) introduced deep RL from human preferences, Stiennon et al. (2020) applied it to summarization, and Ouyang et al. (2022) scaled it to InstructGPT.

Dependents

These beliefs depend on this one: