When Is Compositional Reasoning Learnable from Verifiable Rewards?
Daniel Barzilai, Yotam Wolf, Ronen Basri
TL;DR
This work addresses whether outcome-level feedback can reliably induce correct intermediate reasoning in autoregressive models by introducing the task-advantage ratio, which quantifies how choosing a given intermediate task affects the likelihood of final verification success. It derives an exact expression for the expected per-step update under RLVR and shows that a uniform positive task-advantage guarantees recovery of the correct chain-of-thought with iteration complexity scaling as $O(S^2)$; without such structure, RLVR may converge to suboptimal compositions. The analysis also reveals that the base model quality, via the initial probability of selecting the correct task $p_0$, governs whether RLVR converges to optimal behavior, with a threshold at $p_0=1/3$. Together, these results provide a principled understanding of when RLVR succeeds or fails, highlighting the importance of problem structure and base-model strength for verifier-based reinforcement signals in reasoning tasks.
Abstract
The emergence of compositional reasoning in large language models through reinforcement learning with verifiable rewards (RLVR) has been a key driver of recent empirical successes. Despite this progress, it remains unclear which compositional problems are learnable in this setting using outcome-level feedback alone. In this work, we theoretically study the learnability of compositional problems in autoregressive models under RLVR training. We identify a quantity that we call the task-advantage ratio, a joint property of the compositional problem and the base model, that characterizes which tasks and compositions are learnable from outcome-level feedback. On the positive side, using this characterization, we show that compositional problems where correct intermediate steps provide a clear advantage are efficiently learnable with RLVR. We also analyze how such an advantage naturally arises in different problems. On the negative side, when the structural advantage is not present, RLVR may converge to suboptimal compositions. We prove that, in some cases, the quality of the base model determines if such an advantage exists and whether RLVR will converge to a suboptimal solution. We hope our analysis can provide a principled theoretical understanding of when and why RLVR succeeds and when it does not.
