Decoupled Mixture-of-Experts for Parametric Knowledge Injection

πŸ“… 2026-06-12
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work addresses the trade-off between flexibility and integrability when injecting external, domain-specific, or time-sensitive knowledge into large language modelsβ€”a challenge that often leads to catastrophic forgetting, knowledge conflicts, or high update costs. To overcome these limitations, the authors propose Decoupled Mixture of Experts (DMoE), which encodes external knowledge into independently updatable expert modules. A lightweight, uncertainty-aware router dynamically activates relevant experts only when the base model exhibits insufficient knowledge. Crucially, experts are attached solely to the final feed-forward layer, enabling efficient autoregressive inference and reuse of key-value caches. DMoE is the first approach to fully decouple both experts and the router from the base model, achieving high parameter efficiency in knowledge injection while preserving generation quality. It significantly outperforms retrieval-augmented and adapter-based baselines across multiple knowledge-intensive benchmarks.
πŸ“ Abstract
Knowledge injection aims to equip large language models (LLMs) with external, domain-specific, or time-sensitive knowledge. Existing approaches typically face a trade-off between flexibility and integration: retrieval-augmented generation keeps knowledge outside the model but only provides prompt-level augmentation, whereas post-training based methods encode new knowledge into shared parameters but may introduce catastrophic forgetting, knowledge conflict, and costly updates. In this paper, we propose Decoupled Mixture-of-Experts (DMoE), a modular architecture for parametric knowledge injection that decouples both experts and the router from the base model. DMoE converts external knowledge corpora into independently updatable expert modules and uses a lightweight uncertainty-aware router to activate relevant experts only when the base model lacks sufficient knowledge during generation. To support efficient auto-regressive inference, DMoE attaches experts only to the final-layer feed-forward network, preserving KV-cache reuse while enabling parameter-level knowledge augmentation. Experiments on knowledge-intensive benchmarks show that DMoE consistently improves answer quality over retrieval and adapter-based baselines.
Problem

Research questions and friction points this paper is trying to address.

knowledge injection
large language models
catastrophic forgetting
retrieval-augmented generation
parametric knowledge
Innovation

Methods, ideas, or system contributions that make the work stand out.

Decoupled Mixture-of-Experts
parametric knowledge injection
uncertainty-aware routing
modular architecture
knowledge-intensive generation