paper-with-me

Papers

Each Rank Could be an Expert: Single-Ranked Mixture of Experts LoRA for Multi-Task Learning

2025-01-25 · Ziyu Zhao, Yixiao Zhou, Didi Zhu, Tao Shen, Xuwu Wang, Jing Su, Kun Kuang, Zhongyu Wei, Fei Wu, Yu Cheng

Low-Rank Adaptation (LoRA) is widely used for adapting large language models (LLMs) to specific domains due to its efficiency and modularity. Meanwhile, vanilla LoRA struggles with task conflicts in multi-task scenarios. Recent works adopt Mixture of Experts (MoE) by treating each LoRA module as an expert, thereby mitigating task interference through multiple specialized LoRA modules. While effective, these methods often isolate knowledge within individual tasks, failing to fully exploit the shared knowledge across related tasks. In this paper, we establish a connection between single LoRA and multi-LoRA MoE, integrating them into a unified framework. We demonstrate that the dynamic routing of multiple LoRAs is functionally equivalent to rank partitioning and block-level activation within a single LoRA. We further empirically demonstrate that finer-grained LoRA partitioning, within the same total and activated parameter constraints, leads to better performance gains across heterogeneous tasks. Building on these findings, we propose Single-ranked Mixture of Experts LoRA (\textbf{SMoRA}), which embeds MoE into LoRA by \textit{treating each rank as an independent expert}. With a \textit{dynamic rank-wise activation} mechanism, SMoRA promotes finer-grained knowledge sharing while mitigating task conflicts. Experiments demonstrate that SMoRA activates fewer parameters yet achieves better performance in multi-task scenarios.

📄 PDF Abstract BibTeX arXiv:2501.15103

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-ExpertsMulti-Task Learning

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
MoE 설명 없음

Similar Papers 제목 키워드 기반

Ranked Voting based Self-Consistency of Large Language Models

2025-05-16 · Weiqin Wang, Yile Wang, Hui Huang

Majority voting is considered an effective method to enhance chain-of-thought reasoning, as it selects the answer with the highest "self-consistency" among different reasoning paths (Wang et al., 2023). However, previous…

Multiple-choiceOpen-Ended Question AnsweringQuestion Answering

Ranked Reward: Enabling Self-Play Reinforcement Learning for Combinatorial Optimization

2018-07-04 · Alexandre Laterre, Yunguan Fu, Mohamed Khalil Jabri, Alain-Sam Cohen 외

Adversarial self-play in two-player games has delivered impressive results when used with reinforcement learning algorithms that combine deep neural networks and tree search. Algorithms like AlphaZero and Expert Iteratio…

Combinatorial Optimizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

FlexMoE: One-for-All Nested Intra-Expert Pruning for MoE Language Models

2026-06-26 · Fan Mo, Yuxuan Han, Geng Zhang, Wangbo Zhao 외 arxiv

Mixture-of-Experts (MoE) language models scale model ability with sparsely activated experts, making this architecture a standard recipe for modern large models. However, sparse activation does not remove the deployment …

A Machine Learning Approach to Predict Chemical Reactions

2011-12-01 · NeurIPS 2011 12 · Matthew A. Kayala, Pierre F. Baldi

Being able to predict the course of arbitrary chemical reactions is essential to the theory and applications of organic chemistry. Previous approaches are not high-throughput, are not generalizable or scalable, or lack s…

BIG-bench Machine Learning

Aggregation of Models, Choices, Beliefs, and Preferences

2021-11-23 · Hamed Hamze Bajgiran, Houman Owhadi

A natural notion of rationality/consistency for aggregating models is that, for all (possibly aggregated) models $A$ and $B$, if the output of model $A$ is $f(A)$ and if the output model $B$ is $f(B)$, then the output of…

Decision MakingUncertainty Quantification