paper-with-me

홈 › Papers

What is the Alignment Objective of GRPO?

2025-02-25 · Milan Vojnovic, Se-Young Yun

In this note, we examine the aggregation of preferences achieved by the Group Policy Optimisation (GRPO) algorithm, a reinforcement learning method used to train advanced artificial intelligence models such as DeepSeek-R1-Zero and DeepSeekMath. The GRPO algorithm trains a policy using a reward preference model, which is computed by sampling a set of outputs for a given context, observing the corresponding rewards, and applying shift-and-scale normalisation to these reward values. Additionally, it incorporates a penalty function to discourage deviations from a reference policy. We present a framework that enables us to characterise the stationary policies of the GRPO algorithm. This analysis reveals that the aggregation of preferences differs fundamentally from standard logarithmic pooling, which is implemented by other approaches such as RLHF. The precise form of preference aggregation arises from the way the reward preference model is defined and from the penalty function, which we show to essentially correspond to the reverse Kullback-Leibler (KL) divergence between the aggregation policy and the reference policy. Interestingly, we demonstrate that for groups of size two, the reward preference model corresponds to pairwise comparison preferences, similar to those in other alignment methods based on pairwise comparison feedback. We provide explicit characterisations of the aggregate preference for binary questions, for groups of size two, and in the limit of large group size. This provides insights into the dependence of the aggregate preference on parameters such as the regularisation constant and the confidence margin of question answers. Finally, we discuss the aggregation of preferences obtained by modifying the GRPO algorithm to use direct KL divergence as the penalty or to use rewards without scale normalisation.

📄 PDF Abstract BibTeX arXiv:2502.18548

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Humanline: Online Alignment as Perceptual Loss

2025-09-29 · Sijia Liu, Niklas Muennighoff, Kawin Ethayarajh arxiv

Online alignment (e.g., GRPO) is generally more performant than offline alignment (e.g., DPO) -- but why? Drawing on prospect theory from behavioral economics, we propose a human-centric explanation. We prove that online…

f-GRPO and Beyond: Divergence-Based Reinforcement Learning Algorithms for General LLM Alignment

2026-02-05 · Rajdeep Haldar, Lantao Mei, Guang Lin, Yue Xing 외 arxiv

Recent work shows that preference alignment objectives can be interpreted as divergence estimators between aligned (preferred) & unaligned (less-preferred) distributions, yielding a principled recipe for designing alignm…

Reinforcement Learning

Optimizing Safe and Aligned Language Generation: A Multi-Objective GRPO Approach

2025-03-26 · Xuying Li, Zhuo Li, Yuji Kosuga, Victor Bian

Aligning large language models (LLMs) with human values and safety constraints is challenging, especially when objectives like helpfulness, truthfulness, and avoidance of harm conflict. Reinforcement Learning from Human …

Text Generation

FedMOA: Federated GRPO for Personalized Reasoning LLMs under Heterogeneous Rewards

2026-01-31 · Ziyao Wang, Daeun Jung, Yexiao He, Guoheng Sun 외 arxiv

Group Relative Policy Optimization (GRPO) has recently emerged as an effective approach for improving the reasoning capabilities of large language models through online multi-objective reinforcement learning. While perso…

Reinforcement LearningMathematical ReasoningFederated LearningCode Generation

Alignment Faking - the Train -> Deploy Asymmetry: Through a Game-Theoretic Lens with Bayesian-Stackelberg Equilibria

2025-11-22 · Kartik Garg, Shourya Mishra, Kartikeya Sinha, Ojaswi Pratap Singh 외 arxiv

Alignment faking is a form of strategic deception in AI in which models selectively comply with training objectives when they infer that they are in training, while preserving different behavior outside training. The phe…