paper-with-me

Papers

Marco-MoE: Open Multilingual Mixture-of-Expert Language Models with Efficient Upcycling

2026-04-28 · Fan Jiang, Yu Zhao, Chenyang Lyu, Tianqi Shi, Yichao Du, Feihu Jiang, Longyue Wang, Weihua Luo arxiv

We present Marco-MoE, a suite of fully open multilingual sparse Mixture-of-Experts (MoE) models. Marco-MoE features a highly sparse design in which only around 5\% of the total parameters are activated per input token. This extreme sparsity, combined with upcycling from dense models, enables efficient pre-training on 5T tokens. Our models surpass similarly-sized competitors on English and multilingual benchmarks, achieving a best-in-class performance-to-compute ratio. We further post-train these models to create Marco-MoE-\textsc{Instruct} variants, which surpass the performance of competing models possessing $3$--$14\times$ more activated parameters. Our analysis reveals that Marco-MoE learns structured expert activation patterns shared across related languages, while maintaining highly specialized utilization for linguistically isolated ones. We further show that Marco-MoE allows for scalable language expansion without the interference typical of dense models. To support the community, we disclose our full training datasets, recipes, and model weights.

📄 PDF Abstract BibTeX arXiv:2604.25578

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Marco-LLM: Bridging Languages via Massive Multilingual Training for Cross-Lingual Enhancement

2024-12-05 · Lingfeng Ming, Bo Zeng, Chenyang Lyu, Tianqi Shi 외

Large Language Models (LLMs) have achieved remarkable progress in recent years; however, their excellent performance is still largely limited to major world languages, primarily English. Many LLMs continue to face challe…

BelebeleMachine Translation

mMARCO: A Multilingual Version of the MS MARCO Passage Ranking Dataset

2021-08-31 · Luiz Bonifacio, Vitor Jeronymo, Hugo Queiroz Abonizio, Israel Campiotti 외

The MS MARCO ranking dataset has been widely used for training deep learning models for IR tasks, achieving considerable effectiveness on diverse zero-shot scenarios. However, this type of resource is scarce in languages…

Information RetrievalMachine TranslationPassage RankingReranking+3

RouterRetriever: Routing over a Mixture of Expert Embedding Models

2024-09-04 · Hyunji Lee, Luca Soldaini, Arman Cohan, Minjoon Seo 외

Information retrieval methods often rely on a single embedding model trained on large, general-domain datasets like MSMARCO. While this approach can produce a retriever with reasonable overall performance, they often und…

Information RetrievalLanguage ModelingLanguage ModellingRetrieval

Marco-Bench-MIF: On Multilingual Instruction-Following Capability of Large Language Models

2025-07-16 · Bo Zeng, Chenyang Lyu, Sinuo Liu, Mingyan Zeng 외 arxiv

Instruction-following capability has become a major ability to be evaluated for Large Language Models (LLMs). However, existing datasets, such as IFEval, are either predominantly monolingual and centered on English or si…

Instruction Following

Understanding Multilingualism in Mixture-of-Experts LLMs: Routing Mechanism, Expert Specialization, and Layerwise Steering

2026-01-20 · Yuxin Chen, Zhengzhou Cai, Xiangtian Ji, Weixiang Zhao 외 arxiv

Mixture-of-Experts (MoE) architectures have shown strong multilingual capabilities, yet the internal mechanisms underlying performance gains and cross-language differences remain insufficiently understood. In this work, …