REVIEW 3 major objections 4 minor 47 references
Treating reasoning traces as discrete latent variables, trained end-to-end to maximize the scalar reward model's likelihood of the true ranking, yields a reward model the paper shows beats scalar, generative, and hybrid baselines on prefere
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 12:04 UTC pith:JW3P3BR2
load-bearing objection A clean latent-variable derivation for hybrid RMs, but the empirical edge over the strongest baseline is noise-level and the ELBO gap is unexamined. the 3 major comments →
Learning Latent Reasoning Traces for Scalar Reward Models End-to-End
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that reasoning traces z are best learned as discrete latent variables in a conditional generative model, where pθ(z|x) is the generator prior over traces and pφ(y|x,z) is a Plackett–Luce ranking likelihood over scalar scores. The paper optimizes the marginal likelihood log p(y|x) by maximizing its evidence lower bound with the variational posterior set equal to the prior, q=pθ, giving the tractable objective E_z~pθ[log pφ(y|x,z)]. The discriminator is updated by this expected log-likelihood; the generator is updated by REINFORCE with the same quantity as reward. The paper reports that this on-policy, end-to-end coupling improves Kendall's tau and log-likelihood on in-dis
What carries the argument
The central object is the conditional generative model with a discrete latent reasoning variable: the generator prior pθ(z|x) and the scalar Plackett–Luce head pφ(y|x,z). The key identity is the lower bound that results from choosing the variational posterior to be the generator itself (q=pθ), which turns the intractable marginalization over reasoning traces into an expectation over samples from the current policy. REINFORCE provides the generator's gradient, using the discriminator's log-likelihood as reward, while the discriminator maximizes the same expected log-likelihood. This identity is what allows a single objective to shape reasoning for the downstream reward, with no hand-designed
Load-bearing premise
The load-bearing premise is that pushing up the average reward-model score over the generator's own reasoning traces keeps improving the model's true ability to rank responses; the paper does not measure the gap between this average and the true likelihood, so if the gap widens, the gains could come from the generator and scorer reinforcing each other's biases rather than from more useful reasoning.
What would settle it
On a held-out preference set, estimate the gap between the distribution of reasoning traces the generator produces and the distribution of traces that would actually explain the observed ranking (e.g., by importance-weighting many sampled traces). If that gap does not shrink as validation likelihood improves—or if a control model whose generator is rewarded with random scores matches LatentRM's gains—then the end-to-end reasoning objective is not what drives the reported improvement.
If this is right
- A single training objective replaces hand-designed reasoning rewards: the generator is improved only by how much its traces raise the scalar reward model's likelihood of the true ranking.
- Because the model trains on traces it actually samples, the method removes the train–inference mismatch that arises when reasoning is distilled from static critiques.
- The reported out-of-distribution gains imply that reasoning-conditioned scalar scoring transfers to prompts and domains beyond the training distribution, including subtle style-bias and hard reasoning cases.
- In RLHF, the reward model's preference-modeling strengths carry over to non-stationary policy distributions, yielding higher length-controlled win rates without longer generations.
Where Pith is reading between the lines
- Editorial inference: if the mechanism is real, the same latent-reasoning objective should transfer to evaluation tasks without explicit pairwise rankings—such as multi-turn dialogue or agent-trajectory assessment—by replacing the Plackett–Luce head with a trajectory-level scorer.
- Editorial inference: the paper's choice q=pθ is a deliberate simplification; a learned posterior could tighten the bound but risks producing label-matching justifications. A testable middle ground is to anneal a small posterior term during training and check whether validation likelihood improves as the bound gap shrinks.
- Editorial inference: the setup has an internal feedback loop—the generator is rewarded by the discriminator's own likelihood—so a diagnostic the paper does not report is whether the gap between the generator's trace distribution and the true posterior shrinks over training. Without that measurement, some of the reported gains could be co-adaptation rather than more informative reasoning.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. LatentRM proposes a reward-modeling architecture in which a generator LLM produces a chain-of-thought reasoning trace z, and a scalar discriminator then outputs listwise rewards conditioned on (x, z). The two modules are trained end-to-end by maximizing a Jensen lower bound, E_{z~pθ(z|x)}[log pφ(y|x,z)] (Eq. 5), with the generator updated via REINFORCE and the discriminator by direct gradient. The paper reports ID test-set log-likelihoods and Kendall's tau, OOD accuracy on RM-Bench and PPE Correctness, and RLHF LC winrates, claiming that LatentRM outperforms scalar, generative, and hybrid reward models. The gradient derivations are explicit and the evaluation covers several benchmarks, but the empirical comparisons rest on a single run with a fixed seed, and several domain-level differences are small or inconsistent with the stated claims.
Significance. If the reported gains are statistically robust, the contribution is a simple and unified objective for jointly training a reasoning generator and a scalar reward model, avoiding hand-designed rewards for the generator. This is a potentially useful step for reward modeling under distribution shift, and the paper sensibly situates the contribution against existing critique-distillation and multi-task baselines. The derivation of the REINFORCE gradient is correct, the Plackett-Luce setting is appropriate, and the benchmarks—ID, OOD, and end-to-end RLHF—are relevant. However, the central empirical claim is not yet supported: the paper reports no error bars or significance tests, and the margins over the strongest baseline are small (e.g., micro Kendall's tau 0.712 vs. 0.706; RM-Bench 82.8 vs. 81.7; PPE 72.1 vs. 71.9). In addition, the theoretical link between the optimized lower bound and the true marginal likelihood is asserted, not analyzed, which matters because the generator and discriminator are co-adapted and can in principle drift without improving the objective they are intended to maximize.
major comments (3)
- [Implementation Details; Tables 2 and 3] The headline claim that LatentRM outperforms all baselines rests on small differences over MultitaskRM: micro Kendall's tau 0.712 vs. 0.706, RM-Bench accuracy 82.8 vs. 81.7, PPE Correctness 72.1 vs. 71.9. The text explicitly states that 'all experiments are based on a single run with a fixed random seed of 42.' For n≈4,800 ID prompts and n=4,000 RM-Bench pairs, these differences are within roughly one standard error of the mean; no confidence intervals or significance tests are provided. The abstract and conclusion claim 'consistent improvements,' but the statistical evidence for superiority over the strongest baseline is currently unverifiable. Please add multiple seeds, error bars, and bootstrap or significance tests for the main comparisons, or temper the claim accordingly.
- [Eqs. 4-5; Algorithm 1] The method maximizes E_{z~pθ(z|x)}[log pφ(y|x,z)], which is a Jensen lower bound on the true marginal log p(y|x). The gap between the bound and the marginal is KL(pθ(z|x) || p(z|x,y)), but the paper does not analyze whether this gap shrinks as training proceeds. Because the generator is rewarded by log pφ(y|x,z) and the discriminator is updated on the same generated traces, the two modules can co-adapt: the generator may concentrate on traces that are easy for the current discriminator without increasing true marginal likelihood. Moreover, the 'log-likelihood' reported in Table 2 is pφ(y|x,z) for the latent-augmented model, i.e., the training objective itself, not the marginal likelihood of Eq. 3. Please report a marginal-likelihood estimate (e.g., by importance sampling) or, at minimum, measure the KL gap, the entropy of pθ(z|x), and the sensitivity of the final scalar reward to the rea
- [Findings on RLHF; Table 2; Figure 4] The text states that on safety (WildGuard) or adversarial (OffsetBias) domains, LatentRM lags behind MultitaskRM, 'which partially aligns with the ID results in Table 2.' However, Table 2 shows that on OffsetBias LatentRM is better than MultitaskRM (Kendall's tau 0.887 vs. 0.866; log-likelihood -0.149 vs. -0.153). In the RLHF results, LatentRM loses to MultitaskRM on both WildGuard (LC winrate 47.6%) and OffsetBias (48.1%). This is an internal inconsistency between the domain-level narrative and the tabulated ID results, and it should be reconciled or explained explicitly.
minor comments (4)
- [Introduction; Figure 5; Data section] There are several typos and formatting issues: 'acalar RM' in the introduction and Figure 1 caption, 'resposne' in the data-filtering description, and 'langauge' in the Figure 5 caption. These should be corrected.
- [Findings on In-distribution Test Sets] The text says 'From ID test set evaluation results in Table 1,' but Table 1 is the dataset-statistics table; the results appear in Table 2. The cross-reference should be fixed.
- [Implementation Details] Please clarify whether the token-level KL penalty coefficient of 1e-3 applies to LatentRM or only to the RL baselines. The current wording—'Token-level KL penalty coefficient is set to 1×10−3 for baselines as in (Chen et al. 2026)'—can be read either way, and the comparison's fairness depends on this detail.
- [Contributions; Algorithm 1] The claim in the introduction that LatentRM introduces 'no hyperparameter overhead' is overstated: the number of rollouts m, the sampling temperature, the invalid-rollout advantage penalty, and the data-filtering fraction are method hyperparameters introduced or used in the pipeline. This should be reworded or qualified.
Circularity Check
No significant circularity: the objective is grounded in external preference labels and validated on held-out/OOD benchmarks.
full rationale
The derivation chain is self-contained and anchored to external human preference labels y, not to the model's own outputs. Eq. 3 defines the marginal likelihood, Eq. 4 gives a valid ELBO, and setting q_phi(z|x,y)=p_theta(z|x) is an explicit modeling choice that still satisfies Jensen's inequality and yields Eq. 5. The gradients in Eqs. 6-7 are the standard Plackett-Luce and REINFORCE derivatives, and Algorithm 1 estimates them with rollouts and a mean baseline. No fitted parameter is renamed as a prediction: the generator is rewarded with log p_phi(y|x,z) computed against ground-truth y, and phi is trained on the same external labels. Held-out evaluations (the ID test split, RM-Bench, PPE Correctness, and RLHF winrates) use external benchmarks and ground-truth preferences, so the reported improvements are not identities. The ID log-likelihood metric coincides with the objective being optimized, but that is an ordinary held-out evaluation of the optimized quantity rather than a circular reduction; the main OOD and RLHF results are independent of that objective. The variational gap KL(p_theta(z|x) || p(z|x,y)) is not analyzed, and the experiments are single-run, but these are robustness limitations, not circularity. No load-bearing self-citation or imported uniqueness theorem is present.
Axiom & Free-Parameter Ledger
free parameters (4)
- m (rollouts per prompt) =
8
- Learning rates eta_theta, eta_phi =
2e-6 / 1e-5
- Data filtering fraction =
40%
- Invalid-rollout advantage penalty =
min_j A(i,j) - 1 (or -1 if no valid rollouts)
axioms (6)
- domain assumption The Plackett-Luce model over scalar rewards is an adequate likelihood for human preference rankings (Eq. 1).
- domain assumption The conditional generative model pθ(z|x)pφ(y|x,z) with latent reasoning z is an adequate representation of the reward modeling problem.
- ad hoc to paper Choosing qϕ(z|x,y)=pθ(z|x) yields a useful lower bound; optimizing it improves the true marginal likelihood.
- ad hoc to paper The generator can be trained with REINFORCE and no KL penalty to the reference policy without collapsing or reward hacking.
- ad hoc to paper The scalar head can be randomly initialized and co-trained from step 0 with no warmup and remain stable.
- domain assumption Hand-crafted feature filtering removes noisy samples without biasing the train/test distribution.
read the original abstract
Reward models (RMs) are central to aligning large language models with human preferences via reinforcement learning. Although traditional scalar RMs enable efficient and probabilistic reward modeling, they rely on superficial cues that fail to generalize to complex or out-of-distribution (OOD) tasks. Conversely, generative RMs leverage extensive reasoning to improve robustness on challenging tasks, but their natural language-based scores lack the numerical flexibility and probabilistic interpretability that scalar RMs offer. While recent approaches combine both paradigms through off-policy multi-task learning, such parallel optimization does not guarantee that generated reasoning traces actively align with or benefit downstream scalar reward prediction. To address this mismatch, we propose LatentRM, a reward modeling framework that learns intermediate reasoning traces as discrete latent variables to explicitly maximize the likelihood of downstream scalar rewards. Through on-policy optimization of the latent reasoning space end-to-end, LatentRM tightly couples deep reasoning-based evaluation with precise scoring. Extensive validations on in-distribution and OOD datasets and RLHF show that LatentRM outperforms scalar, generative, and hybrid RMs on preference modeling and policy alignment across tasks ranging from open-ended conversation to complex reasoning.
Figures
Reference graph
Works this paper leans on
-
[1]
arXiv preprint arXiv:2204.05862 , year=
Training a helpful and harmless assistant with reinforcement learning from human feedback , author=. arXiv preprint arXiv:2204.05862 , year=
-
[2]
arXiv preprint arXiv:1909.08593 , year=
Fine-tuning language models from human preferences , author=. arXiv preprint arXiv:1909.08593 , year=
Pith/arXiv arXiv 1909
-
[3]
Fine-Grained Human Feedback Gives Better Rewards for Language Model Training , url =
Wu, Zeqiu and Hu, Yushi and Shi, Weijia and Dziri, Nouha and Suhr, Alane and Ammanabrolu, Prithviraj and Smith, Noah and Ostendorf, Mari and Hajishirzi, Hannaneh , booktitle =. Fine-Grained Human Feedback Gives Better Rewards for Language Model Training , url =
-
[4]
Proceedings of the 40th International Conference on Machine Learning , pages =
Scaling Laws for Reward Model Overoptimization , author =. Proceedings of the 40th International Conference on Machine Learning , pages =. 2023 , editor =
2023
-
[5]
Think-RM: Enabling Long-Horizon Reasoning in Generative Reward Models , url =
Hong, Ilgee and Yu, Changlong and Qiu, Liang and Yan, Weixiang and Xu, Zhenghao and Jiang, Haoming and Zhang, Qingru and Lu, Qin and Liu, Xin and Zhang, Chao and Zhao, Tuo , booktitle =. Think-RM: Enabling Long-Horizon Reasoning in Generative Reward Models , url =
-
[6]
2026 , url=
Xiusi Chen and Gaotang Li and Ziqi Wang and Bowen Jin and Cheng Qian and Yu Wang and Hongru WANG and Yu Zhang and Denghui Zhang and Tong Zhang and Hanghang Tong and Heng Ji , booktitle=. 2026 , url=
2026
-
[7]
J1: Incentivizing Thinking in
Chenxi Whitehouse and Tianlu Wang and Ping Yu and Xian Li and Jason E Weston and Ilia Kulikov and Swarnadeep Saha , booktitle=. J1: Incentivizing Thinking in. 2026 , url=
2026
-
[8]
Learning Structured Output Representation using Deep Conditional Generative Models , url =
Sohn, Kihyuk and Lee, Honglak and Yan, Xinchen , booktitle =. Learning Structured Output Representation using Deep Conditional Generative Models , url =
-
[9]
Training language models to follow instructions with human feedback , url =
Ouyang, Long and Wu, Jeffrey and Jiang, Xu and Almeida, Diogo and Wainwright, Carroll and Mishkin, Pamela and Zhang, Chong and Agarwal, Sandhini and Slama, Katarina and Ray, Alex and Schulman, John and Hilton, Jacob and Kelton, Fraser and Miller, Luke and Simens, Maddie and Askell, Amanda and Welinder, Peter and Christiano, Paul F and Leike, Jan and Lowe,...
-
[10]
InfoRM: Mitigating Reward Hacking in RLHF via Information-Theoretic Reward Modeling , url =
Miao, Yuchun and Zhang, Sen and Ding, Liang and Bao, Rong and Zhang, Lefei and Tao, Dacheng , booktitle =. InfoRM: Mitigating Reward Hacking in RLHF via Information-Theoretic Reward Modeling , url =. doi:10.52202/079017-4270 , editor =
-
[11]
Improving Reward Models with Synthetic Critiques
Ye, Zihuiwen and Greenlee, Fraser David and Bartolo, Max and Blunsom, Phil and Campos, Jon Ander and Gall \'e , Matthias. Improving Reward Models with Synthetic Critiques. Findings of the Association for Computational Linguistics: NAACL 2025. 2025. doi:10.18653/v1/2025.findings-naacl.254
-
[12]
Self-Generated Critiques Boost Reward Modeling for Language Models
Yu, Yue and Chen, Zhengxing and Zhang, Aston and Tan, Liang and Zhu, Chenguang and Pang, Richard Yuanzhe and Qian, Yundi and Wang, Xuewei and Gururangan, Suchin and Zhang, Chao and Kambadur, Melanie and Mahajan, Dhruv and Hou, Rui. Self-Generated Critiques Boost Reward Modeling for Language Models. Proceedings of the 2025 Conference of the Nations of the ...
doi:10.18653/v1/2 2025
-
[13]
arXiv preprint arXiv:2408.11791 , year=
Critique-out-loud reward models , author=. arXiv preprint arXiv:2408.11791 , year=
-
[14]
Generative Judge for Evaluating Alignment , url =
Li, Junlong and Sun, Shichao and Yuan, Weizhe and Fan, Run-Ze and zhao, hai and Liu, Pengfei , booktitle =. Generative Judge for Evaluating Alignment , url =
-
[15]
Deep Reinforcement Learning from Human Preferences , url =
Christiano, Paul F and Leike, Jan and Brown, Tom and Martic, Miljan and Legg, Shane and Amodei, Dario , booktitle =. Deep Reinforcement Learning from Human Preferences , url =
-
[16]
The Twelfth International Conference on Learning Representations , year=
Prometheus: Inducing Fine-Grained Evaluation Capability in Language Models , author=. The Twelfth International Conference on Learning Representations , year=
-
[17]
Terry , journal =
Ralph Allan Bradley and Milton E. Terry , journal =. Rank Analysis of Incomplete Block Designs: I. The Method of Paired Comparisons , urldate =
-
[18]
1959 , publisher=
Individual Choice Behavior: A Theoretical Analysis , author=. 1959 , publisher=
1959
-
[19]
Rationalizing Neural Predictions
Lei, Tao and Barzilay, Regina and Jaakkola, Tommi. Rationalizing Neural Predictions. Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing. 2016. doi:10.18653/v1/D16-1011
-
[20]
STaR: Bootstrapping Reasoning With Reasoning , url =
Zelikman, Eric and Wu, Yuhuai and Mu, Jesse and Goodman, Noah , booktitle =. STaR: Bootstrapping Reasoning With Reasoning , url =. doi:10.52202/068431-1126 , editor =
-
[21]
Phan, Du and Hoffman, Matthew Douglas and Dohan, David and Douglas, Sholto and Le, Tuan Anh and Parisi, Aaron and Sountsov, Pavel and Sutton, Charles and Vikram, Sharad and A. Saurous, Rif , booktitle =. Training Chain-of-Thought via Latent-Variable Inference , url =. doi:10.52202/075280-3184 , editor =
-
[22]
Beyond Verifiable Rewards: Scaling Reinforcement Learning in Language Models to Unverifiable Data , url =
Tang, Yunhao and Wang, Sid and Madaan, Lovish and Munos, Remi , booktitle =. Beyond Verifiable Rewards: Scaling Reinforcement Learning in Language Models to Unverifiable Data , url =
-
[23]
2026 , eprint=
Think, then Score: Decoupled Reasoning and Scoring for Video Reward Modeling , author=. 2026 , eprint=
2026
-
[24]
Policy Gradient Methods for Reinforcement Learning with Function Approximation , url =
Sutton, Richard S and McAllester, David and Singh, Satinder and Mansour, Yishay , booktitle =. Policy Gradient Methods for Reinforcement Learning with Function Approximation , url =
-
[25]
2024 , editor =
Cui, Ganqu and Yuan, Lifan and Ding, Ning and Yao, Guanming and He, Bingxiang and Zhu, Wei and Ni, Yuan and Xie, Guotong and Xie, Ruobing and Lin, Yankai and Liu, Zhiyuan and Sun, Maosong , booktitle =. 2024 , editor =
2024
-
[26]
arXiv preprint arXiv:2504.16891 , year=
Aimo-2 winning solution: Building state-of-the-art mathematical reasoning models with openmathreasoning dataset , author=. arXiv preprint arXiv:2504.16891 , year=
-
[27]
The Thirty-ninth Annual Conference on Neural Information Processing Systems Datasets and Benchmarks Track , year=
HelpSteer3-Preference: Open Human-Annotated Preference Data across Diverse Tasks and Languages , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems Datasets and Benchmarks Track , year=
-
[28]
WildGuard: Open One-stop Moderation Tools for Safety Risks, Jailbreaks, and Refusals of LLMs , url =
Han, Seungju and Rao, Kavel and Ettinger, Allyson and Jiang, Liwei and Lin, Bill Yuchen and Lambert, Nathan and Choi, Yejin and Dziri, Nouha , booktitle =. WildGuard: Open One-stop Moderation Tools for Safety Risks, Jailbreaks, and Refusals of LLMs , url =. doi:10.52202/079017-0261 , editor =
-
[29]
O ffset B ias: Leveraging Debiased Data for Tuning Evaluators
Park, Junsoo and Jwa, Seungyeon and Meiying, Ren and Kim, Daeyoung and Choi, Sanghyuk. O ffset B ias: Leveraging Debiased Data for Tuning Evaluators. Findings of the Association for Computational Linguistics: EMNLP 2024. 2024. doi:10.18653/v1/2024.findings-emnlp.57
-
[30]
Forty-second International Conference on Machine Learning , year=
Principled Data Selection for Alignment: The Hidden Risks of Difficult Examples , author=. Forty-second International Conference on Machine Learning , year=
-
[31]
Lee, Bruce W. and Lee, Jason. LFTK : Handcrafted Features in Computational Linguistics. Proceedings of the 18th Workshop on Innovative Use of NLP for Building Educational Applications (BEA 2023). 2023. doi:10.18653/v1/2023.bea-1.1
-
[32]
2025 , eprint=
Qwen3 Technical Report , author=. 2025 , eprint=
2025
-
[33]
Lambert, Nathan and Pyatkin, Valentina and Morrison, Jacob and Miranda, LJ and Lin, Bill Yuchen and Chandu, Khyathi and Dziri, Nouha and Kumar, Sachin and Zick, Tom and Choi, Yejin and Smith, Noah A. and Hajishirzi, Hannaneh. R eward B ench: Evaluating Reward Models for Language Modeling. Findings of the Association for Computational Linguistics: NAACL 20...
-
[34]
The Fourteenth International Conference on Learning Representations , year=
RewardBench 2: Advancing Reward Model Evaluation , author=. The Fourteenth International Conference on Learning Representations , year=
-
[35]
2025 , url=
Yantao Liu and Zijun Yao and Rui Min and Yixin Cao and Lei Hou and Juanzi Li , booktitle=. 2025 , url=
2025
-
[36]
Gonzalez and Ion Stoica , booktitle=
Evan Frick and Tianle Li and Connor Chen and Wei-Lin Chiang and Anastasios Nikolas Angelopoulos and Jiantao Jiao and Banghua Zhu and Joseph E. Gonzalez and Ion Stoica , booktitle=. How to Evaluate Reward Models for. 2025 , url=
2025
-
[37]
JudgeBench: A Benchmark for Evaluating
Sijun Tan and Siyuan Zhuang and Kyle Montgomery and William Yuan Tang and Alejandro Cuadron and Chenguang Wang and Raluca Popa and Ion Stoica , booktitle=. JudgeBench: A Benchmark for Evaluating. 2025 , url=
2025
-
[38]
Proceedings of the Twentieth European Conference on Computer Systems , pages=
Hybridflow: A flexible and efficient rlhf framework , author=. Proceedings of the Twentieth European Conference on Computer Systems , pages=
-
[39]
Proceedings of the ACM SIGOPS 29th Symposium on Operating Systems Principles , year=
Efficient Memory Management for Large Language Model Serving with PagedAttention , author=. Proceedings of the ACM SIGOPS 29th Symposium on Operating Systems Principles , year=
-
[40]
arXiv preprint arXiv:1707.06347 , year=
Proximal policy optimization algorithms , author=. arXiv preprint arXiv:1707.06347 , year=
-
[41]
arXiv preprint arXiv:2402.03300 , year=
Deepseekmath: Pushing the limits of mathematical reasoning in open language models , author=. arXiv preprint arXiv:2402.03300 , year=
-
[42]
Second Conference on Language Modeling , year=
Understanding R1-Zero-Like Training: A Critical Perspective , author=. Second Conference on Language Modeling , year=
-
[43]
2024 , eprint=
Skywork-Reward: Bag of Tricks for Reward Modeling in LLMs , author=. 2024 , eprint=
2024
-
[44]
First Conference on Language Modeling , year=
Length-Controlled AlpacaEval: A Simple Debiasing of Automatic Evaluators , author=. First Conference on Language Modeling , year=
-
[45]
2026 , eprint=
PaTaRM: Bridging Pairwise and Pointwise Signals via Preference-Aware Task-Adaptive Reward Modeling , author=. 2026 , eprint=
2026
-
[46]
and Sreedhar, Makesh Narsimhan and Kuchaiev, Oleksii , booktitle =
Wang, Zhilin and Dong, Yi and Delalleau, Olivier and Zeng, Jiaqi and Shen, Gerald and Egert, Daniel and Zhang, Jimmy J. and Sreedhar, Makesh Narsimhan and Kuchaiev, Oleksii , booktitle =. HelpSteer 2: Open-source dataset for training top-performing reward models , url =. doi:10.52202/079017-0047 , editor =
-
[47]
2025 , eprint=
Inference-Time Scaling for Generalist Reward Modeling , author=. 2025 , eprint=
2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.