English

Binary Rewards and Reinforcement Learning: Fundamental Challenges

Machine Learning 2026-05-05 v1

Abstract

Reinforcement learning with verifiable rewards (RLVR) has become a standard approach for improving reasoning in language models, yet models trained with RLVR often suffer from diversity collapse: while single-sample accuracy improves, multi-sample coverage degrades, sometimes falling below the base model. We provide a structural account of this phenomenon grounded in the properties of binary rewards. Binary rewards create a fundamental degeneracy for policy gradient methods: the set of distributions maximizing expected reward is infinite, with no distinguished element. KL-control resolves this degeneracy by selecting, in the limit β0\beta\to 0, the filtered model p:=a(Y1)p_*:=a(\cdot\mid\mathcal{Y}_1) -- the base model conditioned on validity -- which is the unique fully valid distribution closest to the base model in KL divergence. This selection operates through a nontrivial asymmetry: the tilted distribution p[β]a(y)ev(y)/βp_{[\beta]}\propto a(y)\,e^{v(y)/\beta} converges to pp_* in forward KL as β0\beta\to 0, yet pp_* cannot serve as a direct optimization target because KL(qp)\mathrm{KL}(q\,\|\,p_*) is infinite for any full-support policy qq. We develop explicit formulas relating the hyperparameter β\beta to the more interpretable target validity rate μ\mu. Under model misspecification -- the typical practical regime -- the pressure to decrease β\beta drives the optimizer toward highly concentrated distributions over a small number of valid outputs, collapsing toward ever fewer as β\beta decreases, rather than toward the filtered model. We illustrate this mechanism on a toy autoregressive experiment and discuss how alternative divergences that target pp_* directly -- as pursued empirically by \citet{kruszewski_whatever_2026} -- avoid this failure mode by rewarding coverage of pp_*'s support rather than concentration on high-validity outputs.

Keywords

Cite

@article{arxiv.2605.02375,
  title  = {Binary Rewards and Reinforcement Learning: Fundamental Challenges},
  author = {Marc Dymetman},
  journal= {arXiv preprint arXiv:2605.02375},
  year   = {2026}
}
R2 v1 2026-07-01T12:48:13.125Z