CLAILGAug 15, 2024

FactorLLM: Factorizing Knowledge via Mixture of Experts for Large Language Models

arXiv:2408.11855v12 citationsh-index: 27Has Code
Originality Incremental advance
AI Analysis

This work addresses efficiency and knowledge management issues in large language models, offering an incremental improvement for AI practitioners by reducing computational overhead while maintaining performance.

The paper tackles knowledge confusion in large language models by introducing FactorLLM, which decomposes dense feed-forward networks into sparse sub-networks using a mixture-of-experts approach, achieving comparable performance to the source model with up to 85% model performance and over a 30% increase in inference speed.

Recent research has demonstrated that Feed-Forward Networks (FFNs) in Large Language Models (LLMs) play a pivotal role in storing diverse linguistic and factual knowledge. Conventional methods frequently face challenges due to knowledge confusion stemming from their monolithic and redundant architectures, which calls for more efficient solutions with minimal computational overhead, particularly for LLMs. In this paper, we explore the FFN computation paradigm in LLMs and introduce FactorLLM, a novel approach that decomposes well-trained dense FFNs into sparse sub-networks without requiring any further modifications, while maintaining the same level of performance. Furthermore, we embed a router from the Mixture-of-Experts (MoE), combined with our devised Prior-Approximate (PA) loss term that facilitates the dynamic activation of experts and knowledge adaptation, thereby accelerating computational processes and enhancing performance using minimal training data and fine-tuning steps. FactorLLM thus enables efficient knowledge factorization and activates select groups of experts specifically tailored to designated tasks, emulating the interactive functional segmentation of the human brain. Extensive experiments across various benchmarks demonstrate the effectiveness of our proposed FactorLLM which achieves comparable performance to the source model securing up to 85% model performance while obtaining over a 30% increase in inference speed. Code: https://github.com/zhenwuweihe/FactorLLM.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes