paper-with-me

홈 › Papers

Scalable and Efficient MoE Training for Multitask Multilingual Models

2021-09-22 · Young Jin Kim, Ammar Ahmad Awan, Alexandre Muzio, Andres Felipe Cruz Salinas, Liyang Lu, Amr Hendy, Samyam Rajbhandari, Yuxiong He, Hany Hassan Awadalla

The Mixture of Experts (MoE) models are an emerging class of sparsely activated deep learning models that have sublinear compute costs with respect to their parameters. In contrast with dense models, the sparse architecture of MoE offers opportunities for drastically growing model size with significant accuracy gain while consuming much lower compute budget. However, supporting large scale MoE training also has its own set of system and modeling challenges. To overcome the challenges and embrace the opportunities of MoE, we first develop a system capable of scaling MoE models efficiently to trillions of parameters. It combines multi-dimensional parallelism and heterogeneous memory technologies harmoniously with MoE to empower 8x larger models on the same hardware compared with existing work. Besides boosting system efficiency, we also present new training methods to improve MoE sample efficiency and leverage expert pruning strategy to improve inference time efficiency. By combining the efficient system and training methods, we are able to significantly scale up large multitask multilingual models for language generation which results in a great improvement in model accuracy. A model trained with 10 billion parameters on 50 languages can achieve state-of-the-art performance in Machine Translation (MT) and multilingual natural language generation tasks. The system support of efficient MoE training has been implemented and open-sourced with the DeepSpeed library.

📄 PDF Abstract BibTeX arXiv:2109.10465

Code (1)

microsoft/DeepSpeed 공식 구현 pytorch

Tasks

Machine TranslationMixture-of-ExpertsText Generation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

M3P: Learning Universal Representations via Multitask Multilingual Multimodal Pre-training

2020-06-04 · CVPR 2021 1 · Minheng Ni, Haoyang Huang, Lin Su, Edward Cui 외

We present M3P, a Multitask Multilingual Multimodal Pre-trained model that combines multilingual pre-training and multimodal pre-training into a unified framework via multitask pre-training. Our goal is to learn universa…

Image CaptioningImage RetrievalMachine TranslationMultimodal Machine Translation+3

Polyglot Prompt: Multilingual Multitask PrompTraining

2022-04-29 · Jinlan Fu, See-Kiong Ng, PengFei Liu

This paper aims for a potential architectural improvement for multilingual learning and asks: Can different tasks from different languages be modeled in a monolithic framework, i.e. without any task/language-specific mod…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language Inference+5

SUTRA: Scalable Multilingual Language Model Architecture

2024-05-07 · Abhijit Bendale, Michael Sapienza, Steven Ripplinger, Simon Gibbs 외

In this paper, we introduce SUTRA, multilingual Large Language Model architecture capable of understanding, reasoning, and generating text in over 50 languages. SUTRA's design uniquely decouples core conceptual understan…

Computational EfficiencyHallucinationLanguage ModelingLanguage Modelling+4

M3TQA: Massively Multilingual Multitask Table Question Answering

2025-08-22 · Daixin Shu, Jian Yang, Zhenhe Wu, Xianjie Wu 외 arxiv

Tabular data is a fundamental component of real-world information systems, yet most research in table understanding remains confined to English, leaving multilingual comprehension significantly underexplored. Existing mu…

Question Answering

Multilingual DistilWhisper: Efficient Distillation of Multi-task Speech Models via Language-Specific Experts

2023-11-02 · Thomas Palmeira Ferraz, Marcely Zanon Boito, Caroline Brun, Vassilina Nikoulina

Whisper is a multitask and multilingual speech model covering 99 languages. It yields commendable automatic speech recognition (ASR) results in a subset of its covered languages, but the model still underperforms on a no…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge Distillationspeech-recognition+1