paper-with-me

홈 › Papers

Orchestrating LLMs with Different Personalizations

2024-07-04 · Jin Peng Zhou, Katie Z Luo, Jingwen Gu, Jason Yuan, Kilian Q. Weinberger, Wen Sun

This paper presents a novel approach to aligning large language models (LLMs) with individual human preferences, sometimes referred to as Reinforcement Learning from \textit{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.

📄 PDF Abstract BibTeX arXiv:2407.04181

Code (0)

등록된 구현이 없습니다.

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

OnRL-RAG: Real-Time Personalized Mental Health Dialogue System

2025-04-02 · Ahsan Bilal, Beiyu Lin

Large language models (LLMs) have been widely used for various tasks and applications. However, LLMs and fine-tuning are limited to the pre-trained data. For example, ChatGPT's world knowledge until 2021 can be outdated …

RAGRetrievalRetrieval-augmented GenerationSociology+1

Atlas: Orchestrating Heterogeneous Models and Tools for Multi-Domain Complex Reasoning

2026-01-07 · Jinyang Wu, Guocheng Zhai, Ruihan Jin, Jiahao Yuan 외 arxiv

The integration of large language models (LLMs) with external tools has significantly expanded the capabilities of AI agents. However, as the diversity of both LLMs and tools increases, selecting the optimal model-tool c…

Visual Reasoning

NeutronOrch: Rethinking Sample-based GNN Training under CPU-GPU Heterogeneous Environments

2023-11-22 · Xin Ai, Qiange Wang, Chunyu Cao, Yanfeng Zhang 외

Graph Neural Networks (GNNs) have demonstrated outstanding performance in various applications. Existing frameworks utilize CPU-GPU heterogeneous environments to train GNN models and integrate mini-batch and sampling tec…

CPUGPU

Large Language Models Meet Virtual Cell: A Survey

2025-10-09 · Krinos Li, Xianglu Xiao, Shenglong Deng, Lucas He 외 arxiv

Large language models (LLMs) are transforming cellular biology by enabling the development of "virtual cells"--computational systems that represent, predict, and reason about cellular states and behaviors. This work prov…