"Good Teachers, Better Students" - A Comprehensive Survey of Reward Models
中文版 | English
Reward Model (RM) is a function that maps input-output pairs to scalar reward signals:
r = R_ψ(x, y)
Where:
x: Input prompty: Model-generated outputr: Reward score (scalar)ψ: Model parametersReward models act as "teachers" throughout the LLM lifecycle, guiding continuous model improvement through feedback signals.
| Type | Description | Representative Models |
|---|---|---|
| Discriminative RM | Learn explicit reward functions (classification/ranking/regression) | ImageReward, VisionReward, PairRM |
| Generative RM | Implicitly model rewards through generation | GenRM, Self-Rewarding, Auto-J |
| Implicit RM | Utilize LLM internal states or training-free methods | Co-Reward, probability-based methods |
Discriminative reward models evaluate output quality through explicit scoring functions.
Transform preference judgments into classification problems (good/bad, win/lose).
Representative Papers:
See all discriminative RM papers
Learn comparison functions to rank multiple candidate outputs.
Directly predict continuous reward scores.
Combine outputs from multiple reward models.
Generative reward models implicitly model reward signals through the generation process.
Representative Papers:
Implicit reward models don't require explicit reward function training.
Reward models are used in data preprocessing for selecting and annotating high-quality training data.
Reward models provide core feedback signals in RLHF/GRPO training.
Key Applications:
Reward models guide generation and selection during inference.
| Name | Domain | Scale | Description |
|---|---|---|---|
| ViLBench | Vision-Language | 500+ | Process reward modeling suite |
| VLRMBench | Vision-Language | 12,000+ | Math reasoning, hallucination detection |
| Multimodal RewardBench | Multimodal | 5,211 triplets | Expert-annotated preferences |
| VL-RewardBench | Vision-Language | 1,250 pairs | Challenging preference pairs |
| MJ-Bench | Text-to-Image | - | Alignment, safety, quality, bias |
| MLLM-as-a-Judge | Multimodal | - | Multimodal judgment benchmark |
| Libra Bench | Math | 3,740 samples | Competition-level math problems |
| AceMath-RewardBench | Math | 7 benchmarks | rm@8 evaluation |
| RewardMATH | Math | MATH500 | Robustness evaluation |
| EvoCodeBench | Code | 10 domains | Real programming domains |
| BigCodeBench | Code | 1,140 tasks | Practical programming tasks |
| DevEval | Code | 1,874 tasks | Repository-level tasks |
| LiveCodeBench | Code | - | Timestamp-based contamination prevention |
| Med-RewardBench | Medical | 1,026 cases | Multimodal medical cases |
| VerifyBench | General | 4,000+ | Verification benchmark |
| JudgeBench | General | - | LLM judgment evaluation |
| Name | Domain | Scale | Description |
|---|---|---|---|
| RewardBench | General | - | Dialogue, reasoning, safety |
| RewardBench 2 | General | 6 domains | Extended version |
| RAG-RewardBench | RAG | 1,485 pairs | RAG scenario preferences |
| PPE | General | - | RLHF performance prediction |
| RMB | General | 49+ scenarios | Real-world scenarios |
| M-RewardBench | Multilingual | 23 languages, 2,870 pairs | Multilingual preferences |
| RM-Bench | General | - | Style bias testing |
| OR-Bench | Safety | 80,000 samples | Over-refusal detection |
| Name | Domain | Scale | Description |
|---|---|---|---|
| Socratic-PRMBench | Reasoning | 2,995 paths, 6 modes | Socratic reasoning |
| PRMBench | Reasoning | 6,216 questions, 83K steps | Step-level annotations |
| ProcessBench | Math | 3,400 questions | Competition math |
| Agent-RewardBench | Agent | 7 scenarios | Multimodal agent |
| VisualProcessBench | Multimodal | 2,866 cases | Multimodal reasoning |
| Year | Model/Event | Key Features | Paper |
|---|---|---|---|
| 2017 | RLHF Foundation (Christiano et al.) | Deep RL + human preferences | NeurIPS 2017 |
| 2019 | GPT-2 + Human Preferences | Language model fine-tuning | arXiv:1909.08593 |
| 2020 | Learning to Summarize | RLHF for summarization | NeurIPS 2020 |
| 2022 | InstructGPT | Instruction following | NeurIPS 2022 |
| 2023 | GPT-4 | Integrated RM pipeline | arXiv:2303.08774 |
| 2023 | ImageReward | Text-to-image preference learning | NeurIPS 2023 |
| 2023 | Math-Shepherd | Annotation-free math verification | arXiv:2312.08935 |
| 2024 | Gemma 2 | WARM weight-averaged RM | arXiv |
| 2024 | VisionReward | Fine-grained multi-dimensional preferences | arXiv:2412.21059 |
| 2024 | Self-Rewarding LMs | Self-generated rewards | ICML 2024 |
| 2025 | DeepSeekMath-V2 | Self-verifiable math reasoning | arXiv:2511.22570 |
| 2025 | Gemma 3 | Multi-task RM system | arXiv:2503.19786 |
| 2025 | Qwen 3 | 20+ task reward system | arXiv:2505.09388 |
A Survey of Process Reward Models: From Outcome Signals to Process Supervisions for Large Language Models - Zheng, Congming et al., 2025. arXiv:2510.08049
Reward Models in Deep Reinforcement Learning: A Survey - Yu, Rui et al., 2025. arXiv:2506.15421
Enhancing Large Language Model Reasoning with Reward Models: An Analytical Survey - Liu, Qiyuan et al., 2025. arXiv:2510.01925
A comprehensive survey of reward models: Taxonomy, applications, challenges, and future - Zhong, Jialun et al., 2025. arXiv:2504.12328
Sailing by the Stars: A Survey on Reward Models and Learning Strategies for Learning from Rewards - Wu, Xiaobao, 2025. arXiv:2505.02686
Diffusion model as a noise-aware latent reward model for step-level preference optimization - Zhang, Tao et al., 2025. arXiv:2502.01051
PRMBench: A fine-grained and challenging benchmark for process-level reward models - Song, Mingyang et al., 2025. arXiv:2501.03124
Bradley-terry and multi-objective reward modeling are complementary - Zhang, Zhiwei et al., 2025. arXiv:2507.07375
Unified reward model for multimodal understanding and generation - Wang, Yibin et al., 2025. arXiv:2503.05236
Unified multimodal chain-of-thought reward model through reinforcement fine-tuning - Wang, Yibin et al., 2025. arXiv:2505.03318
Generalist Reward Models: Found Inside Large Language Models - Li, Yi-Chen et al., 2025. arXiv:2506.23235
Reward Inside the Model: A Lightweight Hidden-State Reward Model for LLM's Best-of-N sampling - Guo, Jizhou, Wu, Zhaomin, Yu, Philip S, 2025. arXiv:2505.12225
Vilbench: A suite for vision-language process reward modeling - Tu, Haoqin et al., 2025. arXiv:2503.20271
Vrprm: Process reward modeling via visual reasoning - Chen, Xinquan et al., 2025. arXiv:2508.03556
Benchmarking multimodal cot reward model stepwise by visual program - Gao, Minghe et al., 2025. arXiv:2504.06606
Visualprm: An effective process reward model for multimodal reasoning - Wang, Weiyun et al., 2025. arXiv:2503.10291
Athena: Enhancing Multimodal Reasoning with Data-efficient Process Reward Models - Wang, Shuai et al., 2025. arXiv:2506.09532
DreamPRM: Domain-Reweighted Process Reward Model for Multimodal Reasoning - Cao, Qi et al., 2025. arXiv:2505.20241
DreamPRM-1.5: Unlocking the Potential of Each Instance for Multimodal Process Reward Model Training - Cao, Qi, Xie, Pengtao, 2025. arXiv:2509.05542
Vlrmbench: A comprehensive and challenging benchmark for vision-language reward models - Ruan, Jiacheng et al., 2025. arXiv:2503.07478
Multimodal rewardbench: Holistic evaluation of reward models for vision language models - Yasunaga, Michihiro, Zettlemoyer, Luke, Ghazvininejad, Marjan, 2025. arXiv:2502.14191
VL-RewardBench: A Challenging Benchmark for Vision-Language Generative Reward Models - Li, Lei et al., 2025. Proceedings of the Computer Vision and Pattern Recognition Conference
Libra: Assessing and improving reward model by learning to think - Zhou, Meng et al., 2025. arXiv:2507.21645
Med-RewardBench: Benchmarking Reward Models and Judges for Medical Multimodal Large Language Models - Ding, Meidan et al., 2025. arXiv:2508.21430
RewardBench 2: Advancing Reward Model Evaluation - Malik, Saumya et al., 2025. arXiv:2506.01937
Agent-RewardBench: Towards a Unified Benchmark for Reward Modeling across Perception, Planning, and Safety in Real-World Multimodal Agents - Men, Tianyi et al., 2025. arXiv:2506.21252
Error Typing for Smarter Rewards: Improving Process Reward Models with Error-Aware Hierarchical Supervision - Pala, Tej Deep et al., 2025. arXiv:2505.19706
Uncertainty and influence aware reward model refinement for reinforcement learning from human feedback - Sun, Zexu et al., 2025. The Thirteenth International Conference on Learning Representations
Training Vision-Language Process Reward Models for Test-Time Scaling in Multimodal Reasoning: Key Insights and Lessons Learned - Ong, Brandon et al., 2025. arXiv:2509.23250
Reinforce++: An efficient rlhf algorithm with robustness to both prompt and reward models - Hu, Jian et al., 2025. arXiv:2501.03262
Discriminative Policy Optimization for Token-Level Reward Models - Chen, Hongzhan et al., 2025. arXiv:2505.23363
Sequence to sequence reward modeling: Improving rlhf by language feedback - Zhou, Jiayi et al., 2025. Proceedings of the AAAI Conference on Artificial Intelligence
Reusing Embeddings: Reproducible Reward Model Research in Large Language Model Alignment without GPUs - Sun, Hao et al., 2025. arXiv:2502.04357
Reinforcement learning from human feedback - Lambert, Nathan, 2025. arXiv:2504.12501
Reward shaping to mitigate reward hacking in rlhf - Fu, Jiayi et al., 2025. arXiv:2502.18770
The energy loss phenomenon in rlhf: A new perspective on mitigating reward hacking - Miao, Yuchun et al., 2025. arXiv:2501.19358
StructVRM: Aligning Multimodal Reasoning with Structured and Verifiable Reward Models - Zhang, Xiangxiang et al., 2025. arXiv:2508.05383
From captions to rewards (carevl): Leveraging large language model experts for enhanced reward modeling in large vision-language models - Dai, Muzhi et al., 2025. arXiv:2503.06260
EQA-RM: A Generative Embodied Reward Model with Test-time Scaling - Chen, Yuhang, Tan, Zhen, Chen, Tianlong, 2025. arXiv:2506.10389
Fluent and Accurate Image Captioning with a Self-Trained Reward Model - Moratelli, Nicholas et al., 2025. International Conference on Pattern Recognition
Safe RLHF-V: Safe Reinforcement Learning from Multi-modal Human Feedback - Ji, Jiaming et al., 2025. arXiv:2503.17682
Rovrm: A robust visual reward model optimized via auxiliary textual preference data - Wang, Chenglong et al., 2025. Proceedings of the AAAI Conference on Artificial Intelligence
Internlm-xcomposer2. 5-reward: A simple yet effective multi-modal reward model - Zang, Yuhang et al., 2025. arXiv:2501.12368
Generative RLHF-V: Learning Principles from Multi-modal Human Preference - Zhou, Jiayi et al., 2025. arXiv:2505.18531
BaseReward: A Strong Baseline for Multimodal Reward Model - Zhang, Yi-Fan et al., 2025. arXiv:2509.16127
Cycle Consistency as Reward: Learning Image-Text Alignment without Human Preferences - Bahng, Hyojin et al., 2025. arXiv:2506.02095
Scalable ranked preference optimization for text-to-image generation - Karthik, Shyamgopal et al., 2025. Proceedings of the IEEE/CVF International Conference on Computer Vision
Calibrated multi-preference optimization for aligning diffusion models - Lee, Kyungmin et al., 2025. Proceedings of the Computer Vision and Pattern Recognition Conference
Onereward: Unified mask-guided image generation via multi-task human preference learning - Gong, Yuan et al., 2025. arXiv:2508.21066
Pref-grpo: Pairwise preference reward-based grpo for stable text-to-image reinforcement learning - Wang, Yibin et al., 2025. arXiv:2508.20751
Boosting chart-to-code generation in mllm via dual preference-guided refinement - Zhang, Zhihan, Cao, Yixin, Liao, Lizi, 2025. arXiv:2504.02906
Multimodal LLMs as Customized Reward Models for Text-to-Image Generation - Zhou, Shijie et al., 2025. Proceedings of the IEEE/CVF International Conference on Computer Vision
Robust reinforcement learning from human feedback for large language models fine-tuning - Ye, Kai et al., 2025. arXiv:2504.03784
Efficient process reward model training via active learning - Duan, Keyu et al., 2025. arXiv:2504.10559
PaTaRM: Bridging Pairwise and Pointwise Signals via Preference-Aware Task-Adaptive Reward Modeling - Jian, Ai et al., 2025. arXiv:2510.24235
FreePRM: Training Process Reward Models Without Ground Truth Process Labels - Sun, Lin et al., 2025. arXiv:2506.03570
Self-Correcting Reasoning with Reward Model: Enhancing Test-Time Scaling Through Iterative Feedback - Author1, FirstName, Author2, LastName, 2025. Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)
LongRM: Revealing and Unlocking the Context Boundary of Reward Modeling - Zecheng Tang et al., 2025. ArXiv
Lost in the Context: Insufficient and Distracted Attention to Contexts in Preference Modeling - Dou, Shihan and Chen, Jiayi and Huang, Chenhao and Chen, Feng and Chengzhi, Wei and Zheng, Huiyuan and Liu, Shichun and Liu, Yan and Liu, Chenxiao and Xin, Chao and Yan, Lin and Zhang, Zongzhang and Gui, Tao and Zhang, Qi and Huang, Xuanjing, 2025. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
LongRM: Revealing and Unlocking the Context Boundary of Reward Modeling - Zecheng Tang et al., 2025. arXiv:2510.06915
Warm: On the benefits of weight averaged reward models - Ram{'e, 2024. arXiv:2401.12187
Advancing llm reasoning generalists with preference trees - Yuan, Lifan et al., 2024. arXiv:2404.02078
How to evaluate reward models for rlhf - Frick, Evan et al., 2024. arXiv:2410.14872
Interpretable preferences via multi-objective reward modeling and mixture-of-experts - Wang, Haoxiang et al., 2024. arXiv:2406.12845
Metametrics: Calibrating metrics for generation tasks using human preferences - Winata, Genta Indra et al., 2024. arXiv:2410.02381
Learning multi-dimensional human preference for text-to-image generation - Zhang, Sixian et al., 2024. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Generative verifiers: Reward modeling as next-token prediction - Zhang, Lunjun et al., 2024. arXiv:2408.15240
Generative reward models - Mahan, Dakota et al., 2024. arXiv:2410.12832
MJ-bench: Is your multimodal reward model really a good judge for text-to-image generation? - Chen, Zhaorun et al., 2024. arXiv:2407.04842
Acemath: Advancing frontier math reasoning with post-training and reward modeling - Liu, Zihan et al., 2024. arXiv:2412.15084
Evaluating robustness of reward models for mathematical reasoning - Kim, Sunghwan et al., 2024. arXiv:2410.01729
Rewardbench: Evaluating reward models for language modeling - Lambert, Nathan et al., 2024. arXiv:2403.13787
Rag-rewardbench: Benchmarking reward models in retrieval augmented generation for preference alignment - Jin, Zhuoran et al., 2024. arXiv:2412.13746
RMB: Comprehensively benchmarking reward models in LLM alignment - Zhou, Enyu et al., 2024. arXiv:2410.09893
M-RewardBench: Evaluating reward models in multilingual settings - Gureja, Srishti et al., 2024. arXiv:2410.15522
Rm-bench: Benchmarking reward models of language models with subtlety and style - Liu, Yantao et al., 2024. arXiv:2410.16184
Skywork-reward: Bag of tricks for reward modeling in llms - Liu, Chris Yuhao et al., 2024. arXiv:2410.18451
Self-generated critiques boost reward modeling for language models - Yu, Yue et al., 2024. arXiv:2411.16646
Rrm: Robust reward model training mitigates reward hacking - Liu, Tianqi et al., 2024. arXiv:2409.13156
Improving machine translation with human feedback: An exploration of quality estimation as a reward model - He, Zhiwei et al., 2024. arXiv:2401.12873
Batch active learning of reward functions from human preferences - Biyik, Erdem, Anari, Nima, Sadigh, Dorsa, 2024. ACM Transactions on Human-Robot Interaction
Simpo: Simple preference optimization with a reference-free reward - Meng, Yu, Xia, Mengzhou, Chen, Danqi, 2024. Advances in Neural Information Processing Systems
Tlcr: Token-level continuous reward for fine-grained reinforcement learning from human feedback - Yoon, Eunseop et al., 2024. arXiv:2407.16574
T-reg: Preference optimization with token-level reward regularization - Zhou, Wenxuan et al., 2024. arXiv:2412.02685
Rewards-in-context: Multi-objective alignment of foundation models with dynamic preference adjustment - Yang, Rui et al., 2024. arXiv:2402.10207
Advancing Process Verification for Large Language Models via Tree-Based Preference Learning - He, Mingqian et al., 2024. EMNLP
Vlrm: Vision-language models act as reward models for image captioning - Dzabraev, Maksim, Kunitsyn, Alexander, Ivaniuta, Andrei, 2024. arXiv:2404.01911
Tldr: Token-level detective reward model for large vision language models - Fu, Deqing et al., 2024. arXiv:2410.04734
Diffusion model alignment using direct preference optimization - Wallace, Bram et al., 2024. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
A dense reward view on aligning text-to-image diffusion with preference - Yang, Shentao, Chen, Tianqi, Zhou, Mingyuan, 2024. arXiv:2402.08265
Musicrl: Aligning music generation to human preferences - Cideron, Geoffrey et al., 2024. arXiv:2402.04229
Baton: Aligning text-to-audio model with human preference feedback - Liao, Huan et al., 2024. arXiv:2402.00744
Self-Generated Critiques Boost Reward Modeling for Language Models - Yue Yu et al., 2024. arXiv:2411.16646
RM-R1: Reward Modeling as Reasoning - Author1, FirstName, Author2, LastName, 2024. Journal of Artificial Intelligence
Unified Multimodal Chain-of-Thought Reward Model through Reinforcement Fine-Tuning - Author1, FirstName, Author2, LastName, 2024. Proceedings of the Neural Information Processing Systems (NeurIPS)
DPRM: A Dual Implicit Process Reward Model in Multi-Hop Question Answering - Author1, FirstName, Author2, LastName, 2024. Journal of Machine Learning Research
Reward Modeling and Chain-of-Thought in Large Language Models - Author1, FirstName, Author2, LastName, 2024. Proceedings of the Conference on Neural Information Processing Systems (NeurIPS)
Human preference score v2: A solid benchmark for evaluating human preferences of text-to-image synthesis - Wu, Xiaoshi et al., 2023. arXiv:2306.09341
Pick-a-pic: An open dataset of user preferences for text-to-image generation - Kirstain, Yuval et al., 2023. Advances in neural information processing systems
Reward-augmented decoding: Efficient controlled text generation with a unidirectional reward model - Deng, Haikang, Raffel, Colin, 2023. arXiv:2310.09520
Let's reward step by step: Step-Level reward model as the Navigators for Reasoning - Ma, Qianli et al., 2023. arXiv:2310.10080
Rlaif: Scaling reinforcement learning from human feedback with ai feedback - Lee, Harrison et al., 2023.
Direct preference optimization: Your language model is secretly a reward model - Rafailov, Rafael et al., 2023. Advances in neural information processing systems
Vision-language models are zero-shot reward models for reinforcement learning - Rocamonde, Juan et al., 2023. arXiv:2310.12921
Training a helpful and harmless assistant with reinforcement learning from human feedback - Bai, Yuntao et al., 2022. arXiv:2204.05862
Uncertainty estimation for language reward models - Gleave, Adam, Irving, Geoffrey, 2022. arXiv:2203.07472
Active preference-based gaussian process regression for reward learning - B{\i, 2020. arXiv:2005.02575
Fine-tuning language models from human preferences - Ziegler, Daniel M et al., 2019. arXiv:1909.08593
Deep reinforcement learning from human preferences - Christiano, Paul F et al., 2017. Advances in neural information processing systems
Active preference-based learning of reward functions - Sadigh, Dorsa et al., 2017.
Active Reward Modeling: Adaptive Preference Labeling for Large Language Model Alignment - Shen, Yunyi, Sun, Hao, Ton, Jean-Francois, . Forty-second International Conference on Machine Learning
R1-Reward: Training Multimodal Reward Model Through Stable Reinforcement Learning - Learning, Through Stable Reinforcement, . Policy
Reward Auditor: Inference on Reward Modeling Suitability in Real-World Perturbed Scenarios - Zang, Jianxiang et al., 2025. arXiv:2512.00920
If this project helps your research, please cite our paper:
@article{awesomerm2025,
title={Good Teachers, Better Students: A Survey of Reward Models for LLM},
author={[Author List]},
journal={arXiv preprint arXiv:XXXX.XXXXX},
year={2025}
}
We welcome community contributions! To add papers, fix errors, or improve content:
git checkout -b feature/your-contribution)git commit -m 'Add some papers')git push origin feature/your-contribution)Please follow this format when adding papers:
- **[Paper Title](arXiv link)** - Brief description (1-2 sentences)
- Authors, Conference/Journal, Year
- Key contributions: [List 1-3 points]
- Code: [GitHub link if available]
This project is licensed under the MIT License.
Thanks to all researchers and developers contributing to the reward models field. Special thanks to:
⭐ If this project helps you, please give us a Star! ⭐
Made with ❤️ by the AwesomeRM Team
Python
37.0%
JavaScript
25.9%
CSS
20.3%
HTML
14.6%
Shell
2.2%
"Good Teachers, Better Students" - A Comprehensive Survey of Reward Models
中文版 | English
Reward Model (RM) is a function that maps input-output pairs to scalar reward signals:
r = R_ψ(x, y)
Where:
x: Input prompty: Model-generated outputr: Reward score (scalar)ψ: Model parametersReward models act as "teachers" throughout the LLM lifecycle, guiding continuous model improvement through feedback signals.
| Type | Description | Representative Models |
|---|---|---|
| Discriminative RM | Learn explicit reward functions (classification/ranking/regression) | ImageReward, VisionReward, PairRM |
| Generative RM | Implicitly model rewards through generation | GenRM, Self-Rewarding, Auto-J |
| Implicit RM | Utilize LLM internal states or training-free methods | Co-Reward, probability-based methods |
Discriminative reward models evaluate output quality through explicit scoring functions.
Transform preference judgments into classification problems (good/bad, win/lose).
Representative Papers:
See all discriminative RM papers
Learn comparison functions to rank multiple candidate outputs.
Directly predict continuous reward scores.
Combine outputs from multiple reward models.
Generative reward models implicitly model reward signals through the generation process.
Representative Papers:
Implicit reward models don't require explicit reward function training.
Reward models are used in data preprocessing for selecting and annotating high-quality training data.
Reward models provide core feedback signals in RLHF/GRPO training.
Key Applications:
Reward models guide generation and selection during inference.
| Name | Domain | Scale | Description |
|---|---|---|---|
| ViLBench | Vision-Language | 500+ | Process reward modeling suite |
| VLRMBench | Vision-Language | 12,000+ | Math reasoning, hallucination detection |
| Multimodal RewardBench | Multimodal | 5,211 triplets | Expert-annotated preferences |
| VL-RewardBench | Vision-Language | 1,250 pairs | Challenging preference pairs |
| MJ-Bench | Text-to-Image | - | Alignment, safety, quality, bias |
| MLLM-as-a-Judge | Multimodal | - | Multimodal judgment benchmark |
| Libra Bench | Math | 3,740 samples | Competition-level math problems |
| AceMath-RewardBench | Math | 7 benchmarks | rm@8 evaluation |
| RewardMATH | Math | MATH500 | Robustness evaluation |
| EvoCodeBench | Code | 10 domains | Real programming domains |
| BigCodeBench | Code | 1,140 tasks | Practical programming tasks |
| DevEval | Code | 1,874 tasks | Repository-level tasks |
| LiveCodeBench | Code | - | Timestamp-based contamination prevention |
| Med-RewardBench | Medical | 1,026 cases | Multimodal medical cases |
| VerifyBench | General | 4,000+ | Verification benchmark |
| JudgeBench | General | - | LLM judgment evaluation |
| Name | Domain | Scale | Description |
|---|---|---|---|
| RewardBench | General | - | Dialogue, reasoning, safety |
| RewardBench 2 | General | 6 domains | Extended version |
| RAG-RewardBench | RAG | 1,485 pairs | RAG scenario preferences |
| PPE | General | - | RLHF performance prediction |
| RMB | General | 49+ scenarios | Real-world scenarios |
| M-RewardBench | Multilingual | 23 languages, 2,870 pairs | Multilingual preferences |
| RM-Bench | General | - | Style bias testing |
| OR-Bench | Safety | 80,000 samples | Over-refusal detection |
| Name | Domain | Scale | Description |
|---|---|---|---|
| Socratic-PRMBench | Reasoning | 2,995 paths, 6 modes | Socratic reasoning |
| PRMBench | Reasoning | 6,216 questions, 83K steps | Step-level annotations |
| ProcessBench | Math | 3,400 questions | Competition math |
| Agent-RewardBench | Agent | 7 scenarios | Multimodal agent |
| VisualProcessBench | Multimodal | 2,866 cases | Multimodal reasoning |
| Year | Model/Event | Key Features | Paper |
|---|---|---|---|
| 2017 | RLHF Foundation (Christiano et al.) | Deep RL + human preferences | NeurIPS 2017 |
| 2019 | GPT-2 + Human Preferences | Language model fine-tuning | arXiv:1909.08593 |
| 2020 | Learning to Summarize | RLHF for summarization | NeurIPS 2020 |
| 2022 | InstructGPT | Instruction following | NeurIPS 2022 |
| 2023 | GPT-4 | Integrated RM pipeline | arXiv:2303.08774 |
| 2023 | ImageReward | Text-to-image preference learning | NeurIPS 2023 |
| 2023 | Math-Shepherd | Annotation-free math verification | arXiv:2312.08935 |
| 2024 | Gemma 2 | WARM weight-averaged RM | arXiv |
| 2024 | VisionReward | Fine-grained multi-dimensional preferences | arXiv:2412.21059 |
| 2024 | Self-Rewarding LMs | Self-generated rewards | ICML 2024 |
| 2025 | DeepSeekMath-V2 | Self-verifiable math reasoning | arXiv:2511.22570 |
| 2025 | Gemma 3 | Multi-task RM system | arXiv:2503.19786 |
| 2025 | Qwen 3 | 20+ task reward system | arXiv:2505.09388 |
A Survey of Process Reward Models: From Outcome Signals to Process Supervisions for Large Language Models - Zheng, Congming et al., 2025. arXiv:2510.08049
Reward Models in Deep Reinforcement Learning: A Survey - Yu, Rui et al., 2025. arXiv:2506.15421
Enhancing Large Language Model Reasoning with Reward Models: An Analytical Survey - Liu, Qiyuan et al., 2025. arXiv:2510.01925
A comprehensive survey of reward models: Taxonomy, applications, challenges, and future - Zhong, Jialun et al., 2025. arXiv:2504.12328
Sailing by the Stars: A Survey on Reward Models and Learning Strategies for Learning from Rewards - Wu, Xiaobao, 2025. arXiv:2505.02686
Diffusion model as a noise-aware latent reward model for step-level preference optimization - Zhang, Tao et al., 2025. arXiv:2502.01051
PRMBench: A fine-grained and challenging benchmark for process-level reward models - Song, Mingyang et al., 2025. arXiv:2501.03124
Bradley-terry and multi-objective reward modeling are complementary - Zhang, Zhiwei et al., 2025. arXiv:2507.07375
Unified reward model for multimodal understanding and generation - Wang, Yibin et al., 2025. arXiv:2503.05236
Unified multimodal chain-of-thought reward model through reinforcement fine-tuning - Wang, Yibin et al., 2025. arXiv:2505.03318
Generalist Reward Models: Found Inside Large Language Models - Li, Yi-Chen et al., 2025. arXiv:2506.23235
Reward Inside the Model: A Lightweight Hidden-State Reward Model for LLM's Best-of-N sampling - Guo, Jizhou, Wu, Zhaomin, Yu, Philip S, 2025. arXiv:2505.12225
Vilbench: A suite for vision-language process reward modeling - Tu, Haoqin et al., 2025. arXiv:2503.20271
Vrprm: Process reward modeling via visual reasoning - Chen, Xinquan et al., 2025. arXiv:2508.03556
Benchmarking multimodal cot reward model stepwise by visual program - Gao, Minghe et al., 2025. arXiv:2504.06606
Visualprm: An effective process reward model for multimodal reasoning - Wang, Weiyun et al., 2025. arXiv:2503.10291
Athena: Enhancing Multimodal Reasoning with Data-efficient Process Reward Models - Wang, Shuai et al., 2025. arXiv:2506.09532
DreamPRM: Domain-Reweighted Process Reward Model for Multimodal Reasoning - Cao, Qi et al., 2025. arXiv:2505.20241
DreamPRM-1.5: Unlocking the Potential of Each Instance for Multimodal Process Reward Model Training - Cao, Qi, Xie, Pengtao, 2025. arXiv:2509.05542
Vlrmbench: A comprehensive and challenging benchmark for vision-language reward models - Ruan, Jiacheng et al., 2025. arXiv:2503.07478
Multimodal rewardbench: Holistic evaluation of reward models for vision language models - Yasunaga, Michihiro, Zettlemoyer, Luke, Ghazvininejad, Marjan, 2025. arXiv:2502.14191
VL-RewardBench: A Challenging Benchmark for Vision-Language Generative Reward Models - Li, Lei et al., 2025. Proceedings of the Computer Vision and Pattern Recognition Conference
Libra: Assessing and improving reward model by learning to think - Zhou, Meng et al., 2025. arXiv:2507.21645
Med-RewardBench: Benchmarking Reward Models and Judges for Medical Multimodal Large Language Models - Ding, Meidan et al., 2025. arXiv:2508.21430
RewardBench 2: Advancing Reward Model Evaluation - Malik, Saumya et al., 2025. arXiv:2506.01937
Agent-RewardBench: Towards a Unified Benchmark for Reward Modeling across Perception, Planning, and Safety in Real-World Multimodal Agents - Men, Tianyi et al., 2025. arXiv:2506.21252
Error Typing for Smarter Rewards: Improving Process Reward Models with Error-Aware Hierarchical Supervision - Pala, Tej Deep et al., 2025. arXiv:2505.19706
Uncertainty and influence aware reward model refinement for reinforcement learning from human feedback - Sun, Zexu et al., 2025. The Thirteenth International Conference on Learning Representations
Training Vision-Language Process Reward Models for Test-Time Scaling in Multimodal Reasoning: Key Insights and Lessons Learned - Ong, Brandon et al., 2025. arXiv:2509.23250
Reinforce++: An efficient rlhf algorithm with robustness to both prompt and reward models - Hu, Jian et al., 2025. arXiv:2501.03262
Discriminative Policy Optimization for Token-Level Reward Models - Chen, Hongzhan et al., 2025. arXiv:2505.23363
Sequence to sequence reward modeling: Improving rlhf by language feedback - Zhou, Jiayi et al., 2025. Proceedings of the AAAI Conference on Artificial Intelligence
Reusing Embeddings: Reproducible Reward Model Research in Large Language Model Alignment without GPUs - Sun, Hao et al., 2025. arXiv:2502.04357
Reinforcement learning from human feedback - Lambert, Nathan, 2025. arXiv:2504.12501
Reward shaping to mitigate reward hacking in rlhf - Fu, Jiayi et al., 2025. arXiv:2502.18770
The energy loss phenomenon in rlhf: A new perspective on mitigating reward hacking - Miao, Yuchun et al., 2025. arXiv:2501.19358
StructVRM: Aligning Multimodal Reasoning with Structured and Verifiable Reward Models - Zhang, Xiangxiang et al., 2025. arXiv:2508.05383
From captions to rewards (carevl): Leveraging large language model experts for enhanced reward modeling in large vision-language models - Dai, Muzhi et al., 2025. arXiv:2503.06260
EQA-RM: A Generative Embodied Reward Model with Test-time Scaling - Chen, Yuhang, Tan, Zhen, Chen, Tianlong, 2025. arXiv:2506.10389
Fluent and Accurate Image Captioning with a Self-Trained Reward Model - Moratelli, Nicholas et al., 2025. International Conference on Pattern Recognition
Safe RLHF-V: Safe Reinforcement Learning from Multi-modal Human Feedback - Ji, Jiaming et al., 2025. arXiv:2503.17682
Rovrm: A robust visual reward model optimized via auxiliary textual preference data - Wang, Chenglong et al., 2025. Proceedings of the AAAI Conference on Artificial Intelligence
Internlm-xcomposer2. 5-reward: A simple yet effective multi-modal reward model - Zang, Yuhang et al., 2025. arXiv:2501.12368
Generative RLHF-V: Learning Principles from Multi-modal Human Preference - Zhou, Jiayi et al., 2025. arXiv:2505.18531
BaseReward: A Strong Baseline for Multimodal Reward Model - Zhang, Yi-Fan et al., 2025. arXiv:2509.16127
Cycle Consistency as Reward: Learning Image-Text Alignment without Human Preferences - Bahng, Hyojin et al., 2025. arXiv:2506.02095
Scalable ranked preference optimization for text-to-image generation - Karthik, Shyamgopal et al., 2025. Proceedings of the IEEE/CVF International Conference on Computer Vision
Calibrated multi-preference optimization for aligning diffusion models - Lee, Kyungmin et al., 2025. Proceedings of the Computer Vision and Pattern Recognition Conference
Onereward: Unified mask-guided image generation via multi-task human preference learning - Gong, Yuan et al., 2025. arXiv:2508.21066
Pref-grpo: Pairwise preference reward-based grpo for stable text-to-image reinforcement learning - Wang, Yibin et al., 2025. arXiv:2508.20751
Boosting chart-to-code generation in mllm via dual preference-guided refinement - Zhang, Zhihan, Cao, Yixin, Liao, Lizi, 2025. arXiv:2504.02906
Multimodal LLMs as Customized Reward Models for Text-to-Image Generation - Zhou, Shijie et al., 2025. Proceedings of the IEEE/CVF International Conference on Computer Vision
Robust reinforcement learning from human feedback for large language models fine-tuning - Ye, Kai et al., 2025. arXiv:2504.03784
Efficient process reward model training via active learning - Duan, Keyu et al., 2025. arXiv:2504.10559
PaTaRM: Bridging Pairwise and Pointwise Signals via Preference-Aware Task-Adaptive Reward Modeling - Jian, Ai et al., 2025. arXiv:2510.24235
FreePRM: Training Process Reward Models Without Ground Truth Process Labels - Sun, Lin et al., 2025. arXiv:2506.03570
Self-Correcting Reasoning with Reward Model: Enhancing Test-Time Scaling Through Iterative Feedback - Author1, FirstName, Author2, LastName, 2025. Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)
LongRM: Revealing and Unlocking the Context Boundary of Reward Modeling - Zecheng Tang et al., 2025. ArXiv
Lost in the Context: Insufficient and Distracted Attention to Contexts in Preference Modeling - Dou, Shihan and Chen, Jiayi and Huang, Chenhao and Chen, Feng and Chengzhi, Wei and Zheng, Huiyuan and Liu, Shichun and Liu, Yan and Liu, Chenxiao and Xin, Chao and Yan, Lin and Zhang, Zongzhang and Gui, Tao and Zhang, Qi and Huang, Xuanjing, 2025. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
LongRM: Revealing and Unlocking the Context Boundary of Reward Modeling - Zecheng Tang et al., 2025. arXiv:2510.06915
Warm: On the benefits of weight averaged reward models - Ram{'e, 2024. arXiv:2401.12187
Advancing llm reasoning generalists with preference trees - Yuan, Lifan et al., 2024. arXiv:2404.02078
How to evaluate reward models for rlhf - Frick, Evan et al., 2024. arXiv:2410.14872
Interpretable preferences via multi-objective reward modeling and mixture-of-experts - Wang, Haoxiang et al., 2024. arXiv:2406.12845
Metametrics: Calibrating metrics for generation tasks using human preferences - Winata, Genta Indra et al., 2024. arXiv:2410.02381
Learning multi-dimensional human preference for text-to-image generation - Zhang, Sixian et al., 2024. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Generative verifiers: Reward modeling as next-token prediction - Zhang, Lunjun et al., 2024. arXiv:2408.15240
Generative reward models - Mahan, Dakota et al., 2024. arXiv:2410.12832
MJ-bench: Is your multimodal reward model really a good judge for text-to-image generation? - Chen, Zhaorun et al., 2024. arXiv:2407.04842
Acemath: Advancing frontier math reasoning with post-training and reward modeling - Liu, Zihan et al., 2024. arXiv:2412.15084
Evaluating robustness of reward models for mathematical reasoning - Kim, Sunghwan et al., 2024. arXiv:2410.01729
Rewardbench: Evaluating reward models for language modeling - Lambert, Nathan et al., 2024. arXiv:2403.13787
Rag-rewardbench: Benchmarking reward models in retrieval augmented generation for preference alignment - Jin, Zhuoran et al., 2024. arXiv:2412.13746
RMB: Comprehensively benchmarking reward models in LLM alignment - Zhou, Enyu et al., 2024. arXiv:2410.09893
M-RewardBench: Evaluating reward models in multilingual settings - Gureja, Srishti et al., 2024. arXiv:2410.15522
Rm-bench: Benchmarking reward models of language models with subtlety and style - Liu, Yantao et al., 2024. arXiv:2410.16184
Skywork-reward: Bag of tricks for reward modeling in llms - Liu, Chris Yuhao et al., 2024. arXiv:2410.18451
Self-generated critiques boost reward modeling for language models - Yu, Yue et al., 2024. arXiv:2411.16646
Rrm: Robust reward model training mitigates reward hacking - Liu, Tianqi et al., 2024. arXiv:2409.13156
Improving machine translation with human feedback: An exploration of quality estimation as a reward model - He, Zhiwei et al., 2024. arXiv:2401.12873
Batch active learning of reward functions from human preferences - Biyik, Erdem, Anari, Nima, Sadigh, Dorsa, 2024. ACM Transactions on Human-Robot Interaction
Simpo: Simple preference optimization with a reference-free reward - Meng, Yu, Xia, Mengzhou, Chen, Danqi, 2024. Advances in Neural Information Processing Systems
Tlcr: Token-level continuous reward for fine-grained reinforcement learning from human feedback - Yoon, Eunseop et al., 2024. arXiv:2407.16574
T-reg: Preference optimization with token-level reward regularization - Zhou, Wenxuan et al., 2024. arXiv:2412.02685
Rewards-in-context: Multi-objective alignment of foundation models with dynamic preference adjustment - Yang, Rui et al., 2024. arXiv:2402.10207
Advancing Process Verification for Large Language Models via Tree-Based Preference Learning - He, Mingqian et al., 2024. EMNLP
Vlrm: Vision-language models act as reward models for image captioning - Dzabraev, Maksim, Kunitsyn, Alexander, Ivaniuta, Andrei, 2024. arXiv:2404.01911
Tldr: Token-level detective reward model for large vision language models - Fu, Deqing et al., 2024. arXiv:2410.04734
Diffusion model alignment using direct preference optimization - Wallace, Bram et al., 2024. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
A dense reward view on aligning text-to-image diffusion with preference - Yang, Shentao, Chen, Tianqi, Zhou, Mingyuan, 2024. arXiv:2402.08265
Musicrl: Aligning music generation to human preferences - Cideron, Geoffrey et al., 2024. arXiv:2402.04229
Baton: Aligning text-to-audio model with human preference feedback - Liao, Huan et al., 2024. arXiv:2402.00744
Self-Generated Critiques Boost Reward Modeling for Language Models - Yue Yu et al., 2024. arXiv:2411.16646
RM-R1: Reward Modeling as Reasoning - Author1, FirstName, Author2, LastName, 2024. Journal of Artificial Intelligence
Unified Multimodal Chain-of-Thought Reward Model through Reinforcement Fine-Tuning - Author1, FirstName, Author2, LastName, 2024. Proceedings of the Neural Information Processing Systems (NeurIPS)
DPRM: A Dual Implicit Process Reward Model in Multi-Hop Question Answering - Author1, FirstName, Author2, LastName, 2024. Journal of Machine Learning Research
Reward Modeling and Chain-of-Thought in Large Language Models - Author1, FirstName, Author2, LastName, 2024. Proceedings of the Conference on Neural Information Processing Systems (NeurIPS)
Human preference score v2: A solid benchmark for evaluating human preferences of text-to-image synthesis - Wu, Xiaoshi et al., 2023. arXiv:2306.09341
Pick-a-pic: An open dataset of user preferences for text-to-image generation - Kirstain, Yuval et al., 2023. Advances in neural information processing systems
Reward-augmented decoding: Efficient controlled text generation with a unidirectional reward model - Deng, Haikang, Raffel, Colin, 2023. arXiv:2310.09520
Let's reward step by step: Step-Level reward model as the Navigators for Reasoning - Ma, Qianli et al., 2023. arXiv:2310.10080
Rlaif: Scaling reinforcement learning from human feedback with ai feedback - Lee, Harrison et al., 2023.
Direct preference optimization: Your language model is secretly a reward model - Rafailov, Rafael et al., 2023. Advances in neural information processing systems
Vision-language models are zero-shot reward models for reinforcement learning - Rocamonde, Juan et al., 2023. arXiv:2310.12921
Training a helpful and harmless assistant with reinforcement learning from human feedback - Bai, Yuntao et al., 2022. arXiv:2204.05862
Uncertainty estimation for language reward models - Gleave, Adam, Irving, Geoffrey, 2022. arXiv:2203.07472
Active preference-based gaussian process regression for reward learning - B{\i, 2020. arXiv:2005.02575
Fine-tuning language models from human preferences - Ziegler, Daniel M et al., 2019. arXiv:1909.08593
Deep reinforcement learning from human preferences - Christiano, Paul F et al., 2017. Advances in neural information processing systems
Active preference-based learning of reward functions - Sadigh, Dorsa et al., 2017.
Active Reward Modeling: Adaptive Preference Labeling for Large Language Model Alignment - Shen, Yunyi, Sun, Hao, Ton, Jean-Francois, . Forty-second International Conference on Machine Learning
R1-Reward: Training Multimodal Reward Model Through Stable Reinforcement Learning - Learning, Through Stable Reinforcement, . Policy
Reward Auditor: Inference on Reward Modeling Suitability in Real-World Perturbed Scenarios - Zang, Jianxiang et al., 2025. arXiv:2512.00920
If this project helps your research, please cite our paper:
@article{awesomerm2025,
title={Good Teachers, Better Students: A Survey of Reward Models for LLM},
author={[Author List]},
journal={arXiv preprint arXiv:XXXX.XXXXX},
year={2025}
}
We welcome community contributions! To add papers, fix errors, or improve content:
git checkout -b feature/your-contribution)git commit -m 'Add some papers')git push origin feature/your-contribution)Please follow this format when adding papers:
- **[Paper Title](arXiv link)** - Brief description (1-2 sentences)
- Authors, Conference/Journal, Year
- Key contributions: [List 1-3 points]
- Code: [GitHub link if available]
This project is licensed under the MIT License.
Thanks to all researchers and developers contributing to the reward models field. Special thanks to:
⭐ If this project helps you, please give us a Star! ⭐
Made with ❤️ by the AwesomeRM Team
Python
37.0%
JavaScript
25.9%
CSS
20.3%
HTML
14.6%
Shell
2.2%