paper-with-me

Papers

Group Preference Optimization: Few-Shot Alignment of Large Language Models

2023-10-17 · Siyan Zhao, John Dang, Aditya Grover

Many applications of large language models (LLMs), ranging from chatbots to creative writing, require nuanced subjective judgments that can differ significantly across different groups. Existing alignment algorithms can be expensive to align for each group, requiring prohibitive amounts of group-specific preference data and computation for real-world use cases. We introduce Group Preference Optimization (GPO), an alignment framework that steers language models to preferences of individual groups in a few-shot manner. In GPO, we augment the base LLM with an independent transformer module trained to predict the preferences of a group for the LLM generations. For few-shot learning, we parameterize this module as an in-context autoregressive transformer and train it via meta-learning on several groups. We empirically validate the efficacy of GPO through rigorous evaluations using LLMs with varied sizes on three human opinion adaptation tasks. These tasks involve adapting to the preferences of US demographic groups, global countries, and individual users. Our results demonstrate that GPO not only aligns models more accurately but also requires fewer group-specific preferences, and less training and inference computing resources, outperforming existing strategies such as in-context steering and fine-tuning methods.

📄 PDF Abstract BibTeX arXiv:2310.11523

Code (1)

jamqd/Group-Preference-Optimization 공식 구현 pytorch

Tasks

Few-Shot LearningMeta-Learning

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…
BASE 설명 없음

Similar Papers 제목 키워드 기반

GEM: Generative Entropy-Guided Preference Modeling for Few-shot Alignment of LLMs

2025-11-17 · Yiyang Zhao, Huiyu Bai, Xuejiao Zhao arxiv

Alignment of large language models (LLMs) with human preferences typically relies on supervised reward models or external judges that demand abundant annotations. However, in fields that rely on professional knowledge, s…

Mathematical ReasoningDecision Making

No Preference Left Behind: Group Distributional Preference Optimization

2024-12-28 · Binwei Yao, Zefan Cai, Yun-Shiuan Chuang, Shanglin Yang 외

Preferences within a group of people are not uniform but follow a distribution. While existing alignment methods like Direct Preference Optimization (DPO) attempt to steer models to reflect human preferences, they strugg…

DiversityLanguage ModelingLanguage Modelling

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

GroupDPO: Memory efficient Group-wise Direct Preference Optimization

2026-04-17 · Jixuan Leng, Si Si, Hsiang-Fu Yu, Vinod Raman 외 arxiv

Preference optimization is widely used to align Large Language Models (LLMs) with preference feedback. However, most existing methods train on a single positive-negative pair per prompt, discarding additional supervision…

Personalized Group Relative Policy Optimization for Heterogenous Preference Alignment

2026-02-17 · Jialu Wang, Heinrich Peters, Asad A. Butt, Navid Hashemi 외 arxiv

Despite their sophisticated general-purpose capabilities, Large Language Models (LLMs) often fail to align with diverse individual preferences because standard post-training methods, like Reinforcement Learning with Huma…

Reinforcement Learning