paper-with-me

Papers

MTA: A Merge-then-Adapt Framework for Personalized Large Language Model

2025-11-25 · Xiaopeng Li, Yuanjin Zheng, Wanyu Wang, wenlin zhang, Pengyue Jia, Yiqi Wang, Maolin Wang, Xuetao Wei, Xiangyu Zhao arxiv

Personalized Large Language Models (PLLMs) aim to align model outputs with individual user preferences, a crucial capability for user-centric applications. However, the prevalent approach of fine-tuning a separate module for each user faces two major limitations: (1) storage costs scale linearly with the number of users, rendering the method unscalable; and (2) fine-tuning a static model from scratch often yields suboptimal performance for users with sparse data. To address these challenges, we propose MTA, a Merge-then-Adapt framework for PLLMs. MTA comprises three key stages. First, we construct a shared Meta-LoRA Bank by selecting anchor users and pre-training meta-personalization traits within meta-LoRA modules. Second, to ensure scalability and enable dynamic personalization combination beyond static models, we introduce an Adaptive LoRA Fusion stage. This stage retrieves and dynamically merges the most relevant anchor meta-LoRAs to synthesize a user-specific one, thereby eliminating the need for user-specific storage and supporting more flexible personalization. Third, we propose a LoRA Stacking for Few-Shot Personalization stage, which applies an additional ultra-low-rank, lightweight LoRA module on top of the merged LoRA. Fine-tuning this module enables effective personalization under few-shot settings. Extensive experiments on the LaMP benchmark demonstrate that our approach outperforms existing SOTA methods across multiple tasks.

📄 PDF Abstract BibTeX arXiv:2511.20072

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Large Language Models Empowered Personalized Web Agents

2024-10-22 · Hongru Cai, Yongqi Li, Wenjie Wang, Fengbin Zhu 외

Web agents have emerged as a promising direction to automate Web task completion based on user instructions, significantly enhancing user experience. Recently, Web agents have evolved from traditional agents to Large Lan…

ComMer: a Framework for Compressing and Merging User Data for Personalization

2025-01-05 · Yoel Zeldes, Amir Zait, Ilia Labzovsky, Danny Karmon 외

Large Language Models (LLMs) excel at a wide range of tasks, but adapting them to new data, particularly for personalized applications, poses significant challenges due to resource and computational constraints. Existing…

Headline Generation

Efficient Model Personalization in Federated Learning via Client-Specific Prompt Generation

2023-08-29 · ICCV 2023 1 · Fu-En Yang, Chien-Yi Wang, Yu-Chiang Frank Wang

Federated learning (FL) emerges as a decentralized learning framework which trains models from multiple distributed clients without sharing their data to preserve privacy. Recently, large-scale pre-trained models (e.g., …

Federated Learning

LoFA: Learning to Predict Personalized Priors for Fast Adaptation of Visual Generative Models

2025-12-09 · Yiming Hao, Mutian Xu, Chongjie Ye, Jie Qin 외 arxiv

Personalizing visual generative models to meet specific user needs has gained increasing attention, yet current methods like Low-Rank Adaptation (LoRA) remain impractical due to their demand for task-specific data and le…

PEToolLLM: Towards Personalized Tool Learning in Large Language Models

2025-02-26 · Qiancheng Xu, Yongqi Li, Heming Xia, Fan Liu 외

Tool learning has emerged as a promising direction by extending Large Language Models' (LLMs) capabilities with external tools. Existing tool learning studies primarily focus on the general-purpose tool-use capability, w…