paper-with-me

홈 › Papers

LoraRetriever: Input-Aware LoRA Retrieval and Composition for Mixed Tasks in the Wild

2024-02-15 · Ziyu Zhao, Leilei Gan, Guoyin Wang, Wangchunshu Zhou, Hongxia Yang, Kun Kuang, Fei Wu

Low-Rank Adaptation (LoRA) provides an effective yet efficient solution for fine-tuning large language models (LLM). The modular and plug-and-play nature of LoRA enables the integration of diverse domain-specific LoRAs to enhance the capabilities of LLMs. Previous research on exploiting multiple LoRAs either focuses on specific isolated downstream tasks or fixes the selection of LoRAs during training. However, in real-world scenarios, LLMs receive diverse prompts covering different tasks, and the pool of candidate LoRAs is often dynamically updated. To bridge this gap, we propose LoraRetriever, a retrieve-then-compose framework that adaptively retrieves and composes multiple LoRAs according to the input prompts. LoraRetriever contains three main components: firstly, identifying and retrieving LoRAs relevant to the given input; secondly, formulating strategies for effectively integrating the retrieved LoRAs; and thirdly, developing efficient batch inference to accommodate heterogeneous requests. Experimental results indicate that LoraRetriever consistently outperforms the baselines, highlighting its practical effectiveness and versatility.

📄 PDF Abstract BibTeX arXiv:2402.09997

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Retrieval-Augmented Mixture of LoRA Experts for Uploadable Machine Learning

2024-06-24 · Ziyu Zhao, Leilei Gan, Guoyin Wang, Yuwei Hu 외

Low-Rank Adaptation (LoRA) offers an efficient way to fine-tune large language models (LLMs). Its modular and plug-and-play nature allows the integration of various domain-specific LoRAs, enhancing LLM capabilities. Open…

Retrieval

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

MCA: Modality Composition Awareness for Robust Composed Multimodal Retrieval

2025-10-17 · Qiyu Wu, Shuyang Cui, Satoshi Hayakawa, Wei-Yao Wang 외 arxiv

Multimodal retrieval, which seeks to retrieve relevant content across modalities such as text or image, supports applications from AI search to contents production. Despite the success of separate-encoder approaches like…

Contrastive Learning

SeedER: Seed-and-Expand Retrieval from Knowledge Graphs

2026-05-22 · Hamed Shirzad, Frederik Wenkel, Dominique Beaini, Danica J. Sutherland 외 arxiv

Knowledge graphs (KGs) offer a rich representation for relational knowledge, but their irregular structure makes retrieval challenging: ego-graph expansion grows rapidly, and dense embedding methods struggle with multi-h…

Reinforcement LearningKnowledge Graphs

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…