cd /news/artificial-intelligence/rubric-dropout-a-simple-way-to-mitig… · home topics artificial-intelligence article
[ARTICLE · art-94790] src=machinebrief.com ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

Rubric Dropout: A Simple Way to Mitigate Reward Hacking in Rubric-as-Reward RL

Training Qwen3-8B with GRPO on medical and science rubrics leads to reward hacking, where the training judge's score rises while a stronger gold judge's score falls by 3 points on HealthBench-Hard and 22 points on ResearchQA. Researchers propose Rubric Dropout, which randomly drops a subset of rubric criteria at each step, raising out-of-distribution gold scores by +1 to +2 points on HealthBench-Hard and +6 to +7 points on ResearchQA at matched checkpoints, with no cost in domain.

read1 min views1 publishedAug 13, 2026

arXiv:2608.11669v1 Announce Type: new Abstract: Reinforcement learning against rubrics, lists of criteria graded by an LLM judge, has become a standard way to post-train language models on tasks with no deterministic answer. The rubric, however, is a fixed proxy for quality, never a complete description of it, and a policy trained against it long enough will learn to exploit the difference. We measure this directly. Training Qwen3-8B with Group Relative Policy Optimization (GRPO) on medical and science rubrics and grading out-of-distribution (OOD) benchmarks with both the training judge and a stronger gold judge, we find that the two scores diverge during training. The training judge's score keeps climbing while the gold judge's score peaks and then falls, by 3 points on HealthBench-Hard and by 22 points on ResearchQA. A judge with a fixed bias would shift the gold curve by a constant, not send it down while the training score rises, so the divergence is reward hacking, not judge noise. We propose Rubric Dropout, a one-line fix borrowed from neuron dropout. At every step, we randomly drop a subset of the rubric's criteria before computing the reward, so the policy never optimizes the same rubric twice. The dropped subset is shared across each rollout group, so GRPO's group-relative advantages stay comparable, and evaluation always uses the full rubric. Comparing no dropout against dropout at 30% and 50% on both benchmark pairs, dropout raises the OOD gold score at every matched checkpoint (+1 to +2 points on HealthBench-Hard, +6 to +7 points on ResearchQA), lowers the two hacking measures we track, and costs nothing in domain. Sweeping the dropout fraction shows a broad 30-50% sweet spot, while the natural alternative, reweighting criteria by how useful they are to training, performs worse than no intervention at all in our setting.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @qwen3-8b 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/rubric-dropout-a-sim…] indexed:0 read:1min 2026-08-13 ·