Papers
arxiv:2510.07242

Hybrid Reinforcement: When Reward Is Sparse, It's Better to Be Dense

Published on Oct 8
· Submitted by Lin Long on Oct 10
Authors:
,
,
,
,
,
,

Abstract

HERO, a reinforcement learning framework, combines verifier signals with reward-model scores to enhance reasoning in large language models, outperforming both RM-only and verifier-only methods.

AI-generated summary

Post-training for reasoning of large language models (LLMs) increasingly relies on verifiable rewards: deterministic checkers that provide 0-1 correctness signals. While reliable, such binary feedback is brittle--many tasks admit partially correct or alternative answers that verifiers under-credit, and the resulting all-or-nothing supervision limits learning. Reward models offer richer, continuous feedback, which can serve as a complementary supervisory signal to verifiers. We introduce HERO (Hybrid Ensemble Reward Optimization), a reinforcement learning framework that integrates verifier signals with reward-model scores in a structured way. HERO employs stratified normalization to bound reward-model scores within verifier-defined groups, preserving correctness while refining quality distinctions, and variance-aware weighting to emphasize challenging prompts where dense signals matter most. Across diverse mathematical reasoning benchmarks, HERO consistently outperforms RM-only and verifier-only baselines, with strong gains on both verifiable and hard-to-verify tasks. Our results show that hybrid reward design retains the stability of verifiers while leveraging the nuance of reward models to advance reasoning.

Community

Paper submitter

HERO (Hybrid Ensemble Reward Optimization), a reinforcement learning framework that integrates verifier signals with reward-model scores in a structured way.

This is an automated message from the Librarian Bot. I found the following papers similar to this paper.

The following papers were recommended by the Semantic Scholar API

Please give a thumbs up to this comment if you found it helpful!

If you want recommendations for any Paper on Hugging Face checkout this Space

You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend

Thank you for the fantastic work on the HERO paper! The reward design is very insightful.

I have a quick question about the variance-aware reweighting. My understanding is that GRPO normalize advantages within each prompt's response group, e.g., Adv = (r - mean(r)) / std(r). If this is the case, the reweighting factor W would apply to both the numerator and the denominator (std(W*r) = W*std(r)), causing it to be canceled out in Adv.

So I suspect that the GRPO advantage normalization here is instead performed at the batch level rather than at the group level? This would preserve W in Adv. Could you please confirm if this understanding is correct?

Thanks

·
Paper author

This is the author. Thanks for the reminder! We remove the advantage normalization during training. Sorry for forgetting mentioning it in the paper. Thanks for the reminder, will add it later.

Sign up or log in to comment

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2510.07242 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2510.07242 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2510.07242 in a Space README.md to link it from this page.

Collections including this paper 6