Switch language한국어
Back to the list

Enhancing Rubric-based RL via Self-Distillation

TL;DR AI

Key summary

2 min read
  1. Researchers identify two weak points in rubric-based RL for LLMs: criteria that never get optimized and criteria whose positive signal gets suppressed.

  2. They propose Criterion-Distilled Policy Optimization (CriPO), which uses on-policy self-distillation with two self-teachers.

  3. A criterion-injection self-teacher learns missing behaviors, while a counterfactual self-teacher restores suppressed token-level advantages.

  4. On medicine and science benchmarks, CriPO delivers better performance with about half the optimization steps.

  5. The method improves open-ended LLM training without relying on external rollout guidance that can cause inference-time mismatch.

Read the original