paper-with-me

홈 › Papers

PaTaRM: Bridging Pairwise and Pointwise Signals via Preference-Aware Task-Adaptive Reward Modeling

2025-10-28 · Ai Jian, Jingqing Ruan, Xing Ma, Xiaoyun Zhang, Dailin Li, Weipeng Zhang, Ke Zeng, Xunliang Cai arxiv

Reward models (RMs) are central to reinforcement learning from human feedback (RLHF), providing the critical supervision signals that align large language models (LLMs) with human preferences. Generative reward models (GRMs) provide greater interpretability than traditional scalar RMs, but they come with a critical trade-off: pairwise methods are hindered by a training-inference mismatch, while pointwise methods require expensive absolute annotations. To bridge this gap, we propose the Preference-aware Task-adaptive Reward Model (PaTaRM). Unlike prior approaches, PaTaRM enables robust pointwise training using readily available pairwise data via a novel Preference-Aware Reward (PAR) mechanism, eliminating the need for explicit rating labels. Furthermore, it incorporates a Task-Adaptive Rubric system that dynamically generates instance-specific criteria for precise evaluation. Extensive experiments demonstrate that PATRM achieves a 8.7% average improvement on RewardBench and RMBench across Qwen3-8B/14B models. Crucially, it boosts downstream RLHF performance by an average relative improvement of 13.6% across IFEval and InFoBench, validating its effectiveness for policy alignment. Our code is available at https://github.com/JaneEyre0530/PaTaRM.

📄 PDF Abstract BibTeX arXiv:2510.24235

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

IRPM: Intergroup Relative Preference Modeling for Pointwise Generative Reward Models

2026-01-02 · Haonan Song, Qingchen Xie, Huan Zhu, Feng Xiao 외 arxiv

Generative Reward Models (GRMs) have demonstrated strong performance in reward modeling, due to their interpretability and potential for refinement through reinforcement learning (RL). However, widely used pairwise GRMs …

Reinforcement Learning

RUBRIC-ARROW: Alternating Pointwise Rubric Reward Modeling for LLM Post-training in Non-verifiable Domains

2026-05-27 · Haoxiang Jiang, Zihan Dong, Tianci Liu, Wanying Wang 외 arxiv

Pointwise reward modeling offers critical signals for LLM post-training, yet struggles with absolute scoring in subjective, non-verifiable settings. Rubric-based methods address this by decomposing evaluation into explic…

The Comparative Trap: Pairwise Comparisons Amplifies Biased Preferences of LLM Evaluators

2024-06-18 · Hawon Jeong, ChaeHun Park, Jimin Hong, Hojoon Lee 외

As large language models (LLMs) are increasingly used as evaluators for natural language generation tasks, ensuring unbiased assessments is essential. However, LLM evaluators often display biased preferences, such as fav…

Instruction FollowingText Generation

Bridging and Modeling Correlations in Pairwise Data for Direct Preference Optimization

2024-08-14 · Yuxin Jiang, Bo Huang, YuFei Wang, Xingshan Zeng 외

Direct preference optimization (DPO), a widely adopted offline preference optimization algorithm, aims to align large language models (LLMs) with human-desired behaviors using pairwise preference data. However, the winni…

InformativenessInstruction FollowingMath

Think-RM: Enabling Long-Horizon Reasoning in Generative Reward Models

2025-05-22 · Ilgee Hong, Changlong Yu, Liang Qiu, Weixiang Yan 외

Reinforcement learning from human feedback (RLHF) has become a powerful post-training paradigm for aligning large language models with human preferences. A core challenge in RLHF is constructing accurate reward signals, …

Reinforcement Learning (RL)