paper-with-me

Papers

Scaling Embeddings Outperforms Scaling Experts in Language Models

2026-01-29 · Hong Liu, Jiaqi Zhang, Chao Wang, Xing Hu, Linkun Lyu, Jiaqi Sun, Xurui Yang, Bo Wang, Fengcun Li, Yulei Qian, Lingtong Si, Yerui Sun, Rumei Li, Peng Pei, Yuchen Xie, Xunliang Cai arxiv

While Mixture-of-Experts (MoE) architectures have become the standard for sparsity scaling in large language models, they increasingly face diminishing returns and system-level bottlenecks. In this work, we explore embedding scaling as a potent, orthogonal dimension for scaling sparsity. Through a comprehensive analysis and experiments, we identify specific regimes where embedding scaling achieves a superior Pareto frontier compared to expert scaling. We systematically characterize the critical architectural factors governing this efficacy -- ranging from parameter budgeting to the interplay with model width and depth. Moreover, by integrating tailored system optimizations and speculative decoding, we effectively convert this sparsity into tangible inference speedups. Guided by these insights, we introduce LongCat-Flash-Lite, a 68.5B parameter model with ~3B activated trained from scratch. Despite allocating over 30B parameters to embeddings, LongCat-Flash-Lite not only surpasses parameter-equivalent MoE baselines but also exhibits exceptional competitiveness against existing models of comparable scale, particularly in agentic and coding domains.

📄 PDF Abstract BibTeX arXiv:2601.21204

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scaling Sentence Embeddings with Large Language Models

2023-07-31 · Ting Jiang, Shaohan Huang, Zhongzhi Luan, Deqing Wang 외

Large language models (LLMs) have recently garnered significant interest. With in-context learning, LLMs achieve impressive results in various natural language tasks. However, the application of LLMs to sentence embeddin…

Contrastive LearningIn-Context LearningSemantic Textual SimilaritySentence+3

LLaDA MoE v2: Scaling Mixture-of-Experts Diffusion Language Models

2026-08-04 · Fengqi Zhu, Shaoxuan Xu, Jingyang Ou, Zebin You 외 arxiv

Diffusion language models (dLLMs) offer an alternative to autoregressive (AR) language modeling, yet the scaling behavior of Mixture-of-Experts (MoE) dLLMs remains poorly understood. We systematically characterize how op…

Mixture of Scales: Memory-Efficient Token-Adaptive Binarization for Large Language Models

2024-06-18 · Dongwon Jo, Taesu Kim, Yulhwa Kim, Jae-Joon Kim

Binarization, which converts weight parameters to binary values, has emerged as an effective strategy to reduce the size of large language models (LLMs). However, typical binarization techniques significantly diminish li…

BinarizationQuantization

CuMo: Scaling Multimodal LLM with Co-Upcycled Mixture-of-Experts

2024-05-09 · Jiachen Li, Xinyao Wang, Sijie Zhu, Chia-Wen Kuo 외

Recent advancements in Multimodal Large Language Models (LLMs) have focused primarily on scaling by increasing text-image pair data and enhancing LLMs to improve performance on multimodal tasks. However, these scaling ap…

Image CaptioningInstruction FollowingMixture-of-Expertsvisual instruction following+2

Model Merging Scaling Laws in Large Language Models

2025-09-29 · Yuanyi Wang, Yanggan Gu, Yiming Zhang, Qi Zhou 외 arxiv

We study empirical scaling laws for language model merging measured by cross-entropy. Despite its wide practical use, merging lacks a quantitative rule that predicts returns as we add experts or scale the model size. We …