paper-with-me

Papers

Exploring Sparse Adapters for Scalable Merging of Parameter Efficient Experts

2025-07-09 · Samin Yeasar Arnob, Zhan Su, Minseon Kim, Oleksiy Ostapenko, Riyasat Ohib, Esra'a Saleh, Doina Precup, Lucas Caccia, Alessandro Sordoni

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 fine-tuning. Typically, LoRA serves as the foundational building block of such parameter-efficient modular architectures, leveraging low-rank weight structures to reduce the number of trainable parameters. In this paper, we study the properties of sparse adapters, which train only a subset of weights in the base neural network, as potential building blocks of modular architectures. First, we propose a simple method for training highly effective sparse adapters, which is conceptually simpler than existing methods in the literature and surprisingly outperforms both LoRA and full fine-tuning in our setting. Next, we investigate the merging properties of these sparse adapters by merging adapters for up to 20 natural language processing tasks, thus scaling beyond what is usually studied in the literature. Our findings demonstrate that sparse adapters yield superior in-distribution performance post-merging compared to LoRA or full model merging. Achieving strong held-out performance remains a challenge for all methods considered.

📄 PDF Abstract BibTeX arXiv:2507.07140

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

SQFT: Low-cost Model Adaptation in Low-precision Sparse Foundation Models

2024-10-01 · Juan Pablo Muñoz, Jinjie Yuan, Nilesh Jain

Large pre-trained models (LPMs), such as large language models, have become ubiquitous and are employed in many applications. These models are often adapted to a desired domain or downstream task through a fine-tuning st…

parameter-efficient fine-tuning

Task-Aware LoRA Adapter Composition via Similarity Retrieval in Vector Databases

2026-02-01 · Riya Adsul, Balachandra Devarangadi Sunil, Isha Nalawade, Sudharshan Govindan arxiv

Parameter efficient fine tuning methods like LoRA have enabled task specific adaptation of large language models, but efficiently composing multiple specialized adapters for unseen tasks remains challenging. We present a…

Natural Language InferenceZero-shot GeneralizationSentiment AnalysisQuestion Answering

MergeRepair: An Exploratory Study on Merging Task-Specific Adapters in Code LLMs for Automated Program Repair

2024-08-18 · Meghdad Dehghan, Jie JW Wu, Fatemeh H. Fard, Ali Ouni

Large Language Models (LLMs) have shown high capabilities in several software development-related tasks such as program repair, documentation, code refactoring, debugging, and testing. However, training these models requ…

parameter-efficient fine-tuningProgram Repair

SparseAdapter: An Easy Approach for Improving the Parameter-Efficiency of Adapters

2022-10-09 · Shwai He, Liang Ding, Daize Dong, Miao Zhang 외

Adapter Tuning, which freezes the pretrained language models (PLMs) and only fine-tunes a few extra modules, becomes an appealing efficient alternative to the full model fine-tuning. Although computationally efficient, t…

Network Pruning

SCALE-LoRA: Auditing Post-Retrieval LoRA Composition with Residual Merging and View Reliability

2026-05-02 · Shuaipeng Zhou, Yu Zhang arxiv

Libraries of Low-Rank Adaptation (LoRA) adapters are becoming a practical by-product of parameter-efficient adaptation. Once such adapters accumulate, a natural question is no longer how to train one adapter for one task…