paper-with-me

홈 › Papers

Less is More: Extreme Gradient Boost Rank-1 Adaption for Efficient Finetuning of LLMs

2024-10-25 · Yifei Zhang, Hao Zhu, Aiwei Liu, Han Yu, Piotr Koniusz, Irwin King

Fine-tuning Large Language Models (LLMs) has become a crucial technique for adapting pre-trained models to downstream tasks. However, the enormous size of LLMs poses significant challenges in terms of computational complexity and resource requirements. Low-Rank Adaptation (LoRA) has emerged as a promising solution. However, there exists a gap between the practical performance of low-rank adaptations and its theoretical optimum. In this work, we propose eXtreme Gradient Boosting LoRA (XGBLoRA), a novel framework that bridges this gap by leveraging the power of ensemble learning. Inspired by gradient boosting, XGBLoRA iteratively learns and merges a sequence of LoRA adaptations to refine model predictions. It achieves better performance than the standard LoRA, while enjoying the computational efficiency of rank-1 adaptations. We provide theoretical analysis to show the convergence and optimality of our approach, and conduct extensive experiments on a range of natural language processing tasks. The results demonstrate that XGBLoRA consistently outperforms standard LoRA and achieves performance comparable to full fine-tuning with significantly fewer trainable parameters. This work advances parameter-efficient fine-tuning for LLMs, and offers a promising solution for adapting LLMs to downstream tasks while optimizing performance and efficiency.

📄 PDF Abstract BibTeX arXiv:2410.19694

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyEnsemble Learningparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Electrical load forecasting using hybrid of extreme gradient boosting and light gradient boosting machine

2022-03-03 · The International Conference on Image, Vision and Intelligent Systems (ICIVIS 2021) 2022 3 · Eric Nziyumva, Rong Hu, Chih-Yu Hsu, Jovial Niyogisubizo

Ensemble learning methods have been used to improve performance accuracy through bias-variance trade-off techniques. However, there is still room to improve. This paper proposes an ensemble model to forecast the electric…

Electrical EngineeringEnsemble LearningHybrid Machine LearningLoad Forecasting

Which Channel in 6G, Low-rank or Full-rank, more needs RIS from a Perspective of DoF?

2024-11-21 · Feng Shu, Maolin Li, Ke Yang, Bin Deng

Reconfigurable intelligent surface (RIS), as an efficient tool to improve receive signal-to-noise ratio, extend coverage and create more spatial diversity, is viewed as a most promising technique for the future wireless …

Diversity

Using data mining techniques for bike sharing demand prediction in metropolitan city

2020-03-01 · Computer Communications 2020 3 · Sathishkumar V E, Jangwoo Park, Yongyun Cho

Currently Rental bikes are introduced in many urban cities for the enhancement of mobility comfort. It is important to make the rental bike available and accessible to the public at the right time as it lessens the waiti…

Prediction

Gradient Boosting Decision Trees on Medical Diagnosis over Tabular Data

2024-09-25 · A. Yarkın Yıldız, Asli Kalayci

Medical diagnosis is a crucial task in the medical field, in terms of providing accurate classification and respective treatments. Having near-precise decisions based on correct diagnosis can affect a patient's life itse…

Medical Diagnosis

Gradient-less Federated Gradient Boosting Trees with Learnable Learning Rates

2023-04-15 · Chenyang Ma, Xinchi Qiu, Daniel J. Beutel, Nicholas D. Lane

The privacy-sensitive nature of decentralized datasets and the robustness of eXtreme Gradient Boosting (XGBoost) on tabular data raise the needs to train XGBoost in the context of federated learning (FL). Existing works …

Federated Learning