English
Related papers

Related papers: Scaling Embeddings Outperforms Scaling Experts in …

200 papers

The Mixture of Experts (MoE) is a widely known neural architecture where an ensemble of specialized sub-models optimizes overall performance with a constant computational cost. However, conventional MoEs pose challenges at scale due to the…

Computation and Language · Computer Science 2023-09-12 Ted Zadouri , Ahmet Üstün , Arash Ahmadian , Beyza Ermiş , Acyr Locatelli , Sara Hooker

Mixture-of-Experts (MoE) models have gained popularity in achieving state-of-the-art performance in a wide range of tasks in computer vision and natural language processing. They effectively expand the model capacity while incurring a…

Distributed, Parallel, and Cluster Computing · Computer Science 2023-06-21 Haiyang Huang , Newsha Ardalani , Anna Sun , Liu Ke , Hsien-Hsin S. Lee , Anjali Sridhar , Shruti Bhosale , Carole-Jean Wu , Benjamin Lee

Merging parameter-efficient task experts has recently gained growing attention as a way to build modular architectures that can be rapidly adapted on the fly for specific downstream tasks, without requiring additional fine-tuning.…

Mixture of Experts (MoE) models have become central to scaling large language models, yet their mechanistic differences from dense networks remain poorly understood. Previous work has explored how dense models use \textit{superposition} to…

Machine Learning · Computer Science 2025-12-29 Marmik Chaudhari , Jeremi Nuer , Rome Thorstenson

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…

Computation and Language · Computer Science 2022-10-14 Ze-Feng Gao , Peiyu Liu , Wayne Xin Zhao , Zhong-Yi Lu , Ji-Rong Wen

Recently, inspired by the concept of sparsity, Mixture-of-Experts (MoE) models have gained increasing popularity for scaling model size while keeping the number of activated parameters constant. In this study, we thoroughly investigate the…

Computation and Language · Computer Science 2024-11-26 Xiaoye Qu , Daize Dong , Xuyang Hu , Tong Zhu , Weigao Sun , Yu Cheng

Mixture-of-Experts (MoE) has recently emerged as the mainstream architecture for efficiently scaling large language models while maintaining near-constant computational cost. Expert parallelism distributes parameters by partitioning experts…

Distributed, Parallel, and Cluster Computing · Computer Science 2026-04-01 Adrian Zhao , Zhenkun Cai , Zhenyu Song , Lingfan Yu , Haozheng Fan , Jun Wu , Yida Wang , Nandita Vijaykumar

Large language models (LLMs) have revolutionized natural language processing by achieving state-of-the-art performance across various tasks. Recently, their effectiveness as embedding models has gained attention, marking a paradigm shift…

Computation and Language · Computer Science 2025-07-28 Chongyang Tao , Tao Shen , Shen Gao , Junshuo Zhang , Zhen Li , Kai Hua , Wenpeng Hu , Zhengwei Tao , Shuai Ma

We introduce LongCat-Flash-Thinking-2601, a 560-billion-parameter open-source Mixture-of-Experts (MoE) reasoning model with superior agentic reasoning capability. LongCat-Flash-Thinking-2601 achieves state-of-the-art performance among…

Artificial Intelligence · Computer Science 2026-02-03 Meituan LongCat Team , Anchun Gui , Bei Li , Bingyang Tao , Bole Zhou , Borun Chen , Chao Zhang , Chao Zhang , Chen Gao , Chen Zhang , Chengcheng Han , Chenhui Yang , Chuyu Zhang , Cong Chen , Cunguang Wang , Daoru Pan , Defei Bu , Dengchang Zhao , Di Xiu , Dishan Liu , Dongyu Ru , Dunwei Tu , Fan Wu , Fengcheng Yuan , Fengcun Li , Gang Xu , Guanyu Wu , Guoyuan Lin , Haibin Wang , Hansi Yang , Hao Yang , Haonan Yan , Haoxiang Ma , Haoxing Wen , Hongyan Hao , Hongyin Tang , Hongyu Zang , Hongzhi Ni , Hui Su , Jiacheng Zhang , Jiahong Zhou , Jiahuan Li , Jiaming Wang , Jian Yang , Jianfei Zhang , Jianhao Xu , Jianing Wang , Jiapeng Zhu , Jiaqi Sun , Jiarong Shi , Jiarui Zhao , Jingang Wang , Jinluan Yang , Jinrui Ding , Jinwei Xiao , Jiyuan He , Juncan Xu , Kefeng Zhang , Keheng Wang , Li Wei , Lianhui Ma , Lin Qiu , Lingbing Kong , Lingchuan Liu , Linsen Guo , Mengshen Zhu , Mengxia Shen , Mingyang Zhu , Peiguang Li , Peng Pei , Peng Zhao , Pengcheng Jia , Pengtao Zhang , Ping Liu , Qi Gu , Qiong Huang , Qiyuan Duan , Quanchi Weng , Rongxiang Weng , Rongzhi Zhang , Rumei Li , Shanglin Lei , Shengnan An , Shijun Dai , Shizhe Wu , Shuaikang Liu , Shuang Zhou , Shuo Wang , Songyuan Zhao , Tao Liang , Tianhao Hu , Tianze Chen , Wei Liu , Wei Shi , Wei Wang , Weifeng Tang , Wenjie Shi , Wenlong Zhu , Wentao Chen , Wentao Shi , Xi Su , Xiandi Ma , Xiangcheng Liu , Xiangyu Xi , Xiangyuan Liu , Xiangzhou Huang , Xiao Liu , Xiaodong Cai , Xiaolong Chen , Xiaowei Shi , Xiaoyu Li , Xin Chen , Xingchen Liu , Xuan Huang , Xuezhi Cao , Xunliang Cai , Yan Chen , Yang Bai , Yang Liu , Yang Yang , Yang Zheng , Yanyu Chen , Yaoming Wang , Yaoming Zhu , Yaorui Shi , Yaqi Huo , Yerui Sun , Yi Zhang , Yi-Kai Zhang , Yifan Lu , Yifan Zhao , Yihao Chen , Yitao Zhai , Yongjing Yin , Yongwei Zhou , Youshao Xiao , Yu Wang , Yu Yang , Yuchen Xie , Yuchen Yu , Yuchuan Dai , Yue Xu , Yueqing Sun , Yufei Zhang , Yuhuai Wei , Yulei Qian , Yunfan Liang , Yunke Zhao , Yuwei Jiang , Yuxin Bian , Yuxin Chen , Yuxin Liu , Zeyang Yu , Zhao Yang , Zhengsheng Huang , Zhengyu Chen , Zhijian Liu , Zhikang Xia , Zhimin Lin , Zhiyuan Yao , Zhuofan Chen , Zhuowen Han , Zijian Zhang , Ziran Li , Ziwen Wang , Ziyuan Zhuang

Large Transformer models yield impressive results on many tasks, but are expensive to train, or even fine-tune, and so slow at decoding that their use and study becomes out of reach. We address this problem by leveraging sparsity. We study…

As the computational demands for pre-training Large Language Models (LLMs) continue to surge, the need for efficient training paradigms becomes critical. Despite the vast resources already invested in existing pre-trained checkpoints, these…

Machine Learning · Computer Science 2026-05-18 Ruizhe Wang , Yucheng Ding , Xiao Liu , Yaoxiang Wang , Peng Cheng , Baining Guo , Zhengjun Zha , Yeyun Gong

Pretraining large language models (LLMs) is resource-intensive, often requiring months of training time even with high-end GPU clusters. There are two approaches of mitigating such computational demands: reusing smaller models to train…

Machine Learning · Computer Science 2025-06-17 Seng Pei Liew , Takuya Kato , Sho Takase

Empirical scaling laws for language models have encouraged the development of ever-larger LLMs, despite their growing computational and memory costs. Sparse Mixture-of-Experts (MoEs) offer a promising alternative by activating only a subset…

Computation and Language · Computer Science 2026-04-09 Zeliang Zhang , Nikhil Ghosh , Jiani Liu , Bin Yu , Xiaodong Liu

In this work, we propose a method that combines two popular research areas by injecting linguistic structures into pre-trained language models in the parameter-efficient fine-tuning (PEFT) setting. In our approach, parallel adapter modules…

Computation and Language · Computer Science 2023-10-26 Raymond Li , Gabriel Murray , Giuseppe Carenini

Diffusion transformers have been widely adopted for text-to-image synthesis. While scaling these models up to billions of parameters shows promise, the effectiveness of scaling beyond current sizes remains underexplored and challenging. By…

Computer Vision and Pattern Recognition · Computer Science 2025-03-05 Haotian Sun , Tao Lei , Bowen Zhang , Yanghao Li , Haoshuo Huang , Ruoming Pang , Bo Dai , Nan Du

Sparse mixture of experts (SMoE) have emerged as an effective approach for scaling large language models while keeping a constant computational cost. Regardless of several notable successes of SMoE, effective training such architecture…

Computation and Language · Computer Science 2024-06-25 Giang Do , Hung Le , Truyen Tran

Recent years have seen a growing interest and adoption of LLMs, with Mixture-of-Experts (MoE) emerging as a leading architecture in extremely large models. Currently, the largest open-source models reach over $1$T parameters. At such…

Mixture-of-Experts (MoE) models typically fix the number of activated experts $k$ at both training and inference. However, real-world deployments often face heterogeneous hardware, fluctuating workloads, and diverse quality-latency…

Computation and Language · Computer Science 2026-05-12 Naibin Gu , Zhenyu Zhang , Yuchen Feng , Yilong Chen , Peng Fu , Zheng Lin , Shuohuan Wang , Yu Sun , Hua Wu , Weiping Wang , Haifeng Wang

Scaling large language models (LLMs) significantly improves performance but comes with prohibitive computational costs. Mixture-of-Experts (MoE) models offer an efficient alternative, increasing capacity without a proportional rise in…

Machine Learning · Computer Science 2024-12-16 Aditya Vavre , Ethan He , Dennis Liu , Zijie Yan , June Yang , Nima Tajbakhsh , Ashwath Aithal
‹ Prev 1 3 4 5 6 7 10 Next ›