K-文化的一切——从回归到 K-美妆,发送到您的邮箱订阅邮件

METAL MEDIA

K-EXAONE 2.0 Technical Report

arXiv:2608.045052026-08-06

LG AI Research将K-EXAONE扩容三倍,推出7500亿参数的开放权重模型K-EXAONE 2.0

LG AI Research没有从零重新训练,而是把韩国政府支持项目下开发的K-EXAONE模型扩展架构后继续训练,得到总参数7500亿、每个token激活约370亿参数的混合专家(MoE)模型K-EXAONE 2.0,容量是前代的三倍以上。该模型支持最长25.6万token的上下文和10种语言,在自主编码代理和长上下文理解方面提升最大,在长上下文检索和安全性方面相较同类开放权重模型优势明显。模型以Apache 2.0许可发布,供更广泛的AI生态评估、部署与二次开发。

METAL MEDIA 解读图

从K-EXAONE到K-EXAONE 2.0:升级复用的流程

证据状态实测结果与计划中的工作并存

  1. 基础模型:K-EXAONE总参数2360亿,48层,128个专家,支持6种语言,最长25.6万token上下文
  2. 架构扩展(升级复用)层数增至78层,专家数增至256个;复制的权重加入旋转噪声以打破对称性,并用Clamped SwiGLU稳定训练
  3. 中期训练+后训练上下文窗口从8K扩展到64K再到256K token;通过在线强化学习和监督微调聚焦推理、自主编码代理与安全性
  4. 推理加速模块MTP与DSpark两条推测解码路径将生成速度最高提升至2.57倍
  5. 成果:K-EXAONE 2.0总参数7500亿,每token激活约370亿,支持10种语言,在自主编码代理、长上下文理解与安全性方面提升最大
这是 METAL MEDIA 制作的解读图,并非论文作者提供的原图。

他们做了什么

  1. 团队没有从零训练新模型,而是对已训练好的K-EXAONE(总参数2360亿)进行架构扩展的'升级复用'(upcycling),在复用权重基础上继续大规模预训练。
  2. 层数从48层增加到78层,每层专家数从128个翻倍到256个;为保证训练稳定,最后16层采用'Clamped SwiGLU',将内部激活值上限固定在7.0。
  3. 以难度为导向的中期训练与后训练强化了推理、自主编码代理、多语言能力和安全性,上下文窗口分阶段从8K扩展到64K再到256K token。
  4. 引入两条推测解码(先由小模块预测多个token草稿、再由主模型验证接受)路径——多token预测(MTP)模块和新增的DSpark草稿模块——以加速文本生成。
  5. 面向韩国本土的安全分类体系(K-AUT)从226个风险领域扩展到296个,并通过一个由46名接受过联合国教科文组织培训的教师组成的安全教师咨询委员会,发现了此前未被定义的新风险。
Figure 1: The main evaluation results of K-EXAONE 2.0.
Figure 1: The main evaluation results of K-EXAONE 2.0.
Table 1: Model configurations of K-EXAONE 2.0 and K-EXAONE.
BlockConfigurationK-EXAONE 2.0K-EXAONE
Main BlockLayers (Total/SWA/GA)78 / 58 / 2048 / 36 / 12
Sliding Window Size128128
Attention Heads (Q/KV)64 / 864 / 8
Head Dimensions128128
Experts (Total/Shared/Activated)256 / 1 / 8128 / 1 / 8
Experts Dimensions2,0482,048
Parameters (Total/Activated)750B / 37B236B / 23B
MTP BlockLayers (Total/SWA/GA)1 / 1 / 01 / 0 / 1
Attention Heads (Q/KV)64 / 864 / 8
Head Dimensions128128
Parameters0.52B0.52B
DSpark BlockLayers (Total/SWA/GA)5 / 0 / 5
Attention Heads (Q/KV)64 / 8
Block Size (γ)7
Parameters2.53B
Figure 2: An illustration of K-EXAONE 2.0 model architecture. (Left): Main Model. (Right): MTP and DSpark modules. Incorporating either the MTP or DSpark module into the main model accelerates sequence generation. The main model consists of two initial dense layers followed by Mixture-of-Experts (MoE) layers. The sliding window attention (SWA) in the second layer employs a window size of 4096, whereas a window size of 128 is used for all other SWA layers. In the Sparse MoE layers, 8 routed experts are selected from a pool of 256 experts and deployed alongside one shared expert. To ensure stability during both training and inference, the last 16 layers of the main model apply Clamped SwiGLU with a limit value of 7.0 to the experts.
Figure 2: An illustration of K-EXAONE 2.0 model architecture. (Left): Main Model. (Right): MTP and DSpark modules. Incorporating either the MTP or DSpark module into the main model accelerates sequence generation. The main model consists of two initial dense layers followed by Mixture-of-Experts (MoE) layers. The sliding window attention (SWA) in the second layer employs a window size of 4096, whereas a window size of 128 is used for all other SWA layers. In the Sparse MoE layers, 8 routed experts are selected from a pool of 256 experts and deployed alongside one shared expert. To ensure stability during both training and inference, the last 16 layers of the main model apply Clamped SwiGLU with a limit value of 7.0 to the experts.
Table 2: Acceptance length and end-to-end speedup over non-speculative decoding, on the same K-EXAONE 2.0 (FP8) target with the same draft budget (γ=7). Each cell is non-thinking / thinking at temperature 1.0 on TP8, 8× H200.
DomainBenchmarkAcceptance lengthE2E speedup
MTPDSparkMTPDSpark
MathGSM8K3.58 / 3.135.25 / 5.201.72 / 1.552.49 / 2.56
MATH-5003.60 / 3.164.95 / 4.581.76 / 1.552.44 / 2.28
AIME 20263.00 / 2.734.00 / 3.601.50 / 1.362.01 / 1.81
CodeHumanEval3.67 / 2.615.41 / 3.811.77 / 1.302.57 / 1.92
MBPP3.14 / 2.554.19 / 3.601.53 / 1.272.05 / 1.81
Figure 3: Pre-training loss on the Korean subset of the K-EXAONE 2.0 pre-training mixture versus training compute (6⋅Na​c​t​i​v​e⋅D, FLOPs, log scale) for the K-EXAONE and EXAONE 4.0 lineages. Dashed lines mark GLM-5.1 and GLM-5.2.
Figure 3: Pre-training loss on the Korean subset of the K-EXAONE 2.0 pre-training mixture versus training compute (6⋅Na​c​t​i​v​e⋅D, FLOPs, log scale) for the K-EXAONE and EXAONE 4.0 lineages. Dashed lines mark GLM-5.1 and GLM-5.2.
Table 3: Absolute score changes relative to the initial late-stage checkpoint of K-EXAONE. All models are trained independently from the same checkpoint. The baseline model is trained on 30B tokens from the original pre-training mixture, while the Active Reading and textbook-style models are each trained on a 40B-token mixture consisting of the same 30B-token baseline data and an additional 10B synthetic tokens generated from Wikipedia documents.
MethodARC-C [7]MMLU [18]GSM8K [8]HellaSwag [66]Avg.
Baseline Dataset+0.00-0.25+1.51+0.59+0.46
Active Reading+1.54-0.11+1.21+0.34+0.75
Textbook-style-0.42+0.55+1.52-0.02+0.41
Figure 4: Needle-in-a-Haystack (NIAH) retrieval accuracy of K-EXAONE 2.0 across context lengths of up to 256K tokens and varying needle positions. K-EXAONE 2.0 maintains perfect retrieval throughout the evaluated range.
Figure 4: Needle-in-a-Haystack (NIAH) retrieval accuracy of K-EXAONE 2.0 across context lengths of up to 256K tokens and varying needle positions. K-EXAONE 2.0 maintains perfect retrieval throughout the evaluated range.
Table 4: Performance comparison on Korean benchmark categories across different data sources.
Data SourceCulture & HistoryKnowledge & ReasoningAvg.
Institution-sourced Data68.2346.4757.35
Open-sourced Data67.1947.2157.20
Figure 5: Illustration of preserved thinking.
Figure 5: Illustration of preserved thinking.
Table 5: Absolute Humanity’s Last Exam score improvements obtained from different training paths starting from the Mid Stage 1 checkpoint of the small-scale model.
Training StageΔ HLE
Mid-Stage 1 → Base SFT+3.15
Mid-Stage 1 → Mid-Stage 2+4.71
Mid-Stage 1 → Mid-Stage 2 → Base SFT+5.66
Figure 6: Demographics of the Safety Teacher Advisory Council.
Figure 6: Demographics of the Safety Teacher Advisory Council.
Table 6: The main evaluation results of K-EXAONE 2.0 Reasoning mode. Asterisk (∗) indicates that the scores are from each baseline model’s official technical report, blog or leaderboard.
K-EXAONE 2.0 (Reasoning)K-EXAONE (Reasoning)Qwen3.5 (Reasoning)GLM-5.1 (Reasoning)DeepSeek V4 Pro (Reasoning: max)
ArchitectureMoEMoEMoEMoEMoE
# Total Params750B236B397B754B1.6T
# Activated Params37B23B17B40B49B
World Knowledge
MMLU-Pro83.583.889.8∗86.087.5∗
GPQA-Diamond82.279.188.4∗86.2∗90.1∗
Humanity’s Last Exam18.313.6† 28.7∗31.0∗37.7∗
Math
AIME 202692.392.291.3∗95.3∗95.2
HMMT Feb 202678.480.784.682.6∗95.2∗
IMO-AnswerBench78.676.380.9∗83.8∗89.8∗
Coding / Agentic Coding
SciCode40.135.642.0∗43.8∗50.0∗
SWE-Bench Verified68.249.476.4∗73.680.6∗
Terminal-Bench 2.143.830.351.3∗61.8∗64.0∗
Agentic Tool Use
τ3-Banking14.214.213.4∗11.5∗25.8∗
Claw-Eval (general)80.074.381.286.183.5
Instruction Following
IFEval92.489.792.6∗93.994.0
IFBench72.667.376.5∗76.3∗76.5∗
Long Context Understanding
OpenAI-MRCR94.452.393.071.592.9
AA-LCR56.253.565.7∗62.3∗66.3∗
Ko-LongBench89.686.891.383.691.4
Korean
KMMLU-Pro69.167.377.475.880.5
CLIcK84.283.988.988.791.6
HRM8K-KSM91.191.991.289.494.3
Multilinguality
Table 7: Multilingual performance comparison on POLYMATH.
KODEESJAVIPTFRIT
K-EXAONE55.559.357.858.256.957.358.755.2
K-EXAONE 2.068.870.370.473.669.571.274.072.6
Table 8: Multilingual performance comparison on GlobalMMLU-Lite.
KODEESJAVIPTFRITPL
K-EXAONE86.386.588.588.084.886.588.886.386.3
K-EXAONE 2.086.588.387.887.383.088.087.886.384.5
Table 10: Revision of K-AUT through newly discovered risks.
DomainV1V2New
Universal Human Values556914
Social Safety758914
Korean Sensitivity608727
Future Risk365115
Total22629670
Table 11: Safety performance comparison on KGC-Safety.
ModelUniversal Human ValuesSocial SafetyKorean SensitivityFuture RiskTotal
Qwen3.5-397B-A17B95.896.885.586.792.0
GLM-5.1-754B-A40B76.476.760.358.369.3
DeepSeek V4 Pro (Reasoning: max)87.587.380.869.782.8
EXAONE 4.0 32B63.657.260.746.758.0
K-EXAONE97.596.994.395.096.1
K-EXAONE 2.010099.999.310099.8

研究结果

  • 在相同草稿预算(γ=7)条件下,DSpark草稿模块的接受长度比MTP长32%至66%,端到端加速比从MTP的1.27~1.77倍提升到DSpark的1.81~2.57倍(在8块H200 GPU、TP8环境下测得)。
  • Active Reading合成数据相较初始检查点带来的平均性能提升最大,主要体现在ARC-C上;教科书式合成数据则在MMLU和GSM8K上表现最好。
  • 机构提供的韩国文化历史数据在韩国文化历史基准测试上表现更好,而教育价值高的开源韩语数据在知识密集型基准测试的平均分上更高。
  • 在小规模模型上,中期训练第二阶段(Mid-Stage 2)相较第一阶段将HLE(专家级知识评测)得分提高了4.71分,超过了第一阶段后直接进行SFT所带来的3.15分提升;在第二阶段后再进行同样的SFT又额外提升0.95分,总计提升5.66分。
  • K-EXAONE 2.0在最长25.6万token的上下文范围内实现了完美的大海捞针检索准确率;经过对K-AUT安全标准的多轮修订后,K-EXAONE 2.0在KGC-Safety的所有评测维度上均比之前的K-EXAONE模型取得了持续更高的安全率。

可应用场景

  • 需要一次性处理长达25.6万token的长文档或整个代码库的长上下文分析任务
  • 需要多步骤工具调用与代码修改的自主编码代理辅助开发
  • 对韩语语言与文化语境敏感、需要内容审查或安全检查的服务
  • 覆盖包括西班牙语、德语、日语等在内的十种支持语言的多语言服务原型
  • 希望在自有基础设施上二次开发和部署大模型的研究团队的开放权重基座模型候选

局限与待验证事项

  • 报告中的多数比较是相对于前代K-EXAONE或特定开放权重模型的相对提升,并不代表在所有基准上都是最优表现
  • 韩语数据的计算规模对比(图3)大量依赖未公开的内部数据,因此与GLM-5系列的比较仅作为外部参考,而非直接可比的基线
  • 中期训练各阶段效果分析是在小规模模型上进行的,并非完整部署规模的模型
  • 扩展后的安全分类体系(K-AUT-V2)的详细修订内容和完整量化评测结果仅在附录表格中给出
  • 作者明确指出,进一步扩展高级知识与推理数据的生成与筛选策略是尚未完成的未来工作方向

为什么重要

一个由政府支持、在韩国本土开发的大规模开放权重模型,在性能接近全球前沿的同时兼顾了韩语语言与文化语境下的安全性,这拓宽了本地AI生态可以直接使用和二次开发的基础。将已训练模型扩展架构再继续训练而非从零重训的'升级复用'方法,也为低成本扩大模型规模提供了可参考的实践路径。

本文术语

  • 混合专家模型(MoE) · 网络设计中每次输入只激活一部分专门的子模块('专家'),因此实际计算量低于总参数量所暗示的规模。
  • 升级复用(upcycling) · 复用已训练模型的权重并扩展其架构,再继续训练,而不是从零开始训练新模型的方法。
  • 推测解码(speculative decoding) · 由一个小型草稿模块提前预测若干个token,再由主模型验证并接受,从而加快文本生成速度的技术。
  • Clamped SwiGLU · 将网络内部激活值限制在固定上限(此处为7.0)以防止其无限增大的方法。
  • 大海捞针测试(Needle-in-a-Haystack, NIAH) · 衡量模型在极长文档中能否准确找到隐藏的特定信息的一种测试。

论文原文摘要(英文)

This technical report presents K-EXAONE 2.0, an open-weight multilingual foundation model developed by LG AI Research as a step in our effort toward global frontier-scale foundation models. Rather than training from scratch, we upcycle K-EXAONE and expand its architecture, yielding a Mixture-of-Experts (MoE) model with 750B total parameters and approximately 37B activated per token---more than three times the capacity of its predecessor. K-EXAONE 2.0 supports context lengths of up to 256K tokens and expands multilingual coverage from six to ten languages. Its training pipeline combines continual pre-training, difficulty-focused mid-training, and post-training to strengthen reasoning, agentic coding, multilingual capability, and safety grounded in Korean sociocultural contexts. Across nine evaluation categories selected to reflect the conditions of practical use, K-EXAONE 2.0 improves over K-EXAONE and remains competitive with open-weight models, showing its largest gains in agentic coding and long-context understanding and its clearest strengths in long-context retrieval and safety. Released under the Apache 2.0 license, K-EXAONE 2.0 enables the wider AI ecosystem to evaluate, deploy, adapt, and build upon it, while marking the beginning---rather than the endpoint---of our challenge toward the global frontier.

作者 · Eunbi Choi, Kibong Choi, Sehyun Chun, Seokhee Hong, Junwon Hwang, Hyojin Jeon, Ahra Jo, Hyunjik Jo, Yeonsik Jo, Minhyeok

在 arXiv 阅读

最新论文

全部论文 →

METAL MEDIA 最新报道

图片来源: Eunbi Choi et al., arXiv:2608.04505, cc-by-nc-nd-4.0