English

MoRA: High-Rank Updating for Parameter-Efficient Fine-Tuning

Computation and Language 2024-05-21 v1 Machine Learning

Abstract

Low-rank adaptation is a popular parameter-efficient fine-tuning method for large language models. In this paper, we analyze the impact of low-rank updating, as implemented in LoRA. Our findings suggest that the low-rank updating mechanism may limit the ability of LLMs to effectively learn and memorize new knowledge. Inspired by this observation, we propose a new method called MoRA, which employs a square matrix to achieve high-rank updating while maintaining the same number of trainable parameters. To achieve it, we introduce the corresponding non-parameter operators to reduce the input dimension and increase the output dimension for the square matrix. Furthermore, these operators ensure that the weight can be merged back into LLMs, which makes our method can be deployed like LoRA. We perform a comprehensive evaluation of our method across five tasks: instruction tuning, mathematical reasoning, continual pretraining, memory and pretraining. Our method outperforms LoRA on memory-intensive tasks and achieves comparable performance on other tasks.

Keywords

Cite

@article{arxiv.2405.12130,
  title  = {MoRA: High-Rank Updating for Parameter-Efficient Fine-Tuning},
  author = {Ting Jiang and Shaohan Huang and Shengyue Luo and Zihan Zhang and Haizhen Huang and Furu Wei and Weiwei Deng and Feng Sun and Qi Zhang and Deqing Wang and Fuzhen Zhuang},
  journal= {arXiv preprint arXiv:2405.12130},
  year   = {2024}
}

Comments

Work in Progress

R2 v1 2026-06-28T16:33:15.422Z