Parameter-efficient fine-tuning (LoRA family)
MoELoRA
Superseded — cited as a baseline and beaten by newer methods
11 papers critique it · 10 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites MoELoRA as a baseline.
Compared to the base model, the three multi-task LoRA method (MOELoRA, MTL-LoRA, and HydraLoRA) are effective, but fail to effectively learn the instruction patterns in the pre-trained weights due to the random initialization of their experts
“However, our experimental results indicate that these models are less effective in multi-modal fusion.”
“Approaches like MultiLoRA and MoELoRA improve LoRA's multi-task performance in joint training scenarios by integrating multiple LoRAs or utilizing expert routing. However, they fail to strike a good balance between task-specific information and task-information sharing, resulting in suboptimal performance.”
“many MoE-LoRA variants operate at relatively coarse granularity (e.g., selecting experts at layer/module level), and routing can suffer from imbalance or collapse without careful regularization”
“the reliance on routers prevents the adapted parameters from being merged back into the base model, leading to considerable inference overhead and extra storage requirements, thereby hindering real-world deployment”
“Compared with LoRA Fine-Tune, MoELoRA has superior anti-forgetting performance due to the multi-experts mixture mechanism, while it fails in some tasks.”
“they implicitly assume that experts operate independently. In practice, this independence amplifies routing noise, induces sharp and low-entropy gating distributions, and causes the routing mass to concentrate on a small subset of experts”
“However, while these methods effectively mitigate interference, they allocate separate LoRA modules per expert, leading to a multiplicative increase in parameter count as the number of experts grows.”
“LoRA-MoE lacks fine-grained rank control due to its expert-level gating”
“Although the MoELoRA moelora and HydraLoRA hydralora architectures use different weights for different tokens, they do not adequately address the limitations of shared input-output projections.”
“the allocation of expert numbers in the LoRA-MoE architecture still relies on manual settings, potentially leading to significant parameter redundancy and overfitting issues, thereby weakening the model's generalization capability and downstream task performance.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating MoELoRA. Values are copied from the source paper's tables — verify against the cited paper.
MAGE (Mixture and Aggregation of General LoRA and Expert LoRA) beats MoELoRA
12.26 vs 19.08
Forgetting · [non-model-expansion]
Continual-NExT: A Unified Comprehension And Generation Continual Learning FrameworkACE-LoRA beats MoELoRA
8.8639 vs 7.8801
Overall Score · [Avg. metric]
ACE-LoRA: Adaptive Orthogonal Decoupling for Continual Image EditingTalkLoRA beats MoELoRA
82.9 vs 78.3
Avg · [LLaMA2-7B, r=32]
TalkLoRA: Communication-Aware Mixture of Low-Rank Adaptation for Large Language ModelsPI-LoRA beats MoELoRA
0.550 vs 0.520
Tree_Acc · [Qwen 2.5 7B, Text2MDT end-to-end]
FT-MDT: Extracting Decision Trees from Medical Texts via a Novel Low-rank Adaptation MethodMTL-LoRA beats MoELoRA
82.1 vs 78.3
Avg. · [commonsense reasoning tasks]
MTL-LoRA: Low-Rank Adaptation for Multi-Task LearningLoRA-MCL (annealed) beats MoELoRA
0.415 vs 0.405
SPIDEr · [BS (Beam Search) decoding]
Multiple Choice Learning of Low Rank Adapters for Language ModelingOMoE-DoRA beats MoELoRA
75.7 vs 73.9
Avg. · [LLaMA-2 7B, multi-task (MT)]
OMoE: Diversifying Mixture of Low-Rank Adaptation by Orthogonal FinetuningMoR (E8R8) beats MoELoRA
55.74 vs 54.43
Average · [Commonsense & Reading Comprehension, Language Modeling, World Knowledge]
MoR: Mixture of Ranks for Low-Rank Adaptation TuningOMoE-LoRA beats MoELoRA
75.5 vs 73.9
Avg. · [LLaMA-2 7B, multi-task (MT)]
OMoE: Diversifying Mixture of Low-Rank Adaptation by Orthogonal FinetuningLoRA-MCL beats MoELoRA
0.666 vs 0.654
Div2 · [DBS (Diverse Beam Search) with lambda=0.8, Beam=3]
Multiple Choice Learning of Low Rank Adapters for Language ModelingMiLoRA beats MoELoRA
77.8 vs 76.8
Overall Accuracy · [LlaMA-2 7B single-task]
MiLoRA: Efficient Mixture of Low-Rank Adaptation for Large Language Models Fine-tuningTeamLoRA beats MoELoRA
60.29 vs 59.69
What to use instead
Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.
- May 29, 2026
- May 28, 2026
- May 19, 2026
- May 15, 2026
- May 12, 2026
- May 11, 2026
- May 11, 2026
- May 8, 2026
- May 5, 2026
- May 5, 2026
- May 5, 2026
- RDP LoRARDP LoRA: Geometry-Driven Identification for Parameter-Efficient Adaptation in Large Language ModelsApr 21, 2026