paper-with-me

Papers

Personalized Language Modeling from Personalized Human Feedback

2024-02-06 · Xinyu Li, Ruiyang Zhou, Zachary C. Lipton, Liu Leqi

Personalized large language models (LLMs) are designed to tailor responses to individual user preferences. While Reinforcement Learning from Human Feedback (RLHF) is a commonly used framework for aligning LLMs with human preferences, vanilla RLHF assumes that all human preferences share the same distribution, preventing fine-tuned LLMs from generating personalized content when user preferences are diverse. In this work, we propose Personalized-RLHF (P-RLHF), an efficient framework that utilizes a lightweight user model to capture individual user preferences and jointly learns the user model and the personalized LLM from human feedback. P-RLHF exhibits the following three characteristics: (1) It enables an LLM to generate personalized content and scale efficiently with growing number of users. (2) It handles both explicit user preferences described as textual input and implicit user preferences encoded in the feedback data. (3) It eliminates the need for users to fully articulate their preferences, which are normally needed for prompting LLMs to generate personalized content yet are often impractical to obtain in real-world scenarios. Our experimental results show that personalized LLMs trained using P-RLHF generate responses that are more closely aligned with individual user preferences, outperforming vanilla, non-personalized RLHF and prompting-based personalization approaches across different tasks. We opensource our code at https://github.com/HumainLab/Personalized_RLHF.

📄 PDF Abstract BibTeX arXiv:2402.05133

Code (1)

humainlab/personalized_rlhf 공식 구현 pytorch

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingPreference MappingText Summarization

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 제목 키워드 기반

Personalized Soups: Personalized Large Language Model Alignment via Post-hoc Parameter Merging

2023-10-17 · Joel Jang, Seungone Kim, Bill Yuchen Lin, Yizhong Wang 외

While Reinforcement Learning from Human Feedback (RLHF) aligns Large Language Models (LLMs) with general, aggregate human preferences, it is suboptimal for learning diverse, individual perspectives. In this work, we stud…

Language ModelingLanguage ModellingLarge Language ModelMulti-Objective Reinforcement Learning+2

One Adapts to Any: Meta Reward Modeling for Personalized LLM Alignment

2026-01-26 · Hongru Cai, Yongqi Li, Tiezheng Yu, Fengbin Zhu 외 arxiv

Alignment of Large Language Models (LLMs) aims to align outputs with human preferences, and personalized alignment further adapts models to individual users. This relies on personalized reward models that capture user-sp…

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…

Automated Personalized Feedback Improves Learning Gains in an Intelligent Tutoring System

2020-05-05 · Ekaterina Kochmar, Dung Do Vu, Robert Belfer, Varun Gupta 외

We investigate how automated, data-driven, personalized feedback in a large-scale intelligent tutoring system (ITS) improves student learning outcomes. We propose a machine learning approach to generate personalized feed…

BIG-bench Machine Learning

Personalized Multimodal Feedback Generation in Education

2020-10-31 · COLING 2020 8 · Haochen Liu, Zitao Liu, Zhongqin Wu, Jiliang Tang

The automatic evaluation for school assignments is an important application of AI in the education field. In this work, we focus on the task of personalized multimodal feedback generation, which aims to generate personal…

Text Generation