Instant Personalized Large Language Model Adaptation via Hypernetwork
About
Personalized large language models (LLMs) tailor content to individual preferences using user profiles or histories. However, existing parameter-efficient fine-tuning (PEFT) methods, such as the ``One-PEFT-Per-User'' (OPPU) paradigm, require training a separate adapter for each user, making them computationally expensive and impractical for real-time updates. We introduce Profile-to-PEFT, a scalable framework that employs a hypernetwork, trained end-to-end, to map a user's encoded profile directly to a full set of adapter parameters (e.g., LoRA), eliminating per-user training at deployment. This design enables instant adaptation, generalization to unseen users, and privacy-preserving local deployment. Experimental results demonstrate that our method outperforms both prompt-based personalization and OPPU while using substantially fewer computational resources at deployment. The framework exhibits strong generalization to out-of-distribution users and maintains robustness across varying user activity levels and different embedding backbones. The proposed Profile-to-PEFT framework enables efficient, scalable, and adaptive LLM personalization suitable for large-scale applications.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Personalized movie tagging | LaMP-2M | Accuracy64.5 | 22 | |
| Personalized News Categorization | LaMP 2N | Accuracy80.3 | 22 | |
| Personalized Citation Identification | LaMP-1 | Accuracy72.4 | 22 | |
| Personalized News Headlines Generation | LaMP-4 v1 (test) | ROUGE-10.184 | 22 | |
| Personalized Scholarly Title Generation | LaMP-5 v1 (test) | ROUGE-148 | 22 | |
| Movie Tagging | LaMP-2 Personalized Movie Tagging 1.0 (test) | Accuracy68.3 | 19 | |
| Product Rating | LaMP-3 1.0 (test) | MAE0.275 | 19 | |
| Personalized Citation Identification | LaMP-1 1.0 (test) | Accuracy69 | 15 | |
| Personalized news headline generation | LaMP-4 | ROUGE-120.9 | 15 | |
| Personalized Product Rating | LaMP-3 | MAE0.201 | 15 |