Suppose you want a model to be helpful, honest and harmless. Try to write that down as a formula and you will fail — there is no clean equation for "a good answer." Yet you know one when you read it, and so does almost everyone else.
That is the whole idea behind RLHF — reinforcement learning from human feedback. Instead of defining the goal, we demonstrate it: show people two model answers and ask which they prefer. A small reward model learns to predict those judgments, turning a pile of human comparisons into a single number — a score for "how much a human would like this." The language model is then optimized to make that number go up.
RLHF is not a proof or a theorem; it is an engineering recipe, the one that took raw text-predictors and turned them into the chat assistants people actually use. It was popularized for deep learning by Christiano and colleagues (2017) and scaled to language models by OpenAI's InstructGPT (Ouyang et al., 2022).
Comments
Loading comments...