paper-with-me

Papers

ST-MoE: Designing Stable and Transferable Sparse Expert Models

2022-02-17 · Barret Zoph, Irwan Bello, Sameer Kumar, Nan Du, Yanping Huang, Jeff Dean, Noam Shazeer, William Fedus

Scale has opened new frontiers in natural language processing -- but at a high cost. In response, Mixture-of-Experts (MoE) and Switch Transformers have been proposed as an energy efficient path to even larger and more capable language models. But advancing the state-of-the-art across a broad set of natural language tasks has been hindered by training instabilities and uncertain quality during fine-tuning. Our work focuses on these issues and acts as a design guide. We conclude by scaling a sparse model to 269B parameters, with a computational cost comparable to a 32B dense encoder-decoder Transformer (Stable and Transferable Mixture-of-Experts or ST-MoE-32B). For the first time, a sparse model achieves state-of-the-art performance in transfer learning, across a diverse set of tasks including reasoning (SuperGLUE, ARC Easy, ARC Challenge), summarization (XSum, CNN-DM), closed book question answering (WebQA, Natural Questions), and adversarially constructed tasks (Winogrande, ANLI R3).

📄 PDF Abstract BibTeX arXiv:2202.08906

Code (3)

tensorflow/mesh 공식 구현 tf
xuefuzhao/openmoe pytorch
yikangshen/megablocks pytorch

Tasks

ARCCommon Sense ReasoningCoreference ResolutionDecoderMixture-of-ExpertsNatural Language InferenceNatural QuestionsQuestion AnsweringST-MoE-L 4.1B (fine-tuned)Transfer LearningWinograndeWord Sense Disambiguation

Methods 이 논문이 사용한 방법론

MoE 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Cross-token Modeling with Conditional Computation

2021-09-05 · Yuxuan Lou, Fuzhao Xue, Zangwei Zheng, Yang You

Mixture-of-Experts (MoE), a conditional computation architecture, achieved promising performance by scaling local module (i.e. feed-forward network) of transformer. However, scaling the cross-token module (i.e. self-atte…

Computational EfficiencyImage ClassificationMixture-of-Experts

MomentumSMoE: Integrating Momentum into Sparse Mixture of Experts

2024-10-18 · Rachel S. Y. Teo, Tan M. Nguyen

Sparse Mixture of Experts (SMoE) has become the key to unlocking unparalleled scalability in deep learning. SMoE has the potential to exponentially increase parameter count while maintaining the efficiency of the model b…

Language ModelingLanguage ModellingMixture-of-ExpertsObject Recognition

EvoMoE: An Evolutional Mixture-of-Experts Training Framework via Dense-To-Sparse Gate

2021-12-29 · Xiaonan Nie, Xupeng Miao, Shijie Cao, Lingxiao Ma 외

Mixture-of-experts (MoE) is becoming popular due to its success in improving the model quality, especially in Transformers. By routing tokens with a sparse gate to a few experts (i.e., a small pieces of the full model), …

Language ModelingLanguage ModellingMachine TranslationMasked Language Modeling+1

TrajMoE: Spatially-Aware Mixture of Experts for Unified Human Mobility Modeling

2025-05-24 · Chonghua Han, Yuan Yuan, Kaiyan Chen, Jingtao Ding 외

Modeling human mobility across diverse cities is essential for applications such as urban planning, transportation optimization, and personalized services. However, generalization remains challenging due to heterogeneous…

Mixture-of-Experts

A Novel Method For Designing Transferable Soft Sensors And Its Application

2020-08-05 · Hossein Shahabadi Farahani, Alireza Fatehi, Alireza Nadali, Mahdi Aliyari Shoorehdeli

In this paper, a new approach is proposed for designing transferable soft sensors. Soft sensing is one of the significant applications of data-driven methods in the condition monitoring of plants. While hard sensors can …

regressionTransfer Learning