paper-with-me

홈 › Papers

BoostLoRA: Growing Effective Rank by Boosting Adapters

2026-04-30 · Raviteja Anantha, Nick Levato, Layne C. Price arxiv

Parameter-efficient fine-tuning (PEFT) methods face a tradeoff between adapter size and expressivity: ultra-low-parameter adapters are confined to fixed low-rank subspaces, capping performance even with extended training. We propose BoostLoRA, a gradient-boosting framework that overcomes this limit by iteratively training and merging minimal adapters on the examples the current model gets wrong. A ROTATE SVD basis strategy assigns each round to an orthogonal subspace, so cumulative effective rank grows linearly with the number of rounds while each adapter remains ultra-low-rank. After merging, adapters are discarded, leaving zero inference overhead. On Qwen2.5-3B, BoostLoRA reaches 89.1% on GSM8K and 68.8% on MATH-500, surpassing both the best single-shot ultra-low parameter adapter (TinyLoRA) and full fine-tuning; on code generation it reaches 57.2% on MBPP and 80.4% on HumanEval while full fine-tuning drops below the zero-shot baseline. We also demonstrate cross-architecture transfer on protein binding classification with ESM2-650M and cross-entropy training. BoostLoRA is, to our knowledge, the first PEFT method whose effective rank grows with training, separating per-round parameter cost from total representational capacity.

📄 PDF Abstract BibTeX arXiv:2604.27308

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningCode Generation

Results from the Paper

RankTaskDatasetModelMetrics
#22 GSM8K GSM8K BoostLoRA 0-shot MRR: 89.1

Similar Papers 제목 키워드 기반

LoRA-Switch: Boosting the Efficiency of Dynamic LLM Adapters via System-Algorithm Co-design

2024-05-28 · Rui Kong, Qiyang Li, Xinyu Fang, Qingtian Feng 외

Recent literature has found that an effective method to customize or further improve large language models (LLMs) is to add dynamic adapters, such as low-rank adapters (LoRA) with Mixture-of-Experts (MoE) structures. Tho…

Mixture-of-Experts

RILQ: Rank-Insensitive LoRA-based Quantization Error Compensation for Boosting 2-bit Large Language Model Accuracy

2024-12-02 · Geonho Lee, Janghwan Lee, Sukjin Hong, Minsoo Kim 외

Low-rank adaptation (LoRA) has become the dominant method for parameter-efficient LLM fine-tuning, with LoRA-based quantization error compensation (LQEC) emerging as a powerful tool for recovering accuracy in compressed …

Computational EfficiencyLanguage ModelingLanguage ModellingLarge Language Model+1

Effective LoRA Adapter Routing using Task Representations

2026-01-29 · Akash Dhasade, Anne-Marie Kermarrec, Igor Pavlovic, Diana Petrescu 외 arxiv

Low-rank adaptation (LoRA) enables parameter efficient specialization of large language models (LLMs) through modular adapters, resulting in rapidly growing public adapter pools spanning diverse tasks. Effectively using …

Exploring Sparse Adapters for Scalable Merging of Parameter Efficient Experts

2025-07-09 · Samin Yeasar Arnob, Zhan Su, Minseon Kim, Oleksiy Ostapenko 외

Merging parameter-efficient task experts has recently gained growing attention as a way to build modular architectures that can be rapidly adapted on the fly for specific downstream tasks, without requiring additional fi…

The Quest for Winning Tickets in Low-Rank Adapters

2025-12-27 · Hamed Damirchi, Cristian Rodriguez-Opazo, Ehsan Abbasnejad, Zhen Zhang 외 arxiv

The Lottery Ticket Hypothesis (LTH) suggests that over-parameterized neural networks contain sparse subnetworks ("winning tickets") capable of matching full model performance when trained from scratch. With the growing r…

parameter-efficient fine-tuningTransfer Learning