paper-with-me

Papers

Rationale Matters: Learning Transferable Rubrics via Proxy-Guided Critique for VLM Reward Models

2026-03-17 · Weijie Qiu, Dai Guan, Junxin Wang, Zhihang Li, Yongbo Gai, Mengyu Zhou, Erchao Zhao, Xiaoxi Jiang, Guanjun Jiang arxiv

Generative reward models (GRMs) for vision-language models (VLMs) often evaluate outputs via a three-stage pipeline: rubric generation, criterion-based scoring, and a final verdict. However, the intermediate rubric is rarely optimized directly. Prior work typically either treats rubrics as incidental or relies on expensive LLM-as-judge checks that provide no differentiable signal and limited training-time guidance. We propose Proxy-GRM, which introduces proxy-guided rubric verification into Reinforcement Learning (RL) to explicitly enhance rubric quality. Concretely, we train lightweight proxy agents (Proxy-SFT and Proxy-RL) that take a candidate rubric together with the original query and preference pair, and then predict the preference ordering using only the rubric as evidence. The proxy's prediction accuracy serves as a rubric-quality reward, incentivizing the model to produce rubrics that are internally consistent and transferable. With ~50k data samples, Proxy-GRM reaches state-of-the-art results on the VL-Reward Bench, Multimodal Reward Bench, and MM-RLHF-Reward Bench, outperforming the methods trained on four times the data. Ablations show Proxy-SFT is a stronger verifier than Proxy-RL, and implicit reward aggregation performs best. Crucially, the learned rubrics transfer to unseen evaluators, improving reward accuracy at test time without additional training. Our code is available at https://github.com/Qwen-Applications/Proxy-GRM.

📄 PDF Abstract BibTeX arXiv:2603.16600

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Rethinking Reward Supervision: Rubric-Conditioned Self-Distillation

2026-06-17 · Siyi Gu, Jialin Chen, Sophia Zhou, Arman Cohan 외 arxiv

Post-training of reasoning language models is commonly driven by supervised distillation and reinforcement learning with verifiable rewards. Distillation often relies on chain-of-thought annotations that are expensive to…

Reinforcement Learning

Automated Refinement of Essay Scoring Rubrics for Language Models via Reflect-and-Revise

2025-10-10 · Keno Harada, Lui Yoshida, Takeshi Kojima, Yusuke Iwasawa 외 arxiv

The performance of Large Language Models (LLMs) is highly sensitive to the prompts they are given. Drawing inspiration from the field of prompt optimization, this study investigates the potential for enhancing Automated …

Automated Essay Scoring

EvoRubrics: Dynamic Rubrics as Rewards via Adversarial Co-Evolution for LLM Reinforcement Learning

2026-06-22 · Hongxin Ding, Baixiang Huang, Yue Fang, Weibin Liao 외 arxiv

Rubric-based rewards offer interpretable and fine-grained optimization signals for reinforcement learning in open-ended tasks where verifiable answers are unavailable. However, pre-constructed rubrics remain static throu…

Reinforcement Learning

A Survey on Rubric-Guided Reinforcement Learning for Language Models

2026-08-27 · Zifei Shan, Fangning Shao arxiv

Reinforcement learning from human feedback (RLHF) has become the dominant paradigm for aligning large language models (LLMs) with human preferences. However, traditional RLHF relies on scalar reward signals that lack int…

Reinforcement Learning

Investigating the Benefits of Free-Form Rationales

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Free-form rationales aim to aid model interpretability by supplying the background knowledge that can help understand model decisions. Crowdsourced rationales are provided for commonsense QA instances in popular datasets…

Form