paper-with-me

Papers

Lifelong Language Pretraining with Distribution-Specialized Experts

2023-05-20 · Wuyang Chen, Yanqi Zhou, Nan Du, Yanping Huang, James Laudon, Zhifeng Chen, Claire Cu

Pretraining on a large-scale corpus has become a standard method to build general language models (LMs). Adapting a model to new data distributions targeting different downstream tasks poses significant challenges. Naive fine-tuning may incur catastrophic forgetting when the over-parameterized LMs overfit the new data but fail to preserve the pretrained features. Lifelong learning (LLL) aims to enable information systems to learn from a continuous data stream across time. However, most prior work modifies the training recipe assuming a static fixed network architecture. We find that additional model capacity and proper regularization are key elements to achieving strong LLL performance. Thus, we propose Lifelong-MoE, an extensible MoE (Mixture-of-Experts) architecture that dynamically adds model capacity via adding experts with regularized pretraining. Our results show that by only introducing a limited number of extra experts while keeping the computation cost constant, our model can steadily adapt to data distribution shifts while preserving the previous knowledge. Compared to existing lifelong learning approaches, Lifelong-MoE achieves better few-shot performance on 19 downstream NLP tasks.

📄 PDF Abstract BibTeX arXiv:2305.12281

Code (0)

등록된 구현이 없습니다.

Tasks

Lifelong learningMixture-of-Experts

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Mix-MoE: Improving Multilingual Machine Translation of Large Language Models through Mixed MoEs

2026-05-23 · Bo Li, Tianyu Dong, Shaolin Zhu, Deyi Xiong arxiv

Large Language Models (LLMs) have shown great promise in multilingual machine translation (MT), even with limited bilingual supervision. However, fine-tuning LLMs with parallel corpora presents major challenges, namely p…

Machine Translation

Lifelong Pretraining: Continually Adapting Language Models to Emerging Corpora

2021-10-16 · NAACL 2022 7 · Xisen Jin, Dejiao Zhang, Henghui Zhu, Wei Xiao 외

Pretrained language models (PTLMs) are typically learned over a large, static corpus and further fine-tuned for various downstream tasks. However, when deployed in the real world, a PTLM-based model must deal with data d…

Continual LearningContinual PretrainingLanguage ModellingTransfer Learning

Lifelong Knowledge Editing for Vision Language Models with Low-Rank Mixture-of-Experts

2024-11-23 · CVPR 2025 1 · Qizhou Chen, Chengyu Wang, Dakan Wang, Taolin Zhang 외

Model editing aims to correct inaccurate knowledge, update outdated information, and incorporate new data into Large Language Models (LLMs) without the need for retraining. This task poses challenges in lifelong scenario…

knowledge editingMixture-of-ExpertsModel Editing

LEMoE: Advanced Mixture of Experts Adaptor for Lifelong Model Editing of Large Language Models

2024-06-28 · Renzhi Wang, Piji Li

Large language models (LLMs) require continual knowledge updates to stay abreast of the ever-changing world facts, prompting the formulation of lifelong model editing task. While recent years have witnessed the developme…

Mixture-of-ExpertsModel Editing

SEMINAR: Search Enhanced Multi-modal Interest Network and Approximate Retrieval for Lifelong Sequential Recommendation

2024-07-15 · Kaiming Shen, Xichen Ding, Zixiang Zheng, Yuqi Gong 외

The modeling of users' behaviors is crucial in modern recommendation systems. A lot of research focuses on modeling users' lifelong sequences, which can be extremely long and sometimes exceed thousands of items. These mo…

Click-Through Rate PredictionQuantizationRecommendation SystemsRetrieval+1