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

SAF-OPD: A Stable Advantage Fusion Framework to Combine RLVR and On-Policy Distillation

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

Researchers propose Stable Advantage Fusion (SAF) to combine reinforcement learning with verifiable rewards (RLVR) and on-policy distillation (OPD) without entropy collapse, improving performance across math and code benchmarks.

SAF-OPD: A Stable Advantage Fusion Framework to Combine RLVR and On-Policy Distillation

Key points

Reinforcement learning with verifiable rewards (RLVR) and on-policy distillation (OPD) each have complementary strengths: RLVR broadcasts a single response-level reward, while OPD provides dense token-level advantages from a stronger teacher. However, naively fusing the two with a fixed coefficient leads to entropy collapse, as the team from Hugging Face discovered.

The problem stems from two miscalibrations: a magnitude mismatch, where OPD advantages can spike far beyond the bounded RLVR advantage, and a temporal mismatch, where sustained full-strength distillation limits exploration needed to surpass the teacher.

To address this, the team introduces Stable Advantage Fusion (SAF), a lightweight four-stage pipeline applied only to the OPD advantage: sparsify-then-compress for magnitude control, and warm-up-then-anneal for temporal control. Each stage is independently switchable and adds negligible overhead.

Evaluating with GRPO across seven math and code benchmarks using Qwen3-1.7B/4B/8B, SAF avoids entropy collapse and consistently outperforms fixed-coefficient fusion, improving aggregate scores by 0.51–2.70% across all six model-domain settings while achieving more stable training.

ModelBenchmarkImprovement over Fixed Fusion
Qwen3-1.7BMath + Code0.51–2.70%
Qwen3-4BMath + Code0.51–2.70%
Qwen3-8BMath + Code0.51–2.70%
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