paper-with-me

Papers

Skywork-MoE: A Deep Dive into Training Techniques for Mixture-of-Experts Language Models

2024-06-03 · Tianwen Wei, Bo Zhu, Liang Zhao, Cheng Cheng, Biye Li, Weiwei Lü, Peng Cheng, Jianhao Zhang, XiaoYu Zhang, Liang Zeng, Xiaokun Wang, Yutuan Ma, Rui Hu, Shuicheng Yan, Han Fang, Yahui Zhou

In this technical report, we introduce the training methodologies implemented in the development of Skywork-MoE, a high-performance mixture-of-experts (MoE) large language model (LLM) with 146 billion parameters and 16 experts. It is initialized from the pre-existing dense checkpoints of our Skywork-13B model. We explore the comparative effectiveness of upcycling versus training from scratch initializations. Our findings suggest that the choice between these two approaches should consider both the performance of the existing dense checkpoints and the MoE training budget. We highlight two innovative techniques: gating logit normalization, which improves expert diversification, and adaptive auxiliary loss coefficients, allowing for layer-specific adjustment of auxiliary loss coefficients. Our experimental results validate the effectiveness of these methods. Leveraging these techniques and insights, we trained our upcycled Skywork-MoE on a condensed subset of our SkyPile corpus. The evaluation results demonstrate that our model delivers strong performance across a wide range of benchmarks.

📄 PDF Abstract BibTeX arXiv:2406.06563

Code (1)

sail-sg/adan pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelMixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

Skywork-Reward: Bag of Tricks for Reward Modeling in LLMs

2024-10-24 · Chris Yuhao Liu, Liang Zeng, Jiacai Liu, Rui Yan 외

In this report, we introduce a collection of methods to enhance reward modeling for LLMs, focusing specifically on data-centric techniques. We propose effective data selection and filtering strategies for curating high-q…

Position

Skywork: A More Open Bilingual Foundation Model

2023-10-30 · Tianwen Wei, Liang Zhao, Lichang Zhang, Bo Zhu 외

In this technical report, we present Skywork-13B, a family of large language models (LLMs) trained on a corpus of over 3.2 trillion tokens drawn from both English and Chinese texts. This bilingual foundation model is the…

Language ModelingLanguage Modellingmodel

Skywork-Math: Data Scaling Laws for Mathematical Reasoning in Large Language Models -- The Story Goes On

2024-07-11 · Liang Zeng, Liangjun Zhong, Liang Zhao, Tianwen Wei 외

In this paper, we investigate the underlying factors that potentially enhance the mathematical reasoning capabilities of large language models (LLMs). We argue that the data scaling law for math reasoning capabilities in…

GSM8KMathMathematical Reasoning

Skywork-Reward-V2: Scaling Preference Data Curation via Human-AI Synergy

2025-07-02 · Chris Yuhao Liu, Liang Zeng, Yuzhen Xiao, Jujie He 외 arxiv

Despite the critical role of reward models (RMs) in Reinforcement Learning from Human Feedback (RLHF), current state-of-the-art open RMs perform poorly on most existing evaluation benchmarks, failing to capture nuanced h…

Reinforcement Learning

Skywork-SWE: Unveiling Data Scaling Laws for Software Engineering in LLMs

2025-06-24 · Liang Zeng, Yongcong Li, Yuzhen Xiao, Changshi Li 외

Software engineering (SWE) has recently emerged as a crucial testbed for next-generation LLM agents, demanding inherent capabilities in two critical dimensions: sustained iterative problem-solving (e.g., >50 interaction …