English
Related papers

Related papers: Training Foundation Models on a Full-Stack AMD Pla…

200 papers

Production LLM workloads increasingly serve discriminative tasks, such as classification, recommendation, and verification, whose answers are read from the logits of a single prefill pass with no autoregressive decoding. Serving these…

Machine Learning · Computer Science 2026-05-18 Zhaoyuan Su , Olatunji Ruwase , Karthik Ganesan , Aurick Qiao , Samyam Rajbhandari , Juncheng Yang , Yue Cheng , Yuxiong He

While hardware-software co-design has significantly improved the efficiency of neural network inference, modeling the training phase remains a critical yet underexplored challenge. Training workloads impose distinct constraints,…

Machine Learning · Computer Science 2026-03-17 Jérémy Morlier , Robin Geens , Stef Cuyckens , Arne Symons , Marian Verhelst , Vincent Gripon , Mathieu Léonardon

Recent Mixture-of-Experts (MoE)-based large language models (LLMs) such as Qwen-MoE and DeepSeek-MoE are transforming generative AI in natural language processing. However, these models require vast and diverse training data. Federated…

Machine Learning · Computer Science 2026-02-17 Songyuan Li , Jia Hu , Ahmed M. Abdelmoniem , Geyong Min , Haojun Huang , Jiwei Huang

We introduce A.X K1, a 519B-parameter Mixture-of-Experts (MoE) language model trained from scratch. Our design leverages scaling laws to optimize training configurations and vocabulary size under fixed computational budgets. A.X K1 is…

Large language models (LLMs) require enormous computing power to pretrain on massive datasets. When limited datasets are available, smaller-sized LLMs are better choice to pretrain (on user-specified datasets) by following the scaling laws…

Machine Learning · Computer Science 2026-03-23 Praveen Rao

Sparse large language models (LLMs) with Mixture of Experts (MoE) and close to a trillion parameters are dominating the realm of most capable language models. However, the massive model scale poses significant challenges for the underlying…

Training large language models is an expensive, compute-bound process that must be repeated as models scale, algorithms improve, and new data is collected. To address this, next-generation hardware accelerators increasingly support…

Machine Learning · Computer Science 2025-06-27 Huangyuan Su , Mujin Kwun , Stephanie Gil , Sham Kakade , Nikhil Anand

Artificial intelligence (AI) has achieved astonishing successes in many domains, especially with the recent breakthroughs in the development of foundational large models. These large models, leveraging their extensive training data, provide…

Machine Learning · Computer Science 2026-01-27 Siyuan Mu , Sen Lin

In recent years, a plethora of open-source foundation models have emerged, achieving remarkable progress in some widely attended fields, with performance being quite close to that of closed-source models. However, in high-value but more…

Machine Learning · Computer Science 2025-08-26 Lei Bai , Zhongrui Cai , Yuhang Cao , Maosong Cao , Weihan Cao , Chiyu Chen , Haojiong Chen , Kai Chen , Pengcheng Chen , Ying Chen , Yongkang Chen , Yu Cheng , Pei Chu , Tao Chu , Erfei Cui , Ganqu Cui , Long Cui , Ziyun Cui , Nianchen Deng , Ning Ding , Nanqing Dong , Peijie Dong , Shihan Dou , Sinan Du , Haodong Duan , Caihua Fan , Ben Gao , Changjiang Gao , Jianfei Gao , Songyang Gao , Yang Gao , Zhangwei Gao , Jiaye Ge , Qiming Ge , Lixin Gu , Yuzhe Gu , Aijia Guo , Qipeng Guo , Xu Guo , Conghui He , Junjun He , Yili Hong , Siyuan Hou , Caiyu Hu , Hanglei Hu , Jucheng Hu , Ming Hu , Zhouqi Hua , Haian Huang , Junhao Huang , Xu Huang , Zixian Huang , Zhe Jiang , Lingkai Kong , Linyang Li , Peiji Li , Pengze Li , Shuaibin Li , Tianbin Li , Wei Li , Yuqiang Li , Dahua Lin , Junyao Lin , Tianyi Lin , Zhishan Lin , Hongwei Liu , Jiangning Liu , Jiyao Liu , Junnan Liu , Kai Liu , Kaiwen Liu , Kuikun Liu , Shichun Liu , Shudong Liu , Wei Liu , Xinyao Liu , Yuhong Liu , Zhan Liu , Yinquan Lu , Haijun Lv , Hongxia Lv , Huijie Lv , Qitan Lv , Ying Lv , Chengqi Lyu , Chenglong Ma , Jianpeng Ma , Ren Ma , Runmin Ma , Runyuan Ma , Xinzhu Ma , Yichuan Ma , Zihan Ma , Sixuan Mi , Junzhi Ning , Wenchang Ning , Xinle Pang , Jiahui Peng , Runyu Peng , Yu Qiao , Jiantao Qiu , Xiaoye Qu , Yuan Qu , Yuchen Ren , Fukai Shang , Wenqi Shao , Junhao Shen , Shuaike Shen , Chunfeng Song , Demin Song , Diping Song , Chenlin Su , Weijie Su , Weigao Sun , Yu Sun , Qian Tan , Cheng Tang , Huanze Tang , Kexian Tang , Shixiang Tang , Jian Tong , Aoran Wang , Bin Wang , Dong Wang , Lintao Wang , Rui Wang , Weiyun Wang , Wenhai Wang , Jiaqi Wang , Yi Wang , Ziyi Wang , Ling-I Wu , Wen Wu , Yue Wu , Zijian Wu , Linchen Xiao , Shuhao Xing , Chao Xu , Huihui Xu , Jun Xu , Ruiliang Xu , Wanghan Xu , GanLin Yang , Yuming Yang , Haochen Ye , Jin Ye , Shenglong Ye , Jia Yu , Jiashuo Yu , Jing Yu , Fei Yuan , Yuhang Zang , Bo Zhang , Chao Zhang , Chen Zhang , Hongjie Zhang , Jin Zhang , Qiaosheng Zhang , Qiuyinzhe Zhang , Songyang Zhang , Taolin Zhang , Wenlong Zhang , Wenwei Zhang , Yechen Zhang , Ziyang Zhang , Haiteng Zhao , Qian Zhao , Xiangyu Zhao , Xiangyu Zhao , Bowen Zhou , Dongzhan Zhou , Peiheng Zhou , Yuhao Zhou , Yunhua Zhou , Dongsheng Zhu , Lin Zhu , Yicheng Zou

We introduce LLaDA-MoE, a large language diffusion model with the Mixture-of-Experts (MoE) architecture, trained from scratch on approximately 20T tokens. LLaDA-MoE achieves competitive performance with significantly reduced computational…

Recent large language models such as Gemini-1.5, DeepSeek-V3, and Llama-4 increasingly adopt Mixture-of-Experts (MoE) architectures, which offer strong efficiency-performance trade-offs by activating only a fraction of the model per token.…

Computation and Language · Computer Science 2025-05-27 Hao Kang , Zichun Yu , Chenyan Xiong

Is it always necessary to compute tokens from shallow to deep layers in Transformers? The continued success of vanilla Transformers and their variants suggests an undoubted "yes". In this work, however, we attempt to break the depth-ordered…

Computation and Language · Computer Science 2024-07-10 Zhuocheng Gong , Ang Lv , Jian Guan , Junxi Yan , Wei Wu , Huishuai Zhang , Minlie Huang , Dongyan Zhao , Rui Yan

Mixture-of-Experts (MoE) models have recently demonstrated exceptional performance across a diverse range of applications. The principle of sparse activation in MoE models facilitates an offloading strategy, wherein active experts are…

Computation and Language · Computer Science 2025-10-15 Yushu Zhao , Yubin Qin , Yang Wang , Xiaolong Yang , Huiming Han , Shaojun Wei , Yang Hu , Shouyi Yin

Federated learning enables collaborative model training across numerous edge devices without requiring participants to share data; however, memory and communication constraints on these edge devices may preclude their participation in…

Machine Learning · Computer Science 2025-09-04 Gwen Legate , Irina Rish , Eugene Belilovsky

This paper revisits the standard pretrain-then-finetune paradigm used in computer vision for visual recognition tasks. Typically, state-of-the-art foundation models are pretrained using large scale (weakly) supervised datasets with billions…

Recent efforts on Diffusion Mixture-of-Experts (MoE) models have primarily focused on developing more sophisticated routing mechanisms. However, we observe that the underlying architectural configuration space remains markedly…

Machine Learning · Computer Science 2025-12-02 Yahui Liu , Yang Yue , Jingyuan Zhang , Chenxi Sun , Yang Zhou , Wencong Zeng , Ruiming Tang , Guorui Zhou

Expert parallelism is vital for effectively training Mixture-of-Experts (MoE) models, enabling different devices to host distinct experts, with each device processing different input data. However, during expert parallel training, dynamic…

Distributed, Parallel, and Cluster Computing · Computer Science 2026-02-13 Xinyi Liu , Yujie Wang , Fangcheng Fu , Xuefeng Xiao , Huixia Li , Jiashi Li , Bin Cui

Deep learning (DL)-based code completion tools have transformed software development by enabling advanced code generation. These tools leverage models trained on vast amounts of code from numerous repositories, capturing general coding…

Software Engineering · Computer Science 2025-03-19 Alessandro Giagnorio , Alberto Martin-Lopez , Gabriele Bavota

Mixture-of-Experts (MoE) has gained increasing popularity as a promising framework for scaling up large language models (LLMs). However, training MoE from scratch in a large-scale setting still suffers from data-hungry and instability…

Computation and Language · Computer Science 2024-06-25 Tong Zhu , Xiaoye Qu , Daize Dong , Jiacheng Ruan , Jingqi Tong , Conghui He , Yu Cheng

The proliferation of large language models (LLMs) has led to the adoption of Mixture-of-Experts (MoE) architectures that dynamically leverage specialized subnetworks for improved efficiency and performance. Despite their benefits, MoE…

Computation and Language · Computer Science 2024-10-28 Ruisi Cai , Yeonju Ro , Geon-Woo Kim , Peihao Wang , Babak Ehteshami Bejnordi , Aditya Akella , Zhangyang Wang
‹ Prev 1 3 4 5 6 7 10 Next ›