paper-with-me

홈 › Papers

MeteoRA: Multiple-tasks Embedded LoRA for Large Language Models

2024-05-19 · Jingwei Xu, Junyu Lai, Yunpeng Huang

The pretrain+fine-tune paradigm is foundational for deploying large language models (LLMs) across various downstream applications. Within this framework, Low-Rank Adaptation (LoRA) stands out for its parameter-efficient fine-tuning (PEFT), producing numerous reusable task-specific LoRA adapters. However, this approach requires explicit task intention selection, posing challenges for autonomous task sensing and switching during inference with multiple existing LoRA adapters embedded in a single LLM. In this work, we introduce MeteoRA (Multiple-tasks embedded LoRA), a scalable and efficient framework that reuses multiple task-specific LoRA adapters into the base LLM via a full-mode Mixture-of-Experts (MoE) architecture. This framework also includes novel MoE forward acceleration strategies to address the efficiency challenges of traditional MoE implementations. Our evaluation, using the LlaMA2-13B and LlaMA3-8B base models equipped with 28 existing LoRA adapters through MeteoRA, demonstrates equivalent performance with the traditional PEFT method. Moreover, the LLM equipped with MeteoRA achieves superior performance in handling composite tasks, effectively solving ten sequential problems in a single inference pass, thereby demonstrating the framework's enhanced capability for timely adapter switching.

📄 PDF Abstract BibTeX arXiv:2405.13053

Code (1)

paragonlight/meteor-of-lora 공식 구현 jax

Tasks

Mixture-of-Expertsparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

MoE 설명 없음
BASE 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

Ranking Free RAG: Replacing Re-ranking with Selection in RAG for Sensitive Domains

2025-05-21 · Yash Saxena, Anpur Padia, Mandar S Chaudhary, Kalpa Gunaratna 외

Traditional Retrieval-Augmented Generation (RAG) pipelines rely on similarity-based retrieval and re-ranking, which depend on heuristics such as top-k, and lack explainability, interpretability, and robustness against ad…

RAGRe-RankingRetrievalRetrieval-augmented Generation

RankMap: Priority-Aware Multi-DNN Manager for Heterogeneous Embedded Devices

2024-11-26 · Andreas Karatzas, Dimitrios Stamoulis, Iraklis Anagnostopoulos

Modern edge data centers simultaneously handle multiple Deep Neural Networks (DNNs), leading to significant challenges in workload management. Thus, current management systems must leverage the architectural heterogeneit…

Management

H2LooP Spark Preview: Continual Pretraining of Large Language Models for Low-Level Embedded Systems Code

2026-03-11 · Amit Singh, Vedant Nipane, Pulkit Agrawal, Jatin Kishnani 외 arxiv

Large language models (LLMs) demonstrate strong code generation abilities in general-purpose programming languages but remain limited in specialized domains such as low-level embedded systems programming. This domain inv…

Continual PretrainingCode GenerationCode Completion

BiLoRA: A Bi-level Optimization Framework for Overfitting-Resilient Low-Rank Adaptation of Large Pre-trained Models

2024-03-19 · Rushi Qiang, Ruiyi Zhang, Pengtao Xie

Low-rank adaptation (LoRA) is a popular method for fine-tuning large-scale pre-trained models in downstream tasks by learning low-rank incremental matrices. Though LoRA and its variants effectively reduce the number of t…

Natural Language Understanding

EXPLORATION OF EFFICIENT ON-DEVICE ACOUSTIC MODELING WITH NEURAL NETWORKS

2018-09-27 · Wonyong Sung, Lukas Lee, Jinwhan Park

Real-time speech recognition on mobile and embedded devices is an important application of neural networks. Acoustic modeling is the fundamental part of speech recognition and is usually implemented with long short-term …

speech-recognitionSpeech Recognition