HYDRA: Model Factorization Framework for Black-Box LLM Personalization
Yuchen Zhuang, Haotian Sun, Yue Yu, Rushi Qiang, Qifan Wang, Chao, Zhang, Bo Dai

TL;DR
HYDRA is a framework that personalizes black-box LLM outputs by decomposing shared knowledge and user-specific preferences using a model with multiple heads, improving personalization effectiveness over prompt-based methods.
Contribution
The paper introduces HYDRA, a novel model factorization framework that captures shared knowledge and user-specific behaviors without accessing model parameters, enhancing black-box LLM personalization.
Findings
HYDRA outperforms prompt-based methods by 9.01% on average across five tasks.
The framework effectively captures user preferences through a hydra-like model structure.
Experimental results validate HYDRA's superiority in personalization tasks.
Abstract
Personalization has emerged as a critical research area in modern intelligent systems, focusing on mining users' behavioral history and adapting to their preferences for delivering tailored experiences. Despite the remarkable few-shot capabilities exhibited by black-box large language models (LLMs), the inherent opacity of their model parameters presents significant challenges in aligning the generated output with individual expectations. Existing solutions have primarily focused on prompt design to incorporate user-specific profiles and behaviors; however, such approaches often struggle to generalize effectively due to their inability to capture shared knowledge among all users. To address these challenges, we propose HYDRA, a model factorization framework that captures both user-specific behavior patterns from historical data and shared general knowledge among all users to deliver…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques
MethodsHydra · Balanced Selection · Adapter · ALIGN
