paper-with-me

Papers

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 novel framework for dynamic LoRA adapter composition that leverages similarity retrieval in vector databases to enable zero-shot generalization across diverse NLP tasks. Our approach constructs a task-aware vector database by embedding training examples from 22 datasets spanning commonsense reasoning, question answering, natural language inference, and sentiment analysis. At inference time, we retrieve the most similar training examples, compute task similarity distributions via nucleus sampling, and dynamically merge relevant LoRA adapters using retrieval weighted fusion strategies. We evaluated four merging methods Linear, Concatenation, TIES, and Magnitude Prune demonstrating that our dataset centric retrieval approach often matches or exceeds the performance of individually fine-tuned task-specific adapters. Notably, Linear merging achieves 70.95% on PIQA and 77.62% on RTE, substantially outperforming single-task baselines (46% and 52%, respectively). Our framework requires no additional retriever training, operates with frozen embeddings, and enables efficient, interpretable adapter composition. These results suggest that retrieval based dynamic merging offers a promising direction for scalable, parameter-efficient multitask learning without requiring full model retraining for each new task.

📄 PDF Abstract BibTeX arXiv:2602.21222

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceZero-shot GeneralizationSentiment AnalysisQuestion Answering

Similar Papers 제목 키워드 기반

LoRAtorio: An intrinsic approach to LoRA Skill Composition

2025-08-15 · Niki Foteinopoulou, Ignas Budvytis, Stephan Liwicki arxiv

Low-Rank Adaptation (LoRA) has become a widely adopted technique in text-to-image diffusion models, enabling the personalisation of visual concepts such as characters, styles, and objects. However, existing approaches st…

Colluding LoRA: A Compositional Vulnerability in LLM Safety Alignment

2026-03-13 · Sihao Ding arxiv

We show that safety alignment in modular LLMs can exhibit a compositional vulnerability: adapters that appear benign and plausibly functional in isolation can, when linearly composed, compromise safety. We study this fai…

AC-LoRA: (Almost) Training-Free Access Control-Aware Multi-Modal LLMs

2025-05-15 · Lara Magdalena Lazier, Aritra Dhar, Vasilije Stambolic, Lukas Cavigelli

Corporate LLMs are gaining traction for efficient knowledge dissemination and management within organizations. However, as current LLMs are vulnerable to leaking sensitive information, it has proven difficult to apply th…

Document Embedding

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…

Decoupling Knowledge and Task Subspaces for Composable Parametric Retrieval Augmented Generation

2026-04-29 · Weihang Su, Hanwen Zhang, Qingyao Ai, Yiqun Liu arxiv

Parametric Retrieval-Augmented Generation (PRAG) encodes external documents into lightweight parameter modules that can be retrieved and merged at inference time, offering a promising alternative to in-context retrieval …