paper-with-me

Papers

Meta-Aligner: Bidirectional Preference-Policy Optimization for Multi-Objective LLMs Alignment

2026-04-27 · Wenzhe Xu, Biao Liu, Yiyang Sun, Xin Geng, Ning Xu arxiv

Multi-Objective Alignment aims to align Large Language Models (LLMs) with diverse and often conflicting human values by optimizing multiple objectives simultaneously. Existing methods predominantly rely on static preference weight construction strategies. However, rigidly aligning to fixed targets discards valuable intermediate information, as training responses inherently embody valid preference trade-offs even when deviating from the target. To address this limitation, we propose Meal, i.e., MEta ALigner, a bi-level meta-learning framework enabling bidirectional optimization between preferences and policy responses, generating instructive dynamic preferences for steadier training. Specifically, we introduce a preference-weight-net as a meta-learner to generate adaptive preference weights based on input prompts and update the preference weights as learnable parameters, while the LLM policy acts as a base-learner optimizing response generation conditioned on these preferences with rejection sampling strategy. Extensive empirical results demonstrate that our method achieves superior performance on several multi-objective benchmarks, validating the effectiveness of the dynamic bidirectional preference-policy optimization framework.

📄 PDF Abstract BibTeX arXiv:2604.24178

Code (0)

등록된 구현이 없습니다.

Tasks

Response Generation

Similar Papers 제목 키워드 기반

MetaAligner: Towards Generalizable Multi-Objective Alignment of Language Models

2024-03-25 · Kailai Yang, Zhiwei Liu, Qianqian Xie, Jimin Huang 외

Recent advancements in large language models (LLMs) focus on aligning to heterogeneous human expectations and values via multi-objective preference alignment. However, existing methods are dependent on the policy model p…

GPUIn-Context Learning

COMAL: A Convergent Meta-Algorithm for Aligning LLMs with General Preferences

2024-10-30 · Yixin Liu, Argyris Oikonomou, Weiqiang Zheng, Yang Cai 외

Many alignment methods, including reinforcement learning from human feedback (RLHF), rely on the Bradley-Terry reward assumption, which is insufficient to capture the full range of general human preferences. To achieve r…

Language ModelingLanguage Modelling

NeMo-Aligner: Scalable Toolkit for Efficient Model Alignment

2024-05-02 · Gerald Shen, Zhilin Wang, Olivier Delalleau, Jiaqi Zeng 외

Aligning Large Language Models (LLMs) with human values and preferences is essential for making them helpful and safe. However, building efficient tools to perform alignment can be challenging, especially for the largest…

modelparameter-efficient fine-tuning

Alignment through Meta-Weighted Online Sampling: Bridging the Gap between Data Generation and Preference Optimization

2025-09-27 · Junming Yang, Ning Xu, Biao Liu, Shiqi Qiao 외 arxiv

Preference optimization is crucial for aligning large language models (LLMs) with human values and intentions. A significant challenge in this process is the distribution mismatch between pre-collected offline preference…

Forward KL Regularized Preference Optimization for Aligning Diffusion Policies

2024-09-09 · Zhao Shan, Chenyou Fan, Shuang Qiu, Jiyuan Shi 외

Diffusion models have achieved remarkable success in sequential decision-making by leveraging the highly expressive model capabilities in policy learning. A central problem for learning diffusion policies is to align the…

D4RLDecision MakingReinforcement Learning (RL)Sequential Decision Making