63Your RLHF model games the reward model instead of being genuinely helpful. How do you stop reward hacking?▼hardAnthropicOpenAIGoogle DeepMind1 replies◆ premiumOptimize any proxy hard enough and the model finds the exploit, not the goal. Sycophancy, padding, and fake citations are reward hacking. Here is why it happens and the controls that actually hold.Open full answer →
74What is reward-model overoptimization, and how do you detect and bound it during RLHF?▼hardOpenAIAnthropicGoogle DeepMind2 replies◆ premiumPush PPO hard enough and true quality peaks then falls while the reward keeps climbing. The signal is knowing the Gold-vs-proxy gap, the KL budget that bounds it, and how you actually measure when to stop.Open full answer →
77What is RLVR (reinforcement learning with verifiable rewards), and why does it work for reasoning models?▼hardOpenAIGoogle DeepMindMeta1 replies◆ premiumReplace a learned reward model with a checker that returns right-or-wrong, and reward hacking mostly disappears. The signal is why verifiable rewards beat learned ones for math and code, and where they break.Open full answer →
79Your preference data has low annotator agreement and noisy labels. How do you measure and fix preference-data quality?▼hardScale AIAnthropicOpenAI1 replies◆ premiumA reward model is only as good as its labels, and human preference labels are noisy and inconsistent. The signal is measuring inter-annotator agreement and the concrete moves that lift label quality.Open full answer →
85How do you train a reward model from preference data, and what are the key design choices?▼hardOpenAIAnthropicCohere1 replies◆ premiumA reward model turns pairwise preferences into a scalar signal RLHF can optimize. The signal is the Bradley-Terry loss, the base-model and head choices, and how you validate it before trusting it.Open full answer →
86How does RLAIF use AI feedback to scale alignment, and what are its pitfalls versus human feedback?▼hardAnthropicGoogle DeepMindOpenAI1 replies◆ premiumRLAIF replaces expensive human labels with an LLM's preferences, which scales but inherits the labeler model's biases. The signal is how AI feedback is collected and where it quietly fails.Open full answer →