paper-with-me

Papers

Rewards-in-Context: Multi-objective Alignment of Foundation Models with Dynamic Preference Adjustment

2024-02-15 · Rui Yang, Xiaoman Pan, Feng Luo, Shuang Qiu, Han Zhong, Dong Yu, Jianshu Chen

We consider the problem of multi-objective alignment of foundation models with human preferences, which is a critical step towards helpful and harmless AI systems. However, it is generally costly and unstable to fine-tune large foundation models using reinforcement learning (RL), and the multi-dimensionality, heterogeneity, and conflicting nature of human preferences further complicate the alignment process. In this paper, we introduce Rewards-in-Context (RiC), which conditions the response of a foundation model on multiple rewards in its prompt context and applies supervised fine-tuning for alignment. The salient features of RiC are simplicity and adaptivity, as it only requires supervised fine-tuning of a single foundation model and supports dynamic adjustment for user preferences during inference time. Inspired by the analytical solution of an abstracted convex optimization problem, our dynamic inference-time adjustment method approaches the Pareto-optimal solution for multiple objectives. Empirical evidence demonstrates the efficacy of our method in aligning both Large Language Models (LLMs) and diffusion models to accommodate diverse rewards with only around 10% GPU hours compared with multi-objective RL baseline.

📄 PDF Abstract BibTeX arXiv:2402.10207

Code (2)

yangrui2015/ric 공식 구현 pytorch
srzer/mod pytorch

Tasks

GPUReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

APEX: Learning Adaptive Priorities for Multi-Objective Alignment in Vision-Language Generation

2026-01-10 · Dongliang Chen, Xinlin Zhuang, Junjie Xu, Luojian Xie 외 arxiv

Multi-objective alignment for text-to-image generation is commonly implemented via static linear scalarization, but fixed weights often fail under heterogeneous rewards, leading to optimization imbalance where models ove…

Text-to-Image Generation

Rewarded soups: towards Pareto-optimal alignment by interpolating weights fine-tuned on diverse rewards

2023-06-07 · NeurIPS 2023 11 · Alexandre Ramé, Guillaume Couairon, Mustafa Shukor, Corentin Dancette 외

Foundation models are first pre-trained on vast unsupervised datasets and then fine-tuned on labeled data. Reinforcement learning, notably from human feedback (RLHF), can further align the network with the intended usage…

DiversityImage CaptioningImage GenerationText Summarization+4

Learning Pareto-Optimal Rewards from Noisy Preferences: A Framework for Multi-Objective Inverse Reinforcement Learning

2025-05-17 · Kalyan Cherukuri, Aarav Lala

As generative agents become increasingly capable, alignment of their behavior with complex human values remains a fundamental challenge. Existing approaches often simplify human intent through reduction to a scalar rewar…

Stabilizing Long-term Multi-turn Reinforcement Learning with Gated Rewards

2025-08-14 · Zetian Sun, Dongfang Li, Zhuoen Chen, Yuhuai Qin 외 arxiv

Reward sparsity in long-horizon reinforcement learning (RL) tasks remains a significant challenge, while existing outcome-based reward shaping struggles to define meaningful immediate rewards without introducing bias or …

Reinforcement Learning

Simultaneous Multi-objective Alignment Across Verifiable and Non-verifiable Rewards

2025-10-01 · Yiran Shen, Yu Xia, Jonathan Chang, Prithviraj Ammanabrolu arxiv

Aligning large language models to human preferences is inherently multidimensional, yet most pipelines collapse heterogeneous signals into a single objective. We seek to answer what it would take to simultaneously align …