paper-with-me

홈 › Papers

Group Robust Preference Optimization in Reward-free RLHF

2024-05-30 · Shyam Sundhar Ramesh, Yifan Hu, Iason Chaimalas, Viraj Mehta, Pier Giuseppe Sessa, Haitham Bou Ammar, Ilija Bogunovic

Adapting large language models (LLMs) for specific tasks usually involves fine-tuning through reinforcement learning with human feedback (RLHF) on preference data. While these data often come from diverse labelers' groups (e.g., different demographics, ethnicities, company teams, etc.), traditional RLHF approaches adopt a "one-size-fits-all" approach, i.e., they indiscriminately assume and optimize a single preference model, thus not being robust to unique characteristics and needs of the various groups. To address this limitation, we propose a novel Group Robust Preference Optimization (GRPO) method to align LLMs to individual groups' preferences robustly. Our approach builds upon reward-free direct preference optimization methods, but unlike previous approaches, it seeks a robust policy which maximizes the worst-case group performance. To achieve this, GRPO adaptively and sequentially weights the importance of different groups, prioritizing groups with worse cumulative loss. We theoretically study the feasibility of GRPO and analyze its convergence for the log-linear policy class. By fine-tuning LLMs with GRPO using diverse group-based global opinion data, we significantly improved performance for the worst-performing groups, reduced loss imbalances across groups, and improved probability accuracies compared to non-robust baselines.

📄 PDF Abstract BibTeX arXiv:2405.20304

Code (2)

rsshyam/Group-robust-preference-optimization 공식 구현 pytorch
rsshyam/Group-robust-preference-optimization-bandits 공식 구현

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Projection Optimization: A General Framework for Multi-Objective and Multi-Group RLHF

2025-02-21 · Nuoya Xiong, Aarti Singh

Reinforcement Learning with Human Feedback (RLHF) is a widely used fine-tuning approach that aligns machine learning model, particularly Language Model (LM) with human preferences. There are typically multiple objectives…

SharedRep-RLHF: A Shared Representation Approach to RLHF with Diverse Preferences

2025-09-03 · Arpan Mukherjee, Marcello Bullo, Deniz Gündüz arxiv

Uniform-reward reinforcement learning from human feedback (RLHF), which trains a single reward model to represent the preferences of all annotators, fails to capture the diversity of opinions across sub-populations, inad…

Reinforcement Learning

APPA: Adaptive Preference Pluralistic Alignment for Fair Federated RLHF of LLMs

2026-04-05 · Mahmoud Srewa, Tianyu Zhao, Salma Elmalaki arxiv

Aligning large language models (LLMs) with diverse human preferences requires pluralistic alignment, where a single model must respect the values of multiple distinct groups simultaneously. In federated reinforcement lea…

Reinforcement Learning

Beyond One-Preference-Fits-All Alignment: Multi-Objective Direct Preference Optimization

2023-10-05 · Zhanhui Zhou, Jie Liu, Jing Shao, Xiangyu Yue 외

A single language model, even when aligned with labelers through reinforcement learning from human feedback (RLHF), may not suit all human preferences. Recent approaches therefore prefer customization, gathering multi-di…

AllLanguage ModelingLanguage ModellingLong Form Question Answering+2

Filtered Direct Preference Optimization

2024-04-22 · Tetsuro Morimura, Mitsuki Sakamoto, Yuu Jinnai, Kenshi Abe 외

Reinforcement learning from human feedback (RLHF) plays a crucial role in aligning language models with human preferences. While the significance of dataset quality is generally recognized, explicit investigations into i…