PRISP: Privacy-Safe Few-Shot Personalization via Lightweight Adaptation
Junho Park, Dohoon Kim, Taesup Moon
TL;DR
PRISP tackles practical LLM personalization under strict data and privacy constraints by generating a task-aware anchor LoRA from natural language descriptions using a Text-to-LoRA hypernetwork and then personalizing with a lightweight bridge on top of a frozen anchor. This two-stage design eliminates the need for task data and cross-user parameter sharing, offering strong few-shot performance with high data efficiency and low computation. The approach achieves competitive results across diverse LaMP tasks, reduces training time, and preserves privacy, making it well suited for edge deployment. Its robustness to task description variations and ability to generalize to unseen tasks demonstrate its broad potential for real-world personalization without compromising user privacy.
Abstract
Large language model (LLM) personalization aims to adapt general-purpose models to individual users. Most existing methods, however, are developed under data-rich and resource-abundant settings, often incurring privacy risks. In contrast, realistic personalization typically occurs after deployment under (i) extremely limited user data, (ii) constrained computational resources, and (iii) strict privacy requirements. We propose PRISP, a lightweight and privacy-safe personalization framework tailored to these constraints. PRISP leverages a Text-to-LoRA hypernetwork to generate task-aware LoRA parameters from task descriptions, and enables efficient user personalization by optimizing a small subset of task-aware LoRA parameters together with minimal additional modules using few-shot user data. Experiments on a few-shot variant of the LaMP benchmark demonstrate that PRISP achieves strong overall performance compared to prior approaches, while reducing computational overhead and eliminating privacy risks.
