paper-with-me

Papers

PAD: Personalized Alignment of LLMs at Decoding-Time

2024-10-05 · Ruizhe Chen, Xiaotian Zhang, Meng Luo, Wenhao Chai, Zuozhu Liu

Aligning with personalized preferences, which vary significantly across cultural, educational, and political differences, poses a significant challenge due to the computational costs and data demands of traditional alignment methods. In response, this paper presents Personalized Alignment at Decoding-time (PAD), a novel framework designed to align LLM outputs with diverse personalized preferences during the inference phase, eliminating the need for additional training. By introducing a unique personalized reward modeling strategy, this framework decouples the text generation process from personalized preferences, facilitating the generation of generalizable token-level personalized rewards. The PAD algorithm leverages these rewards to guide the decoding process, dynamically tailoring the base model's predictions to personalized preferences. Extensive experimental results demonstrate that PAD not only outperforms existing training-based alignment methods in terms of aligning with diverse preferences but also shows significant generalizability to preferences unseen during training and scalability across different base models. This work advances the capability of LLMs to meet user needs in real-time applications, presenting a substantial step forward in personalized LLM alignment.

📄 PDF Abstract BibTeX arXiv:2410.04070

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Methods 이 논문이 사용한 방법론

BASE 설명 없음
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 제목 키워드 기반

Drift: Decoding-time Personalized Alignments with Implicit User Preferences

2025-02-20 · Minbeom Kim, Kang-il Lee, Seongho Joo, Hwaran Lee 외

Personalized alignments for individual users have been a long-standing goal in large language models (LLMs). We introduce Drift, a novel framework that personalizes LLMs at decoding time with implicit user preferences. T…

MATO: Multi-objective Personalized Alignment with Test-time Optimization for Large Language Models

2026-05-25 · Linhao Luo, Thuy-Trang Vu, Van-Anh Nguyen, Junae Kim 외 arxiv

Aligning large language models (LLMs) with diverse and multifaceted user preferences is a fundamental challenge in personalized AI systems. Existing multi-objective alignment methods either rely on costly training or req…

Amulet: ReAlignment During Test Time for Personalized Preference Adaptation of LLMs

2025-02-26 · Zhaowei Zhang, Fengshuo Bai, Qizhi Chen, Chengdong Ma 외

How to align large language models (LLMs) with user preferences from a static general dataset has been frequently studied. However, user preferences are usually personalized, changing, and diverse regarding culture, valu…

Computational Efficiency

CoSteer: Collaborative Decoding-Time Personalization via Local Delta Steering

2025-07-07 · Hang Lv, Sheng Liang, Hao Wang, Hongchao Gu 외

Personalized text generation has become crucial for adapting language models to diverse and evolving users' personal context across cultural, temporal, and contextual dimensions. While existing methods often rely on cent…

Text Generation

A Survey on Personalized and Pluralistic Preference Alignment in Large Language Models

2025-04-09 · Zhouhang Xie, Junda Wu, Yiran Shen, Yu Xia 외

Personalized preference alignment for large language models (LLMs), the process of tailoring LLMs to individual users' preferences, is an emerging research direction spanning the area of NLP and personalization. In this …