paper-with-me

홈 › Papers

ShapLoRA: Allocation of Low-rank Adaption on Large Language Models via Shapley Value Inspired Importance Estimation

2026-01-25 · Yi Zhao, Qinghua Yao, Xinyuan song, Wei Zhu arxiv

Low-rank adaption (LoRA) is a representative method in the field of parameter-efficient fine-tuning (PEFT), and is key to Democratizating the modern large language models (LLMs). The vanilla LoRA is implemented with uniform ranks, and the recent literature have found that properly allocating ranks on the LLM backbones results in performance boosts. However, the previous rank allocation methods have limitations since they rely on inexplanable and unreliable importance measures for the LoRA ranks. To address the above issues, we propose the ShapLoRA framework. Inspired by the explanable attribution measure Shapley Value, we combine the sensitivity-based measures with the idea of coalitions in the collaborative games among LoRA ranks, and propose a more explainable importance measure called Shapley sensitivity. In addition, we optimize the workflow of the existing works by: (a) calculating Shapley sensitivity on a separate validation set; (b) Setting up the allocating-retraining procedures for fair comparisons. We have conducted experiments on various challenging tasks, and the experimental results demonstrate that our ShapLoRA method can outperform the recent baselines with comparable tunable parameters.\footnote{Codes and fine-tuned models will be open-sourced to facilitate future research.

📄 PDF Abstract BibTeX arXiv:2601.17921

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Unlocking the Global Synergies in Low-Rank Adapters

2024-06-21 · Zixi Zhang, Cheng Zhang, Xitong Gao, Robert D. Mullins 외

Low-rank Adaption (LoRA) has been the de-facto parameter-efficient fine-tuning technique for large language models. We present HeteroLoRA, a light-weight search algorithm that leverages zero-cost proxies to allocate the …

MRPCparameter-efficient fine-tuning

BoRA: Bayesian Hierarchical Low-Rank Adaption for Multi-Task Large Language Models

2024-07-08 · Simen Eide, Arnoldo Frigessi

This paper introduces Bayesian Hierarchical Low-Rank Adaption (BoRA), a novel method for finetuning multi-task Large Language Models (LLMs). Current finetuning approaches, such as Low-Rank Adaption (LoRA), perform exepti…

HaLoRA: Hardware-aware Low-Rank Adaptation for Large Language Models Based on Hybrid Compute-in-Memory Architecture

2025-02-27 · Taiqiang Wu, Chenchen Ding, Wenyong Zhou, Yuxin Cheng 외

Low-rank adaptation (LoRA) is a predominant parameter-efficient finetuning method to adapt large language models (LLMs) for downstream tasks. In this paper, we first propose to deploy the LoRA-finetuned LLMs on the hybri…

SARA: Singular-Value Based Adaptive Low-Rank Adaption

2024-08-06 · Jihao Gu, Shuai Chen, Zelin Wang, Yibo Zhang 외

With the increasing number of parameters in large pre-trained models, LoRA as a parameter-efficient fine-tuning(PEFT) method is widely used for not adding inference overhead. The LoRA method assumes that weight changes d…

parameter-efficient fine-tuning

Statistical Inference for Rank Allocation in Low-Rank Adaptation

2026-07-22 · Yihang Gao, Vincent Y. F. Tan arxiv

Low-rank adaptation (LoRA) has become a widely used parameter-efficient fine-tuning method for large language models. Since different modules and layers may contribute unequally to downstream adaptation, allocating rank …

parameter-efficient fine-tuningNatural Language UnderstandingQuestion Answering