CLAIJul 31, 2024

PMoE: Progressive Mixture of Experts with Asymmetric Transformer for Continual Learning

arXiv:2407.21571v17 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses the problem of knowledge loss in LLMs for continual learning applications, but it is incremental as it builds on existing mixture-of-experts and transformer methods.

The paper tackles catastrophic forgetting in Large Language Models during continual learning by proposing PMoE, which uses an asymmetric transformer with shallow layers for general knowledge and deep layers with progressively added experts for new knowledge, achieving state-of-the-art performance on TRACE and language understanding datasets.

Large Language Models (LLMs) encounter significant challenges in continual learning due to catastrophic forgetting, where new information overwrites previously acquired knowledge. This limitation leads to substantial environmental and economic waste. In this study, we introduce the PMoE, Progressive Mixture of Experts with Asymmetric Transformer, which aims to minimize forgetting by utilizing an asymmetric design with shallow layers dedicated to general knowledge and deep layers for new knowledge. PMoE incorporates progressively added experts in deep layers and a router that allocates new knowledge to the appropriate experts efficiently. The router, positioned adjacent to the deep layers, utilizes deep features aggregating consolidated information. This enables the router to perform efficiently, allocating new knowledge to the appropriate experts, which progressively increase in the deep layers. Extensive experiments on TRACE datasets and general language understanding datasets demonstrate that the proposed PMoE outperforms previous state-of-the-art approaches.

Foundations

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

Your Notes