paper-with-me

홈 › Papers

ReflectRM: Boosting Generative Reward Models via Self-Reflection within a Unified Judgment Framework

2026-04-08 · Kai Qin, Liangxin Liu, Yu Liang, Longzheng Wang, Yan Wang, Yueyang Zhang, Long Xia, Zhiyuan Sun, Houde Liu, Daiting Shi arxiv

Reward Models (RMs) are critical components in the Reinforcement Learning from Human Feedback (RLHF) pipeline, directly determining the alignment quality of Large Language Models (LLMs). Recently, Generative Reward Models (GRMs) have emerged as a superior paradigm, offering higher interpretability and stronger generalization than traditional scalar RMs. However, existing methods for GRMs focus primarily on outcome-level supervision, neglecting analytical process quality, which constrains their potential. To address this, we propose ReflectRM, a novel GRM that leverages self-reflection to assess analytical quality and enhance preference modeling. ReflectRM is trained under a unified generative framework for joint modeling of response preference and analysis preference. During inference, we use its self-reflection capability to identify the most reliable analysis, from which the final preference prediction is derived. Experiments across four benchmarks show that ReflectRM consistently improves performance, achieving an average accuracy gain of +3.7 on Qwen3-4B. Further experiments confirm that response preference and analysis preference are mutually reinforcing. Notably, ReflectRM substantially mitigates positional bias, yielding +10.2 improvement compared with leading GRMs and establishing itself as a more stable evaluator. Our code is available at https://github.com/yuliangCarmelo/ReflectRM.

📄 PDF Abstract BibTeX arXiv:2604.07506

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ReflectEvo: Improving Meta Introspection of Small LLMs by Learning Self-Reflection

2025-05-22 · Jiaqi Li, Xinyi Dong, Yang Liu, Zhizhuo Yang 외

We present a novel pipeline, ReflectEvo, to demonstrate that small language models (SLMs) can enhance meta introspection through reflection learning. This process iteratively generates self-reflection for self-training, …

CAMEL: Confidence-Gated Reflection for Reward Modeling

2026-02-24 · Zirui Zhu, Hailun Xu, Yang Luo, Yong Liu 외 arxiv

Reward models play a fundamental role in aligning large language models with human preferences. Existing methods predominantly follow two paradigms: scalar discriminative preference models, which are efficient but lack i…

Reinforcement Learning

LeanPO: Lean Preference Optimization for Likelihood Alignment in Video-LLMs

2025-06-05 · Xiaodong Wang, Jinfa Huang, Li Yuan, Peixi Peng

Most Video Large Language Models (Video-LLMs) adopt preference alignment techniques, e.g., DPO~\citep{rafailov2024dpo}, to optimize the reward margin between a winning response ($y_w$) and a losing response ($y_l$). Howe…

Teaching Large Reasoning Models Effective Reflection

2026-01-19 · Hanbin Wang, Jingwei Song, Jinpeng Li, Qi Zhu 외 arxiv

Large Reasoning Models (LRMs) have recently shown impressive performance on complex reasoning tasks, often by engaging in self-reflective behaviors such as self-critique and backtracking. However, not all reflections are…

Reinforcement Learning

SPARK: Synergistic Policy And Reward Co-Evolving Framework

2025-09-26 · Ziyu Liu, Yuhang Zang, Shengyuan Ding, Yuhang Cao 외 arxiv

Recent Large Language Models (LLMs) and Large Vision-Language Models (LVLMs) increasingly use Reinforcement Learning (RL) for post-pretraining, such as RL with Verifiable Rewards (RLVR) for objective tasks and RL from Hu…

Reinforcement Learning