Controlled Low-Rank Adaptation with Subspace Regularization for Continued Training on Large Language Models
About
Large language models (LLMs) exhibit remarkable capabilities in natural language processing but face catastrophic forgetting when learning new tasks, where adaptation to a new domain leads to a substantial decline in performance on previous tasks. In this paper, we propose Controlled LoRA (CLoRA), a sub-space regularization method on LoRA structure. Aiming to reduce the scale of output change while introduce minimal constraint on model capacity, CLoRA imposes constraint on the direction of updating matrix's null space. Experimental results on one-stage LLM finetuning tasks and continual learning settings highlight the superority of CLoRA as a effective parameter efficient finetuning method with catastrophic forgetting mitigating.Further investigation for model parameters indicates that CLoRA effectively balances the trade-off between model capacity and degree of forgetting.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multi-task Language Understanding | MMLU | Accuracy20.59 | 842 | |
| Mathematical Reasoning | GSM8K (test) | -- | 751 | |
| Reasoning | BBH | Accuracy38.67 | 507 | |
| Mathematical Reasoning | MATH (test) | Overall Accuracy18.38 | 433 | |
| Commonsense Reasoning | Common Sense Reasoning Tasks | Avg Score83.7 | 241 | |
| Continual Learning | Standard CL Benchmark | BWT (Avg Order 1-3)79 | 38 | |
| Continual Learning | Large Number of Tasks Benchmark (test) | Performance (Order 1)70.7 | 12 |