Raghu Meka


2023

pdf bib
On the Benefits of Learning to Route in Mixture-of-Experts Models
Nishanth Dikkala | Nikhil Ghosh | Raghu Meka | Rina Panigrahy | Nikhil Vyas | Xin Wang
Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing

Mixture-of-Expert (MoE) Transformer models, such as the Switch Transformer, allow us to successfully scale up model sizes while keeping the amount of compute time fixed. Prior work has established the computational efficiency benefits of using these models. A core component of these models is a router that routes input tokens to different experts in a layer. We show theoretical and empirical evidence that the router’s ability to route tokens intelligently confers a significant advantage to MoE models. We study synthetic settings where the input data is distributed in clusters and show theoretically and empirically that the router learns to route the inputs according to these clusters. Then we perform experiments on real data using the T5X library, where we observe that a trainable router confers a non-trivial benefit instead of a non-trainable router.