paper-with-me

Papers

Beyond Scalar Reward Model: Learning Generative Judge from Preference Data

2024-10-01 · Ziyi Ye, Xiangsheng Li, Qiuchi Li, Qingyao Ai, Yujia Zhou, Wei Shen, Dong Yan, Yiqun Liu

Learning from preference feedback is a common practice for aligning large language models~(LLMs) with human value. Conventionally, preference data is learned and encoded into a scalar reward model that connects a value head with an LLM to produce a scalar score as preference or reward. However, scalar models lack interpretability and are known to be susceptible to biases in datasets. This paper investigates leveraging the generation capability of LLMs to address both limitations in one shot. Specifically, we prompt the pre-trained LLM to generate positive and negative judgments, both supported with rationales in natural language form. The self-generated contrastive judgment pairs are used to train the generative judge with Direct Preference Optimization (DPO). This proposal of training the generative Judge using self-generated Contrastive judgments (Con-J) ensures natural interpretability due to the generated rationales together with the judgments, as well as high robustness against bias without the need for an additional reward head. Experimental results show that the performance of Con-J is comparable to the scalar reward model trained on the same collection of preference data, and demonstrate its superior interpretability and robustness in encoding human preferences.

📄 PDF Abstract BibTeX arXiv:2410.03742

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Auto-Rubric as Reward: From Implicit Preferences to Explicit Multimodal Generative Criteria

2026-05-08 · Juanxi Tian, Fengyuan Liu, Jiaming Han, Yilei Jiang 외 arxiv

Aligning multimodal generative models with human preferences demands reward signals that respect the compositional, multi-dimensional structure of human judgment. Prevailing RLHF approaches reduce this structure to scala…

Text-to-Image GenerationImage Editing

Pareto-Optimal Offline Reinforcement Learning via Smooth Tchebysheff Scalarization

2026-04-14 · Aadyot Bhatnagar, Peter Mørch Groth, Ali Madani arxiv

Large language models can be aligned with human preferences through offline reinforcement learning (RL) on small labeled datasets. While single-objective alignment is well-studied, many real-world applications demand the…

Reinforcement LearningOffline RL

Z-Reward: Beyond Scalar Rewards by Internalizing Reasoning into Score Distributions

2026-06-08 · Xin Jin, Huanqia Cai, Zhen Li, Zechao Zhan 외 arxiv

Reward models are central to text-to-image post-training, but visual preference is subjective and better represented as a distribution over rubric scores than as a deterministic scalar. Existing scalar, score-token, and …

AdaJudge: Adaptive Multi-Perspective Judging for Reward Modeling

2026-01-13 · Yongliang Miao, Yangyang Liang, Mengnan Du arxiv

Reward modeling is essential for aligning large language models with human preferences, yet predominant architectures rely on a static pooling strategy to condense sequences into scalar scores. This paradigm, however, su…

LLM-as-a-Coach: Experiential Learning for Non-Verifiable Tasks

2026-07-20 · Tianzhu Ye, Li Dong, Guanheng Chen, He Zhu 외 hf

Reinforcement learning (RL) on open-ended tasks compresses an LLM's rubric-based evaluation into a scalar reward, discarding rich textual feedback and conflating responses with distinct quality profiles. We propose Exper…

Reinforcement Learning