Rethinking Parameter Sharing for LLM Fine-Tuning with Multiple LoRAs

Hao Ban, Kaiyi Ji


Abstract
Large language models are often adapted using parameter-efficient techniques such as Low-Rank Adaptation (LoRA), formulated as y = W0x + BAx, where W0 is the pre-trained parameters and x is the input to the adapted layer. While multi-adapter extensions often employ multiple LoRAs, prior studies suggest that the inner A 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 B playing a more critical role in knowledge encoding and transfer. Motivated by these insights, we propose **ALoRA**, an asymmetric multi-LoRA design with multiple A matrices and a single shared B in multi-task fine-tuning, and **Fed-ALoRA**, which shares B 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.
Anthology ID:
2026.findings-acl.625
Volume:
Findings of the Association for Computational Linguistics: ACL 2026
Month:
July
Year:
2026
Address:
San Diego, California, United States
Editors:
Maria Liakata, Viviane P. Moreira, Jiajun Zhang, David Jurgens
Venue:
Findings
SIG:
Publisher:
Association for Computational Linguistics
Note:
Pages:
12843–12863
Language:
URL:
https://aclanthology.org/2026.findings-acl.625/
DOI:
10.18653/v1/2026.findings-acl.625
Bibkey:
Cite (ACL):
Hao Ban and Kaiyi Ji. 2026. Rethinking Parameter Sharing for LLM Fine-Tuning with Multiple LoRAs. In Findings of the Association for Computational Linguistics: ACL 2026, pages 12843–12863, San Diego, California, United States. Association for Computational Linguistics.
Cite (Informal):
Rethinking Parameter Sharing for LLM Fine-Tuning with Multiple LoRAs (Ban & Ji, Findings 2026)
Copy Citation:
PDF:
https://aclanthology.org/2026.findings-acl.625.pdf
Checklist:
 2026.findings-acl.625.checklist.pdf