CLLGJun 17, 2024

Self-MoE: Towards Compositional Large Language Models with Self-Specialized Experts

arXiv:2406.12034v223 citations
Originality Highly original
AI Analysis

This addresses the need for more efficient, scalable, and adaptable LLMs without extensive human-labeled data, offering better flexibility and interpretability for AI systems.

The paper tackles the problem of monolithic large language models (LLMs) by proposing Self-MoE, which transforms them into a modular system of self-specialized experts, resulting in an average 6.5% improvement over the base LLM across diverse benchmarks like knowledge, reasoning, math, and coding.

We present Self-MoE, an approach that transforms a monolithic LLM into a compositional, modular system of self-specialized experts, named MiXSE (MiXture of Self-specialized Experts). Our approach leverages self-specialization, which constructs expert modules using self-generated synthetic data, each equipping a shared base LLM with distinct domain-specific capabilities, activated via self-optimized routing. This allows for dynamic and capability-specific handling of various target tasks, enhancing overall capabilities, without extensive human-labeled data and added parameters. Our empirical results reveal that specializing LLMs may exhibit potential trade-offs in performances on non-specialized tasks. On the other hand, our Self-MoE demonstrates substantial improvements (6.5%p on average) over the base LLM across diverse benchmarks such as knowledge, reasoning, math, and coding. It also consistently outperforms other methods, including instance merging and weight merging, while offering better flexibility and interpretability by design with semantic experts and routing. Our findings highlight the critical role of modularity, the applicability of Self-MoE to multiple base LLMs, and the potential of self-improvement in achieving efficient, scalable, and adaptable systems.

Foundations

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

Your Notes