AuraTracer智迹闻
中文

EVENT DOSSIER

Paper page - FlowBalance: Verifier-Grounded Self-Improvement from On-Policy Reasoning Experience

2026-09-08 08:00 Models 🔥 42.2 heat score
1sources
1days unfolding
42.2heat score
5mentions
SummaryAI generated

On September 8, 2026, Hugging Face Papers published the paper on FlowBalance. This study proposes a new reinforcement learning paradigm aimed at achieving model self-improvement by utilizing on-policy reasoning experience. The core mechanism of FlowBalance is the introduction of a Verifier, enabling the model to conduct self-assessment and correction based on its own reasoning process, thereby improving performance without the need for additional data or offline training. This method combines the grounding capability of the Verifier with online updates of the policy network, providing a new approach for self-monitoring in reinforcement learning.

Related eventsRELATED EVENTS
Key entitiesKEY ENTITIES
FlowBalanceHaitao MiKishan PanagantiLeowei LiangZixun Huang

Coverage · reports per dayLANGUAGE SPLIT

Entity relations
FlowBalance × Haitao Mi1FlowBalance × Kishan Pa…1FlowBalance × Leowei Li…1FlowBalance × Zixun Hua…1Haitao Mi × Kishan Pana…1Haitao Mi × Leowei Liang1

SignalsSIGNALS

Keyword heat
  • FlowBalance1
  • Zixun Huang1
  • Kishan Panaganti1
  • Haitao Mi1
  • Leowei Liang1

All reports (1)SOURCES

H Hugging Face Papers en 2026-09-08 08:00

Paper page - FlowBalance: Verifier-Grounded Self-Improvement from On-Policy Reasoning Experience

Hugging Face 研究员 Kishan Panaganti 等人提出 FlowBalance,这是一种基于验证器(Verifier)的自改进方法,旨在解决推理模型在 On-Policy Self-Improvement (OPSD) 中因特权反馈强化错误轨迹而导致的失败模式。该方法结合稀疏结果奖励与密集自我反馈,通过冻结训练时视图生成 token 级概率增益并聚合为轨迹级引导分数,利用验证器导出的组优势校准该分数:在正优势轨迹保留引导、负优势轨迹反转引导、无结果偏好时禁用引导。最终通过指数重加权参考策略及轨迹平衡拟合归一化目标,实现无需单独 token 级模仿损失的结果校准自引导。分析表明其具备组内对比保持、最小变化逆 KL 刻画等特性,并在数学推理任务上相比 FlowRL 在 Qwen3-4B 和 …