paper-with-me

Papers

Routing Distilled Knowledge via Mixture of LoRA Experts for Large Language Model based Bundle Generation

2025-08-24 · Kaidong Feng, Zhu Sun, Hui Fang, Jie Yang, Wenyuan Liu, Yew-Soon Ong arxiv

Large Language Models (LLMs) have shown potential in automatic bundle generation but suffer from prohibitive computational costs. Although knowledge distillation offers a pathway to more efficient student models, our preliminary study reveals that naively integrating diverse types of distilled knowledge from teacher LLMs into student LLMs leads to knowledge conflict, negatively impacting the performance of bundle generation. To address this, we propose RouteDK, a framework for routing distilled knowledge through a mixture of LoRA expert architecture. Specifically, we first distill knowledge from the teacher LLM for bundle generation in two complementary types: high-level knowledge (generalizable rules) and fine-grained knowledge (session-specific reasoning). We then train knowledge-specific LoRA experts for each type of knowledge together with a base LoRA expert. For effective integration, we propose a dynamic fusion module, featuring an input-aware router, where the router balances expert contributions by dynamically determining optimal weights based on input, thereby effectively mitigating knowledge conflicts. To further improve inference reliability, we design an inference-time enhancement module to reduce variance and mitigate suboptimal reasoning. Experiments on three public datasets show that our RouteDK achieves accuracy comparable to or even better than the teacher LLM, while maintaining strong computational efficiency. In addition, it outperforms state-of-the-art approaches for bundle generation.

📄 PDF Abstract BibTeX arXiv:2508.17250

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyKnowledge Distillation

Similar Papers 제목 키워드 기반

Learning to Select, Not Relearn: Hard-Routed Mixtures of Reasoning LoRAs

2026-06-30 · Seyed Alireza Molavi, Zhan Su, Yan Hu, Peyman Sheikholharam Mashhadi 외 arxiv

Composing independently trained LoRA adapters into a single large language model is useful for multi-domain adaptation, especially when the original training data cannot be shared. A common approach is to use MoE-style r…

Reinforcement LearningDomain Adaptation

MoDE: A Mixture-of-Experts Model with Mutual Distillation among the Experts

2024-01-31 · Zhitian Xie, Yinger Zhang, Chenyi Zhuang, Qitao Shi 외

The application of mixture-of-experts (MoE) is gaining popularity due to its ability to improve model's performance. In an MoE structure, the gate layer plays a significant role in distinguishing and routing input featur…

Mixture-of-Experts

CoMoL: Efficient Mixture of LoRA Experts via Dynamic Core Space Merging

2026-02-28 · Jie Cao, Zhenxuan Fan, Zhuonan Wang, Tianwei Lin 외 arxiv

Large language models (LLMs) achieve remarkable performance on diverse downstream and domain-specific tasks via parameter-efficient fine-tuning (PEFT). However, existing PEFT methods, particularly MoE-LoRA architectures,…

parameter-efficient fine-tuning

TalkLoRA: Communication-Aware Mixture of Low-Rank Adaptation for Large Language Models

2026-04-07 · Lin Mu, Haiyang Wang, Li Ni, Lei Sang 외 arxiv

Low-Rank Adaptation (LoRA) enables parameter-efficient fine-tuning of Large Language Models (LLMs), and recent Mixture-of-Experts (MoE) extensions further enhance flexibility by dynamically combining multiple LoRA expert…

parameter-efficient fine-tuning

StableMoE: Stable Routing Strategy for Mixture of Experts

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The Mixture-of-Experts (MoE) technique can scale up the model size of Transformers with an affordable computational overhead. We point out that existing learning-to-route MoE methods suffer from the routing fluctuation i…

Language ModelingLanguage ModellingMachine TranslationMixture-of-Experts