paper-with-me

홈 › Papers

T-POP: Test-Time Personalization with Online Preference Feedback

2025-09-29 · Zikun Qu, Min Zhang, Mingze Kong, Xiang Li, Zhiwei Shang, Zhiyong Wang, Yikun Ban, Shuang Qiu, Yao Shu, Zhongxiang Dai arxiv

Personalizing large language models (LLMs) to individual user preferences is a critical step beyond generating generically helpful responses. However, current personalization methods are ill-suited for new users, as they typically require either slow, resource-intensive fine-tuning or a substantial amount of pre-existing user data, creating a significant cold-start problem. To address this challenge, we introduce a new paradigm for real-time personalization by learning from online pairwise preference feedback collected during text generation. We propose T-POP (Test-Time Personalization with Online Preference Feedback}), a novel algorithm that synergistically combines test-time alignment with dueling bandits. Without updating the LLM parameters, T-POP steers the decoding process of a frozen LLM by learning a reward function online that captures user preferences. By leveraging dueling bandits, T-POP intelligently queries the user to efficiently balance between exploring their preferences and exploiting the learned knowledge to generate personalized text. Extensive experiments demonstrate that T-POP achieves rapid and data-efficient personalization, significantly outperforming existing baselines and showing consistent improvement with more user interactions.

📄 PDF Abstract BibTeX arXiv:2509.24696

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Personalized Adaptation via In-Context Preference Learning

2024-10-17 · Allison Lau, Younwoo Choi, Vahid Balazadeh, Keertana Chidambaram 외

Reinforcement Learning from Human Feedback (RLHF) is widely used to align Language Models (LMs) with human preferences. However, existing approaches often neglect individual user preferences, leading to suboptimal person…

In-Context Learning

Learning Personalized Agents from Human Feedback

2026-02-18 · Kaiqu Liang, Julia Kruk, Shengyi Qian, Xianjun Yang 외 arxiv

Modern AI agents are powerful but often fail to align with the idiosyncratic, evolving preferences of individual users. Prior approaches typically rely on static datasets, either training implicit preference models on in…

EXACT: Explicit Attribute-Guided Decoding-Time Personalization

2026-02-06 · Xin Yu, Hanwen Xing, Lingzhou Xue arxiv

Achieving personalized alignment requires adapting large language models to each user's evolving context. While decoding-time personalization offers a scalable alternative to training-time methods, existing methods large…

Orchestrating LLMs with Different Personalizations

2024-07-04 · Jin Peng Zhou, Katie Z Luo, Jingwen Gu, Jason Yuan 외

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 st…

Breaking the Curse of Knowledge: Designing Personalized Jargon Support for Real-Time Online Meetings

2025-08-13 · Yifan Song, Yijun Liu, Wing Yee Au, Hon Yung Wong 외 arxiv

Cross-disciplinary communication is often hindered by specialized language (i.e., jargon) and uneven background knowledge. Recent advances in speech-to-text and large language models make it possible to provide jargon su…