How Neural Reward Models Learn Features for Policy Optimization: A Single-Index Analysis
A new theoretical analysis examines how neural reward models learn features when the learned reward is exponentiated to define a deployed policy, a feedback loop common in KL-regularized policy optimization [1]. The study, posted to arXiv on 23 May 2026, uses a Gaussian single-index model where the true reward is a function of a hidden direction and inputs are drawn from N(0, I_d) [1][2]. The authors propose a two-stage neural reward model: the first stage learns the hidden direction from reward-weighted samples, and the second stage fits the readout layer via weighted ridge regression [1][2]. Exponential reward weighting alters the Hermite signal available to the first layer. For any feature-learning temperature β1 above a dimension-free O(1) threshold, a constant fraction of neurons recover the hidden direction, with weak-recovery complexity governed by the generative exponent [1][2]. After feature recovery, the paper derives tilted-policy value-gap bounds for two weighting schemes: an idealized label-weighted fit with weights e^{y/β2} and a more practical surrogate-weighted fit with weights e^{r_{a_0}(x)/β2} [1][2]. Keeping the β2-dependence explicit yields an admissible set of deployment temperatures, balancing the gain from lowering β2 against the learning cost amplified by exponential weighting. In the surrogate-weighted case, proxy-dependent factors shrink this admissible set [1][2]. Reward modeling underpins many large language model alignment pipelines. Large language models, typically built on transformer architectures, are trained on vast text corpora and evaluated on reasoning, factual accuracy, and safety benchmarks [3]. The feedback loop studied in the paper — where a learned reward is exponentiated to shape a policy — mirrors challenges in recommender systems, which use machine learning to analyze user behavior and personalize content feeds across streaming, e-commerce, and social media platforms [5]. Decision-making research, which examines how beliefs and preferences drive choices, provides a broader cognitive framing for policy optimization under uncertainty [4]. The work was developed within arXivLabs, a framework that lets community collaborators build and share new features on the arXiv platform [1].
research-paper
Background sources we checked (4)
- arxiv.org ↗ Reward modeling is not only a prediction problem: in KL-regularized policy optimization, the learned reward is exponentiated to define the deployed policy, so downstream value depends on errors in reward-tilted regions. We study this feedback in a Gaussian single-index model with…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can generate, summarize, translate and parse text in many contexts, and are a foundational technology behind modern chatbo…
- en.wikipedia.org ↗ In psychology, decision-making (also spelled decision making and decisionmaking) is regarded as the cognitive process resulting in the selection of a belief or a course of action among several possible alternative options. It could be either rational or irrational. The decision-m…
- en.wikipedia.org ↗ A recommender system, also called a recommendation algorithm, recommendation engine, or recommendation platform, is a type of information filtering system that suggests items most relevant to a particular user. The value of these systems becomes particularly evident in scenarios …