Likelihood-Based Reward Designs for General LLM Reasoning
Ariel Kwiatkowski, Natasha Butt, Ismail Labiad, Julia Kempe, Yann Ollivier
TL;DR
This work tackles the challenge of reward design for RL-based CoT fine-tuning of LLMs by evaluating likelihood-based rewards derived from the probability or log-probability of reference answers, including $R(z,a)$ forms such as $R(z,a)=\log \pi_\theta(a^*|p,z)$. It systematically compares log-probability rewards against binary and other probability-based signals across verifiable (MATH, DeepScaleR) and non-verifiable (Alpaca, NuminaProof) tasks, using two model families ($\text{Llama-}3.2$, $\text{Qwen-}2.5$). The key finding is that the log-probability of the reference answer for CoT training remains robust across settings, improving perplexity and, in verifiable domains, achieving comparable or superior success rates relative to standard RL, while other probability-based rewards can fail in non-verifiable tasks due to vanishing probabilities. This provides a unified, verifier-free training signal that bridges short, verifiable and long, non-verifiable reasoning, offering a practical pathway for general-purpose CoT RL fine-tuning with wide applicability.
Abstract
Fine-tuning large language models (LLMs) on reasoning benchmarks via reinforcement learning requires a specific reward function, often binary, for each benchmark. This comes with two potential limitations: the need to design the reward, and the potentially sparse nature of binary rewards. Here, we systematically investigate rewards derived from the probability or log-probability of emitting the reference answer (or any other prompt continuation present in the data), which have the advantage of not relying on specific verifiers and being available at scale. Several recent works have advocated for the use of similar rewards (e.g., VeriFree, JEPO, RLPR, NOVER). We systematically compare variants of likelihood-based rewards with standard baselines, testing performance both on standard mathematical reasoning benchmarks, and on long-form answers where no external verifier is available. We find that using the log-probability of the reference answer as the reward for chain-of-thought (CoT) learning is the only option that performs well in all setups. This reward is also consistent with the next-token log-likelihood loss used during pretraining. In verifiable settings, log-probability rewards bring comparable or better success rates than reinforcing with standard binary rewards, and yield much better perplexity. In non-verifiable settings, they perform on par with SFT. On the other hand, methods based on probability, such as VeriFree, flatline on non-verifiable settings due to vanishing probabilities of getting the correct answer. Overall, this establishes log-probability rewards as a viable method for CoT fine-tuning, bridging the short, verifiable and long, non-verifiable answer settings.
