English

Rethinking Parameter Sharing for LLM Fine-Tuning with Multiple LoRAs

Machine Learning 2026-04-28 v2 Artificial Intelligence Computation and Language

Abstract

Large language models are often adapted using parameter-efficient techniques such as Low-Rank Adaptation (LoRA), formulated as y=W0x+BAxy = W_0x + BAx, where W0W_0 is the pre-trained parameters and xx is the input to the adapted layer. While multi-adapter extensions often employ multiple LoRAs, prior studies suggest that the inner AA matrices are highly similar during training and thus suitable for sharing. We revisit this phenomenon and find that this similarity is largely attributable to the identical initialization rather than shared knowledge, with BB playing a more critical role in knowledge encoding and transfer. Motivated by these insights, we propose \textbf{ALoRA}, an asymmetric multi-LoRA design with multiple AA matrices and a single shared BB in multi-task fine-tuning, and \textbf{Fed-ALoRA}, which shares BB across clients in federated fine-tuning under both homogeneous and heterogeneous settings, through a novel matrix decomposition strategy to accommodate heterogeneous ranks across clients. Experiments on commonsense reasoning, math reasoning, multi-task NLP dataset, and federated NLP dataset demonstrate that our methods achieve more balanced performance across tasks with comparable or superior average accuracy relative to existing multi-LoRA approaches. The code is available at https://github.com/OptMN-Lab/ALoRA.

Keywords

Cite

@article{arxiv.2509.25414,
  title  = {Rethinking Parameter Sharing for LLM Fine-Tuning with Multiple LoRAs},
  author = {Hao Ban and Kaiyi Ji},
  journal= {arXiv preprint arXiv:2509.25414},
  year   = {2026}
}

Comments

Accepted to ACL 2026 Findings

R2 v1 2026-07-01T06:06:03.735Z