REVIEW 4 major objections 4 minor 3 cited by
The Climb Carves Wisdom Deeper Than the Summit: On the Noisy Rewards in Learning to Reason
T0 review · 4 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Reward noise up to 40% flips barely hurts trained reasoning, and rewarding only phrase occurrences like 'first, I need to' reaches 70.21% on MATH-500, close to the 75.85% from exact verification.
desk verdict The robustness-to-flips result is real and worth engaging; the RPR/no-new-knowledge interpretation needs a leakage-free control before it can carry the paper. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Reasoning Pattern Reward (RPR), a rule-based reward that scores an output by how many of 40 pre-selected high-frequency reasoning phrases (e.g., "first, I need to", "we know that", "let me try") appear in the reasoning chain inside the <think> tags, scaled by $r = 1/40$, clipped to 1, and paired with an n-gram repetition penalty to stop the model from repeating phrases. RPR is the load-bearing instrument: because it gives no correctness signal, any downstream accuracy it produces must come from reinforcing reasoning behavior already latent in the pretrained model. In the calibration experiments the same RPR score is added to noisy reward-model scores below threshold $\tau = 0.5$ with weight $\alpha = 0.1$, compensating false negatives.
What would settle it
Run the RPR-only experiment again, replacing the 40 reasoning phrases with 40 equally frequent function words or length-matched filler phrases; if MATH-500 accuracy holds near 70%, RPR is a surface-format reward, not evidence that reasoning patterns alone drive RL gains. A second check is to force the same phrase list into a fixed template that prevents genuine step-by-step reasoning and see whether accuracy collapses.
Extended reading notes
Core claim
The paper's central discovery is that reward quality is far less important than the strength of the model's pretrained reasoning, and that the effective job of RL post-training is to reinforce output patterns the model already knows how to produce. The decisive experiment rewards the appearance of key reasoning phrases—such as "first, I need to", "we know that", and "let me check"—and never checks whether the final answer is right; this alone takes Qwen-2.5-7B to 70.21% on MATH-500, close to the 75.85% achieved with exact correctness rewards. The same logic holds for open-ended tasks: a reward model at 75% accuracy performs about as well as one at 85%, and a phrase-based compensatory reward lifts a 65%-accurate reward model from a 25 net-win gap behind an 85% model down to 8. The authors conclude that RL post-training explores and reinforces existing reasoning patterns rather than teaching much new knowledge, which is why robustness to reward noise is a property of models with strong pretrained reasoning.
Load-bearing premise
The paper's conclusion that RL adds no new knowledge depends on its 40 reasoning phrases being genuine causal markers of reasoning rather than proxies for output length, formatting, or other surface traits; if the phrases are only correlated with those traits, the pattern-reward results would not show what the paper claims.
Editorial extensions
If this is right
- If RPR-only training matches strict verification near its peak, then answer-correctness verification is not the main source of RL gains for already-capable models; pattern reinforcement is sufficient to elicit near-verifier performance.
- Reward-noise tolerance cannot be assumed: it depends on the model's pretrained reasoning strength, since a model with weaker foundational reasoning collapses at far lower noise.
- Adding RPR as an auxiliary signal to a noisy reward model improves downstream win rates by up to 30 net points over the original reward model, and lets a smaller model (Qwen-2.5-3B) reason on open-ended tasks where vanilla RL collapses.
- The boundary of noise robustness in math rewards is a 50% flip rate, where the reward becomes completely random and training collapses.
Reading between the lines
- If reward noise is as tolerable as the paper suggests, then for tasks with known reasoning patterns, development effort could be redirected from verifier accuracy to eliciting structured chains; RPR's fixed phrase list is one cheap embodiment, but the same logic could be tested with learned or model-generated pattern detectors.
- The RPR experiment does not on its own separate "reasoning pattern" from "verbose, chain-shaped output"; a length-matched or format-matched control would test whether performance comes from semantic reasoning phrases or from merely producing longer, organized text.
- A natural extension is to probe the transfer boundary of RPR-style pattern rewards across domains, languages, and prompt formats; the paper already shows cross-task transfer from math to HelpSteer3, but how far that transfer reaches is unexplored.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies RL post-training of LLMs under noisy rewards. In math tasks, the authors flip verification rewards with probability p and report that Qwen-2.5-7B remains robust up to 40% flips, reaching a peak MATH-500 accuracy of 72.02% versus 75.85% with clean rewards. They then introduce Reasoning Pattern Reward (RPR), which rewards the presence of 40 hand-collected reasoning phrases without checking answer correctness, and report a peak of 70.21%. They interpret this as direct evidence that RL mostly activates reasoning patterns learned in pretraining rather than teaching new knowledge, and they use RPR to calibrate noisy reward models on the HelpSteer3 open-ended task, reporting net win-rate improvements. The paper includes comparisons on Qwen-2.5-3B and Llama-3.1-8B, human evaluation, and a limitations section.
Significance. If the causal interpretation is accepted, the result would be practically significant: it would suggest that precise verification is less critical than previously assumed and that cheap phrase-based rewards can substitute for or calibrate noisy reward models. I credit the authors for several strong practices: they release code and scripts, they report human evaluation alongside GPT-4o evaluation with inter-annotator agreement, they include a limitations section, and they explicitly discuss an open research question about false-positive calibration. The empirical robustness to 40% reward flips is interesting even independently of the 'no new knowledge' interpretation. However, the headline interpretation rests on Experiment 2, whose design has an answer-leakage problem, and the quantitative support lacks variance control; both issues are fixable within the scope of a revision.
major comments (4)
- [Section 2.2, Experiment 2] The RPR phrase list was extracted from outputs of a model trained with p=0.3 reward flips on the same 57K math problems. The reward used in the RPR-only experiment is therefore built from features of a model whose output distribution was shaped by answer-verification rewards on this benchmark. Because the phrase reward can re-surface answer-derived behavior, the 70.21% peak does not by itself support Takeaway 2 ('LLMs do not require much new knowledge during RL'). I ask for a leakage-free control, such as extracting the phrase list from the base pretrained model before any RL, or constructing an equivalently sized phrase list from an unrelated domain and showing that it does not produce the same effect.
- [Section 2.1, Figure 3] The robustness claim is supported by single-run accuracy curves and peak values. No seeds or variance are reported, so the headline comparison of 72.02% versus 75.85% peak MATH-500 accuracy could be within run-to-run noise. I request mean and standard deviation over at least three independent seeds for the main conditions, and I recommend reporting mean final performance or a clearly defined convergence value rather than peak accuracy for the numbers in Figure 1 and the abstract.
- [Section 2.2, Figure 9] The RPR reward counts 40 generic surface n-grams (for example 'first,' and 'therefore') in the thought text. Without ablations that control for output length, formatting, or a random-phrase baseline, the conclusion that RL reinforces 'reasoning patterns' rather than length, format, or surface style is not established. I ask for at least one matched control, such as rewarding an equally frequent set of non-reasoning words, or a length-matched reward, to show that the observed peak is not merely a format or length signal.
- [Section 3.3 and Appendix E] The calibration weight alpha=0.1 was selected after observing its effect on training dynamics on the same HelpSteer3 task used for evaluation, and the win-rate comparisons in Figure 8 are based on a 200-sample GPT-4o evaluation without uncertainty estimates. The reported net win rates should be accompanied by confidence intervals or significance tests, and the selection of alpha should be validated on a held-out split to rule out overfitting to the evaluation set.
minor comments (4)
- [Figure 9] The printed code is not runnable as shown: line 13 uses the undefined variable 'think_pos' and line 15 immediately overwrites the string parsed from 'solution_str'. Please correct the code so it matches the described reward computation.
- [Figure 9] There is a typo in the code: 'makes sence' should be 'makes sense'.
- [Introduction and Section 2.2] The phrase 'no new knowledge was learned' is too strong even if the proposed controls are added; I recommend softening to 'little or no task-specific answer supervision' or similar, since RL can still induce output-format changes and selection behavior.
- [Section 2.2 and 3.3] The free parameters n, r, tau, alpha, and the repetition-penalty n-gram size should be summarized in a reproducibility table, since several are described as arbitrarily set or tuned on the target task.
Circularity Check
The RPR-only experiment's 'no new knowledge' conclusion is compromised because the rewarded phrase list is fitted to outputs of a model trained with answer-derived rewards; the robustness results themselves are independent.
-
fitted input called prediction
[Section 2.2, Experiment 2]
"We first identified n high-frequency phrases that imply certain desired reasoning patterns, such as 'We know that' and 'First I need to,' in the outputs of a model trained with p=0.3 Next, we designed a rule-based reward function: instead of verifying the correctness of the answer, the model would receive a reward of value r each time a pre-identified reasoning phrase appeared in the output. ..."
In the p=0.3 run, rewards are still derived from ground-truth correctness 70% of the time (Section 2.1: 'We train the model by randomly flipping the reward with a probability p, where a reward of 1 is transformed to 0, and vice versa'). The phrase list is therefore fitted to the output distribution of a model whose behavior was shaped by correctness supervision on these same 57K math problems. Using that fitted phrase list as the entire reward in a fresh run and then observing 70.21% on MATH-500 does not show that 'no new knowledge was learned' during RL: the reward itself was constructed from answer-influenced outputs, so correctness information can leak into the RPR signal.
full rationale
The paper's strongest self-contained results are the empirical robustness findings: reward flipping up to p=0.40 still yields rapid convergence (Experiment 1), and RPR-only training reaches 70.21% on MATH-500 while noting overthinking-induced decline. These numbers are not themselves circular. The circularity concerns the central interpretation that 'no correctness supervision signals were given, meaning no new knowledge was learned.' The RPR phrase list is extracted from outputs of a p=0.3 model, whose rewards were correct 70% of the time; the phrase set is thus a fitted representation of answer-supervised behavior. Rewarding those phrases and observing similar accuracy is a self-consistency result, not independent evidence that RL only activates pretrained patterns. The calibration experiment (Experiment 4) inherits this concern because it reuses the same phrase list, though its empirical transfer to HelpSteer3 is a genuine demonstration of cross-task utility. The self-citations in the paper (e.g., refs. [5], [16]) are minor and not load-bearing. The alpha=0.1 calibration weight is tuned on the target task, which is standard hyperparameter selection and not circular, though it limits the strength of the reported net-win-rate comparisons. Overall, the robustness claims stand independently, but the paper's headline conceptual claim leans on a fitted-input experiment and therefore receives a partial circularity score.
Assumptions & free parameters
free parameters (5)
- n (number of RPR phrases) =
40
- r (per-phrase reward) =
0.025
- alpha (RPR calibration weight) =
0.1
- tau (low-score threshold) =
0.5
- Repetition penalty n-gram size =
20
assumptions (4)
- domain assumption Qwen-2.5-7B and Qwen-2.5-3B have strong pretrained reasoning abilities that RL merely activates.
- domain assumption Question-wise reward flipping models realistic reward noise.
- domain assumption GPT-4o pairwise evaluation approximates human judgment of helpfulness.
- ad hoc to paper The 40 reasoning phrases capture the causal 'reasoning patterns' that drive RL gains.
Cite this review
Pith. "Pith review of The Climb Carves Wisdom Deeper Than the Summit: On the Noisy Rewards in Learning to Reason." pith.science (2026). https://pith.science/paper/CQ5BEX5V
@misc{pith2026250522653,
author = {Pith},
title = {Pith review of: The Climb Carves Wisdom Deeper Than the Summit: On the Noisy Rewards in Learning to Reason},
year = {2026},
howpublished = {\url{https://pith.science/paper/CQ5BEX5V}},
note = {Machine review of arXiv:2505.22653}
}
read the original abstract
Recent studies on post-training large language models (LLMs) for reasoning through reinforcement learning (RL) typically focus on tasks that can be accurately verified and rewarded, such as solving math problems. In contrast, our research investigates the impact of reward noise, a more practical consideration for real-world scenarios involving the post-training of LLMs using reward models. We found that LLMs demonstrate strong robustness to substantial reward noise. For example, manually flipping 40% of the reward function's outputs in math tasks still allows a Qwen-2.5-7B model to achieve rapid convergence, improving its performance on math tasks from 5% to 72%, compared to the 75% accuracy achieved by a model trained with noiseless rewards. Surprisingly, by only rewarding the appearance of key reasoning phrases (namely reasoning pattern reward, RPR), such as ``first, I need to''-without verifying the correctness of answers, the model achieved peak downstream performance (over 70% accuracy for Qwen-2.5-7B) comparable to models trained with strict correctness verification and accurate rewards. Recognizing the importance of the reasoning process over the final results, we combined RPR with noisy reward models. RPR helped calibrate the noisy reward models, mitigating potential false negatives and enhancing the LLM's performance on open-ended tasks. These findings suggest the importance of improving models' foundational abilities during the pre-training phase while providing insights for advancing post-training techniques. Our code and scripts are available at https://github.com/trestad/Noisy-Rewards-in-Learning-to-Reason.
Figures
Figures from the paper (19 more)
Forward citations
Cited by 3 Pith papers
-
Mirage or Method? How Model-Task Alignment Induces Divergent RL Conclusions
Counterintuitive RL phenomena in LLMs (one-shot, spurious reward, negative-only) appear only under strong model-task alignment measured by pass@k, not because of data contamination.
-
StepHint: Multi-level Stepwise Hints Enhance Reinforcement Learning to Reason
StepHint improves RLVR math reasoning by giving the model multiple prefix-level hints drawn from correct chains generated by stronger models, beating several RLVR baselines on six math benchmarks and two out-of-domain sets.
-
ASTRO: Teaching Language Models to Reason by Reflecting and Backtracking In-Context
ASTRO converts MCTS search trees into chain-of-thoughts with explicit self-reflection and backtracking, trains Llama-3.1-70B on them with SFT, then improves with RL, reaching 81.8% on MATH-500, 64.4% on AMC 2023, and ...
Reference graph
Works this paper leans on
-
[1]
Rethinking reflection in pre-training, 2025
Essential AI, :, Darsh J Shah, Peter Rushton, Somanshu Singla, Mohit Parmar, Kurt Smith, Yash Vanjani, Ashish Vaswani, Adarsh Chaluvaraju, Andrew Hojel, Andrew Ma, Anil Thomas, Anthony Polloreno, Ashish Tanwer, Burhan Drak Sibai, Divya S Mansingka, Divya Shivaprasad, Ishaan Shah, Karl Stratos, Khoi Nguyen, Michael Callahan, Michael Pust, Mrinal Iyer, Phil...
2025
-
[2]
Math- arena: Evaluating llms on uncontaminated math competitions, February 2025
Mislav Balunovi´c, Jasper Dekoninck, Ivo Petrov, Nikola Jovanovi´c, and Martin Vechev. Math- arena: Evaluating llms on uncontaminated math competitions, February 2025
work page 2025
-
[3]
Do not think that much for 2+3=? on the overthinking of o1-like llms, 2025
Xingyu Chen, Jiahao Xu, Tian Liang, Zhiwei He, Jianhui Pang, Dian Yu, Linfeng Song, Qiuzhi Liu, Mengfei Zhou, Zhuosheng Zhang, Rui Wang, Zhaopeng Tu, Haitao Mi, and Dong Yu. Do not think that much for 2+3=? on the overthinking of o1-like llms, 2025
2025
-
[4]
The accuracy paradox in RLHF: When better reward models don‘t yield better language models
Yanjun Chen, Dawei Zhu, Yirong Sun, Xinghao Chen, Wei Zhang, and Xiaoyu Shen. The accuracy paradox in RLHF: When better reward models don‘t yield better language models. In Yaser Al-Onaizan, Mohit Bansal, and Yun-Nung Chen, editors,Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pages 2980–2989, Miami, Florida, USA,...
work page 2024
-
[5]
Yuhan Chen, Ang Lv, Ting-En Lin, Changyu Chen, Yuchuan Wu, Fei Huang, Yongbin Li, and Rui Yan. Fortify the shortest stave in attention: Enhancing context awareness of large language models for effective tool use. In Lun-Wei Ku, Andre Martins, and Vivek Srikumar, editors, Proceedings of the 62nd Annual Meeting of the Association for Computational Linguisti...
work page 2024
-
[6]
Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning, 2025
DeepSeek-AI. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning, 2025
2025
-
[7]
Q*: Improving multi-step reasoning for LLMs with deliberative planning, 2024
Yanchen Deng, Chaojie Wang, Zhiyi Lyu, Jujie He, Liang Zeng, Shuicheng Y AN, and Bo An. Q*: Improving multi-step reasoning for LLMs with deliberative planning, 2024
work page 2024
-
[8]
J.L. Fleiss et al. Measuring nominal scale agreement among many raters.Psychological Bulletin, 76(5):378–382, 1971
work page 1971
Show all 38 references
-
[9]
Angelopoulos, Jiantao Jiao, Banghua Zhu, Joseph E
Evan Frick, Tianle Li, Connor Chen, Wei-Lin Chiang, Anastasios N. Angelopoulos, Jiantao Jiao, Banghua Zhu, Joseph E. Gonzalez, and Ion Stoica. How to evaluate reward models for rlhf, 2024
2024
-
[10]
Kanishk Gandhi, Ayush Chakravarthy, Anikait Singh, Nathan Lile, and Noah D. Goodman. Cognitive behaviors that enable self-improving reasoners, or, four habits of highly effective stars, 2025
2025
-
[11]
Training large language models to reason in a continuous latent space, 2024
Shibo Hao, Sainbayar Sukhbaatar, DiJia Su, Xian Li, Zhiting Hu, Jason Weston, and Yuandong Tian. Training large language models to reason in a continuous latent space, 2024
2024
-
[12]
Measuring mathematical problem solving with the MATH dataset
Dan Hendrycks, Collin Burns, Saurav Kadavath, Akul Arora, Steven Basart, Eric Tang, Dawn Song, and Jacob Steinhardt. Measuring mathematical problem solving with the MATH dataset. InThirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (...
2021
-
[13]
Open-reasoner-zero: An open source approach to scaling up reinforcement learning on the base model, 2025
Jingcheng Hu, Yinmin Zhang, Qi Han, Daxin Jiang, Xiangyu Zhang, and Heung-Yeung Shum. Open-reasoner-zero: An open source approach to scaling up reinforcement learning on the base model, 2025
2025
-
[14]
Human-centric dialog training via offline reinforcement learning
Natasha Jaques, Judy Hanwen Shen, Asma Ghandeharioun, Craig Ferguson, Agata Lapedriza, Noah Jones, Shixiang Gu, and Rosalind Picard. Human-centric dialog training via offline reinforcement learning. In Bonnie Webber, Trevor Cohn, Yulan He, and Yang Liu, editors, Proceedings of...
2020
-
[15]
Smith, and Hannaneh Hajishirzi
Nathan Lambert, Valentina Pyatkin, Jacob Morrison, Lester James Validad Miranda, Bill Yuchen Lin, Khyathi Chandu, Nouha Dziri, Sachin Kumar, Tom Zick, Yejin Choi, Noah A. Smith, and Hannaneh Hajishirzi. RewardBench: Evaluating reward models for language modeling. In Luis Chiru...
2025
-
[16]
Skywork-reward: Bag of tricks for reward modeling in llms, 2024
Chris Yuhao Liu, Liang Zeng, Jiacai Liu, Rui Yan, Jujie He, Chaojie Wang, Shuicheng Yan, Yang Liu, and Yahui Zhou. Skywork-reward: Bag of tricks for reward modeling in llms, 2024
2024
-
[17]
Liu, Kevin Lin, John Hewitt, Ashwin Paranjape, Michele Bevilacqua, Fabio Petroni, and Percy Liang
Nelson F. Liu, Kevin Lin, John Hewitt, Ashwin Paranjape, Michele Bevilacqua, Fabio Petroni, and Percy Liang. Lost in the middle: How language models use long contexts.Transactions of the Association for Computational Linguistics, 12:157–173, 2024
2024
-
[18]
RM-bench: Benchmarking reward models of language models with subtlety and style
Yantao Liu, Zijun Yao, Rui Min, Yixin Cao, Lei Hou, and Juanzi Li. RM-bench: Benchmarking reward models of language models with subtlety and style. InThe Thirteenth International Conference on Learning Representations, 2025
2025
-
[19]
The llama 3 herd of models, 2024
AI @ Meta Llama Team. The llama 3 herd of models, 2024
2024
-
[20]
s1: Simple test-time scaling, 2025
Niklas Muennighoff, Zitong Yang, Weijia Shi, Xiang Lisa Li, Li Fei-Fei, Hannaneh Hajishirzi, Luke Zettlemoyer, Percy Liang, Emmanuel Candès, and Tatsunori Hashimoto. s1: Simple test-time scaling, 2025
2025
-
[21]
Webgpt: Browser-assisted question-answering with human feedback, 2022
Reiichiro Nakano, Jacob Hilton, Suchir Balaji, Jeff Wu, Long Ouyang, Christina Kim, Christo- pher Hesse, Shantanu Jain, Vineet Kosaraju, William Saunders, Xu Jiang, Karl Cobbe, Tyna Eloundou, Gretchen Krueger, Kevin Button, Matthew Knight, Benjamin Chess, and John Schulman. We...
2022
-
[22]
Long Ouyang, Jeff Wu, Xu Jiang, Diogo Almeida, Carroll L. Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, John Schulman, Jacob Hilton, Fraser Kelton, Luke Miller, Maddie Simens, Amanda Askell, Peter Welinder, Paul Christiano, Jan Leike, and...
2022
-
[23]
Tinyzero
Jiayi Pan, Junjie Zhang, Xingyao Wang, Lifan Yuan, Hao Peng, and Alane Suhr. Tinyzero. https://github.com/Jiayi-Pan/TinyZero, 2025. Accessed: 2025-01-24
2025
-
[24]
Lee, and Sanjeev Arora
Noam Razin, Zixuan Wang, Hubert Strauss, Stanley Wei, Jason D. Lee, and Sanjeev Arora. What makes a reward model a good teacher? an optimization perspective, 2025
2025
-
[25]
David Rein, Betty Li Hou, Asa Cooper Stickland, Jackson Petty, Richard Yuanzhe Pang, Julien Dirani, Julian Michael, and Samuel R. Bowman. Gpqa: A graduate-level google-proof q&a benchmark, 2023
2023
-
[26]
High- dimensional continuous control using generalized advantage estimation, 2018
John Schulman, Philipp Moritz, Sergey Levine, Michael Jordan, and Pieter Abbeel. High- dimensional continuous control using generalized advantage estimation, 2018
2018
-
[27]
Proximal policy optimization algorithms, 2017
John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms, 2017
2017
-
[28]
Hybridflow: A flexible and efficient rlhf framework.arXiv preprint arXiv: 2409.19256, 2024
Guangming Sheng, Chi Zhang, Zilingfeng Ye, Xibin Wu, Wang Zhang, Ru Zhang, Yanghua Peng, Haibin Lin, and Chuan Wu. Hybridflow: A flexible and efficient rlhf framework.arXiv preprint arXiv: 2409.19256, 2024
2024 arXiv
-
[29]
Kimi k1.5: Scaling reinforcement learning with llms, 2025
Kimi Team. Kimi k1.5: Scaling reinforcement learning with llms, 2025
2025
-
[30]
Dedicated feedback and edit models empower inference- time scaling for open-ended general-domain tasks, 2025
Zhilin Wang, Jiaqi Zeng, Olivier Delalleau, Daniel Egert, Ellie Evans, Hoo-Chang Shin, Felipe Soares, Yi Dong, and Oleksii Kuchaiev. Dedicated feedback and edit models empower inference- time scaling for open-ended general-domain tasks, 2025
2025
-
[31]
Rethinking reward model evaluation: Are we barking up the wrong tree? InThe Thirteenth International Conference on Learning Representations, 2025
Xueru Wen, Jie Lou, Yaojie Lu, Hongyu Lin, XingYu, Xinyu Lu, Ben He, Xianpei Han, Debing Zhang, and Le Sun. Rethinking reward model evaluation: Are we barking up the wrong tree? InThe Thirteenth International Conference on Learning Representations, 2025. 11
2025
-
[32]
Qwen2.5 technical report.arXiv preprint arXiv:2412.15115, 2024
An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, Huan Lin, Jian Yang, Jianhong Tu, Jianwei Zhang, Jianxin Yang, Jiaxi Yang, Jingren Zhou, Junyang Lin, Kai Dang, Keming Lu, Keqin Bao, Kexin Yang, Le Yu, Me...
2024 arXiv
-
[33]
Demystifying long chain-of-thought reasoning in llms, 2025
Edward Yeo, Yuxuan Tong, Morry Niu, Graham Neubig, and Xiang Yue. Demystifying long chain-of-thought reasoning in llms, 2025
2025
-
[34]
Does reinforcement learning really incentivize reasoning capacity in llms beyond the base model?, 2025
Yang Yue, Zhiqi Chen, Rui Lu, Andrew Zhao, Zhaokai Wang, Yang Yue, Shiji Song, and Gao Huang. Does reinforcement learning really incentivize reasoning capacity in llms beyond the base model?, 2025
2025
-
[35]
ReST- MCTS*: LLM self-training via process reward guided tree search
Dan Zhang, Sining Zhoubian, Ziniu Hu, Yisong Yue, Yuxiao Dong, and Jie Tang. ReST- MCTS*: LLM self-training via process reward guided tree search. InThe Thirty-eighth Annual Conference on Neural Information Processing Systems, 2024
2024
-
[36]
Found in the middle: How language models use long contexts better via plug-and-play positional encoding, 2024
Zhenyu Zhang, Runjin Chen, Shiwei Liu, Zhewei Yao, Olatunji Ruwase, Beidi Chen, Xiaoxia Wu, and Zhangyang Wang. Found in the middle: How language models use long contexts better via plug-and-play positional encoding, 2024
2024
-
[37]
Rmb: Comprehensively benchmarking reward models in llm alignment, 2025
Enyu Zhou, Guodong Zheng, Binghai Wang, Zhiheng Xi, Shihan Dou, Rong Bao, Wei Shen, Limao Xiong, Jessica Fan, Yurong Mou, Rui Zheng, Tao Gui, Qi Zhang, and Xuanjing Huang. Rmb: Comprehensively benchmarking reward models in llm alignment, 2025
2025
-
[38]
Assistant:␣<think>
Banghua Zhu, Michael Jordan, and Jiantao Jiao. Principled reinforcement learning with human feedback from pairwise or k-wise comparisons. In Andreas Krause, Emma Brunskill, Kyunghyun Cho, Barbara Engelhardt, Sivan Sabato, and Jonathan Scarlett, editors,Proceedings of the 40th ...
2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.