Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LoRMA: Low-Rank Multiplicative Adaptation for LLMs

About

Large Language Models have shown remarkable capabilities in the NLP domain. Their effectiveness can mainly be attributed to their ability to adapt to an array of downstream tasks. However, generally, full fine-tuning is a computationally expensive job. To mitigate this, many techniques have been developed that prime efficiency, a prominent one being Low-Rank Adaptation (LoRA). However, LoRA and its variants employ re-parametrized additive updates. In this paper, we propose Low-Rank Multiplicative Adaptation (LoRMA), which shifts the paradigm of additive updates to a richer space of matrix multiplicative transformations. We tackle challenges such as computational complexity and rank bottleneck of matrix multiplication by effectively re-ordering operations and introducing rank inflation strategies. We conduct extensive experiments to demonstrate the effectiveness of our approach in terms of various evaluation metrics.

Harsh Bihany, Shubham Patel, Ashutosh Modi• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K
Accuracy73.99
983
Mathematical ReasoningMATH
Accuracy24.04
535
Natural Language UnderstandingGLUE (test)
SST-2 Accuracy95.9
416
Natural language generationE2E (test)
ROUGE-L70.8
79
Data-to-text generationDART (test)
BLEU43.64
42
Natural language generationWebNLG (test)
BLEU Score49.98
2
Showing 6 of 6 rows

Other info

Code

Follow for update