Bingcong Li, Georgios Giannakis, Yilang Zhang
We lifted 1 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| zhangyilang/RefLoRA | — | 0 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| Refactorer | Not yet run | zhangyilang/RefLoRA/reflora/reflora.py code served (permissive licence) · get_code("d24f81060dcadad8") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Low-Rank Adaptation (LoRA) lowers the computational and memory overhead of fine-tuning large models by updating a low-dimensional subspace of the pretrained weight matrix. Albeit efficient, LoRA exhibits suboptimal convergence and noticeable performance degradation, due to inconsistent and imbalanced weight updates induced by its nonunique low-rank factorizations. To overcome these limitations, this article identifies the optimal low-rank factorization per step that minimizes an upper bound on the loss. The resultant refactored low-rank adaptation (RefLoRA) method promotes a flatter loss landscape, along with consistent and balanced weight updates, thus speeding up stable convergence. Extensive experiments evaluate RefLoRA on natural language understanding, and commonsense reasoning tasks with popular large language models including DeBERTaV3, LLaMA-7B, LLaMA2-7B and LLaMA3-8B. The numerical tests corroborate that RefLoRA converges faster, outperforms various benchmarks, and enjoys negligible computational overhead compared to state-of-the-art LoRA variants.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2505.18877")
get_code_for_paper("2505.18877")
have("2505.18877")
Connect an agent — have() is free.