vix.ing · top · new · best · stats · spec

Orchestrating LLMs with Different Personalizations

2024/07/04 by Jin Zhou, Katie Z Luo, Zhou, Jin Peng +9 · 1 citation
Computer Science · #Natural Language Processing Techniques #Digital Rights Management and Security

paper · pdf · doi:10.48550/arxiv.2407.04181

Abstract

This paper presents a novel approach to aligning large language models (LLMs) with individual human preferences, sometimes referred to as Reinforcement Learning from Personalized Human Feedback (RLPHF). Given stated preferences along multiple dimensions, such as helpfulness, conciseness, or humor, the goal is to create an LLM without re-training that best adheres to this specification. Starting from specialized expert LLMs, each trained for one such particular preference dimension, we propose a black-box method that merges their outputs on a per-token level. We train a lightweight Preference Control Model (PCM) that dynamically translates the preference description and current context into next-token prediction weights. By combining the expert models' outputs at the token level, our approach dynamically generates text that optimizes the given preference. Empirical tests show that our method matches or surpasses existing preference merging techniques, providing a scalable, efficient alternative to fine-tuning LLMs for individual personalization.

Cited by

Related