We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CL

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: Parameter-Efficient Mixture-of-Experts Architecture for Pre-trained Language Models

Abstract: Recently, Mixture-of-Experts (short as MoE) architecture has achieved remarkable success in increasing the model capacity of large-scale language models. However, MoE requires incorporating significantly more parameters than the base model being extended. In this paper, we propose building a parameter-efficient MoE architecture by sharing information among experts. We adopt the matrix product operator (MPO, a tensor decomposition from quantum many-body physics) to reconstruct the parameter matrix in the expert layer and increase model capacity for pre-trained language models by sharing parameters of the central tensor (containing the core information) among different experts while enabling the specificity through the auxiliary tensors (complementing the central tensor) of different experts. To address the unbalanced optimization issue, we further design the gradient mask strategy for the MPO-based MoE architecture. Extensive experiments based on T5 and GPT-2 show improved performance and efficiency of the pre-trained language model (27.2x reduction in total parameters for the superior model performance, compared with the Switch Transformers). Our code is publicly available at this https URL
Comments: 11 pages, 2 figures, 2 tables
Subjects: Computation and Language (cs.CL); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Quantum Physics (quant-ph)
Journal reference: COLING2022 Oral Presentation
Cite as: arXiv:2203.01104 [cs.CL]
  (or arXiv:2203.01104v4 [cs.CL] for this version)

Submission history

From: Ze-Feng Gao [view email]
[v1] Wed, 2 Mar 2022 13:44:49 GMT (1421kb,D)
[v2] Tue, 13 Sep 2022 14:31:24 GMT (679kb,D)
[v3] Thu, 15 Sep 2022 06:59:19 GMT (686kb,D)
[v4] Mon, 10 Oct 2022 06:41:52 GMT (1336kb,D)

Link back to: arXiv, form interface, contact.