← 返回论文检索
ACL 2025aclfindings

CoLA: Collaborative Low-Rank Adaptation

Yiyun Zhou, Chang Yao, Jingyuan Chen

Zhejiang University, Renmin University of China, Renmin University of China, Renmin University of China, Yale University, Department of Computer Science, Yale University, University of Michigan - Ann Arbor, Electrical Engineering and Computer Science, University of Michigan - Ann Arbor, National University of Singapore, National University of Singapore, Beijing Jiaotong University, University of California, Berkeley, Electrical Engineering & Computer Science Department, University of California, Berkeley, UC Berkeley, University of California, Berkeley, Computer Science and Artificial Intelligence Laboratory, Electrical Engineering & Computer Science, Massachusetts Institute of Technology and Montanuniversität Leoben · Zhejiang University

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.18653/v1/2025.findings-acl.726 ↗

摘要

The scaling law of Large Language Models (LLMs) reveals a power-law relationship, showing diminishing return on performance as model scale increases. While training LLMs from scratch is resource-intensive, fine-tuning a pre-trained model for specific tasks has become a practical alternative. Full fine-tuning (FFT) achieves strong performance; however, it is computationally expensive and inefficient. Parameter-efficient fine-tuning (PEFT) methods, like LoRA, have been proposed to address these challenges by freezing the pre-trained model and adding lightweight task-specific modules. LoRA, in particular, has proven effective, but its application to multi-task scenarios is limited by interference between tasks. Recent approaches, such as Mixture-of-Experts (MOE) and asymmetric LoRA, have aimed to mitigate these issues but still struggle with sample scarcity and noise interference due to their fixed structure. In response, we propose CoLA, a more flexible LoRA architecture with an efficient initialization scheme, which introduces three collaborative strategies to enhance performance by better utilizing the quantitative relationships between matrices A and B. Our experiments demonstrate the effectiveness and robustness of CoLA, outperforming existing PEFT methods, especially in low-sample scenarios. Our data and code are fully publicly available: https://github.com/zyy-2001/CoLA.