Variational Low-Rank Adaptation Using IVON

Bai Cong,Nico Daheim,Yuesong Shen,Daniel Cremers,Rio Yokota,Mohammad Emtiyaz Khan,Thomas Möllenhoff
2024-11-07
Abstract:We show that variational learning can significantly improve the accuracy and calibration of Low-Rank Adaptation (LoRA) without a substantial increase in the cost. We replace AdamW by the Improved Variational Online Newton (IVON) algorithm to finetune large language models. For Llama-2 with 7 billion parameters, IVON improves the accuracy over AdamW by 2.8% and expected calibration error by 4.6%. The accuracy is also better than the other Bayesian alternatives, yet the cost is lower and the implementation is easier. Our work provides additional evidence for the effectiveness of IVON for large language models. The code is available at <a class="link-external link-https" href="https://github.com/team-approx-bayes/ivon-lora" rel="external noopener nofollow">this https URL</a>.
Machine Learning,Artificial Intelligence,Computation and Language
What problem does this paper attempt to address?