Text as a Universal Interface for Transferable Personalization
Yuting Liu, Jian Guan, Jia-Nan Li, Wei Wu, Jiang-Ming Yang, Jianzhe Zhao, Guibing Guo
TL;DR
The paper tackles the lack of transferability and interpretability in traditional user representations for personalization in large language models by introducing a text-based universal interface of textual preference summaries. It presents AlignXplore+ and a two-stage training framework: supervised fine-tuning using a generate-validate-merge pipeline to produce high-quality summaries, followed by reinforcement learning with curriculum-based data pruning and a cumulative long-horizon reward to optimize for streaming updates. Across nine benchmarks spanning recommendation, response selection, and response generation, an ~8B model achieves state-of-the-art performance and strong zero-shot transferability across domains and downstream models, outperforming substantially larger open-source models. The approach enhances interpretability, enables cross-domain and cross-model personalization, and supports streaming updating of user preferences, representing a practical step toward universal, user-centric AI interfaces.
Abstract
We study the problem of personalization in large language models (LLMs). Prior work predominantly represents user preferences as implicit, model-specific vectors or parameters, yielding opaque ``black-box'' profiles that are difficult to interpret and transfer across models and tasks. In contrast, we advocate natural language as a universal, model- and task-agnostic interface for preference representation. The formulation leads to interpretable and reusable preference descriptions, while naturally supporting continual evolution as new interactions are observed. To learn such representations, we introduce a two-stage training framework that combines supervised fine-tuning on high-quality synthesized data with reinforcement learning to optimize long-term utility and cross-task transferability. Based on this framework, we develop AlignXplore+, a universal preference reasoning model that generates textual preference summaries. Experiments on nine benchmarks show that our 8B model achieves state-of-the-art performanc -- outperforming substantially larger open-source models -- while exhibiting strong transferability across tasks, model families, and interaction formats.
