Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

CriPO: Self-Distillation Fixes Two Hidden Failure Modes in Rubric-Based RL

AI By Crimson AI Hugging Face Papers 3 August 2026 · 00:00 17 views
Share: X Telegram

Hugging Face researchers introduce Criterion-Distilled Policy Optimization (CriPO), an on-policy framework that tackles both Unexplored and Suppressed Criteria in rubric-based RL, achieving stronger performance with ~2× fewer optimization steps.

CriPO: Self-Distillation Fixes Two Hidden Failure Modes in Rubric-Based RL

Key points

Rubric-based reinforcement learning (RL) has emerged as a promising approach for fine-tuning large language models (LLMs) on open-ended tasks. However, a new paper from Hugging Face researchers identifies two critical failure modes that limit its effectiveness: Unexplored Criteria (UC) and Suppressed Criteria (SC).

UC occurs when certain rubric criteria are never satisfied by any rollout, meaning the model receives no optimization signal for those behaviors. Existing methods attempt to address this by injecting rubric information as external guidance during rollout generation, but this creates a train-inference mismatch: the policy is optimized on rollouts produced with guidance that is absent at inference time, leading to error accumulation during autoregressive decoding.

SC, a previously overlooked failure mode, arises when criteria are satisfied by some rollouts but their learning signals are lost because scalar reward aggregation assigns them non-positive aggregate advantages. The paper's analysis reveals that SC is remarkably prevalent: over 57% of samples exhibit this failure mode throughout training, with an average of 1.8 SC per sample.

To address both UC and SC without introducing train-inference mismatch, the authors propose Criterion-Distilled Policy Optimization (CriPO). For UC, CriPO uses a criterion-injection self-teacher and a localized forward-KL loss to inject missing behaviors. For SC, a counterfactual self-teacher locates criterion-relevant tokens in negative-advantage rollouts and flips their token-level advantages to positive, preserving useful patterns.

Experiments on medicine and science benchmarks show that CriPO consistently outperforms standard rubric-based RL, achieving stronger final performance with approximately 2× fewer optimization steps.

Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

1
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

1
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

1