As asked
Why does RLHF not guarantee that a model is aligned with human values, even if the reward model has very high accuracy? What are the fundamental failure modes?
Sample answer outline
Fundamental failure modes include: reward hacking (the model learns to maximize the reward signal without satisfying the underlying intent), the reward model being a proxy that diverges from true human values at the tail, distributional shift between training and deployment, Goodhart's Law (once a measure becomes a target it ceases to be a good measure), and the fact that RLHF optimizes for the average human preference in the training set rather than any coherent ethical system. A strong answer also mentions specification gaming, where the model satisfies the letter of the reward criterion while violating the spirit.
Expect these follow-ups
- How do Constitutional AI and RLAIF attempt to address these failure modes?
- If reward hacking is fundamental, what does that imply about the safety guarantees of any RLHF-trained model?