Everything K-culture — comebacks to K-beauty, straight to your inboxGet it in your inbox

METAL MEDIA

K-EXAONE 2.0 Technical Report

arXiv:2608.045052026-08-06

LG AI Research scales up K-EXAONE into a 750B-parameter open-weight model, K-EXAONE 2.0

Instead of training from scratch, LG AI Research expanded its Korean-government-backed K-EXAONE model into a Mixture-of-Experts model with 750B total parameters and about 37B activated per token, more than triple its predecessor's capacity. K-EXAONE 2.0 supports contexts up to 256K tokens and ten languages, with its largest gains in agentic coding and long-context understanding, and clear strengths in long-context retrieval and safety compared to open-weight peers. It is released under the Apache 2.0 license for the wider community to evaluate, deploy, and build upon.

METAL MEDIA explanatory visual

From K-EXAONE to K-EXAONE 2.0: the upcycling pipeline

Evidence statusMeasured results and planned work

  1. Base model: K-EXAONE236B total parameters, 48 layers, 128 experts, 6 languages, up to 256K-token context
  2. Architecture expansion (upcycling)Layers grown to 78, experts doubled to 256; duplicated weights get rotation noise to break symmetry, stabilized with Clamped SwiGLU
  3. Mid-training + post-trainingContext window extended from 8K to 64K to 256K tokens; online reinforcement learning and SFT focused on reasoning, agentic coding, and safety
  4. Inference acceleration modulesMTP and DSpark speculative decoding paths speed up generation by up to 2.57x
  5. Result: K-EXAONE 2.0750B total parameters, ~37B activated per token, 10 languages, largest gains in agentic coding, long-context understanding, and safety
An explanatory diagram made by METAL MEDIA, not a figure supplied by the paper's authors.

What they did

  1. Rather than retraining from scratch, the team 'upcycled' the existing K-EXAONE (236B total parameters) by expanding its architecture and continuing large-scale pre-training on top of the reused weights.
  2. Layers grew from 48 to 78 and experts per layer doubled from 128 to 256; to keep training stable, the last 16 layers use 'Clamped SwiGLU', which caps internal activation values at a threshold of 7.0.
  3. Difficulty-focused mid-training and post-training strengthened reasoning, agentic coding, multilingual ability, and safety, while the context window was extended in stages from 8K to 64K to 256K tokens.
  4. Two speculative-decoding paths -- Multi-Token Prediction (MTP) and a new DSpark drafter, which draft multiple tokens ahead for verification -- were added to speed up generation.
  5. Korea-specific safety criteria (K-AUT) were expanded from 226 to 296 risk areas, developed with input from a Safety Teacher Advisory Council of 46 UNESCO-trained teachers who surfaced previously undefined risks.
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

Findings

  • Under the same draft budget (gamma=7), the DSpark drafter achieved 32-66% longer acceptance length than MTP, and end-to-end speedup rose from MTP's 1.27-1.77x to DSpark's 1.81-2.57x (measured on 8x H200 GPUs, TP8).
  • Active Reading synthetic data produced the largest average improvement over the initial checkpoint, driven mainly by gains on ARC-C, while textbook-style synthetic data performed best on MMLU and GSM8K.
  • Institution-sourced Korean cultural/historical data performed better on Korean culture and history benchmarks, while high-quality open-source Korean data achieved higher average scores on knowledge-intensive benchmarks.
  • Mid-Stage 2 improved HLE (an expert-level knowledge benchmark) by 4.71 points over Mid-Stage 1 on the small-scale model, exceeding the 3.15-point gain from applying SFT directly after Mid-Stage 1; applying the same SFT after Mid-Stage 2 added a further 0.95 points for a total 5.66-point gain.
  • K-EXAONE 2.0 achieved perfect Needle-in-a-Haystack retrieval accuracy across context lengths up to 256K tokens, and after iterative K-AUT criteria revisions, it showed consistently higher Safe Rates across all evaluated KGC-Safety dimensions than previous K-EXAONE models.

Where it can be used

  • Long-document or full-codebase analysis tasks requiring up to 256K tokens of context in a single pass
  • Agentic software development assistance involving multi-step tool use and code editing
  • Services requiring review or safety checks sensitive to Korean-language and cultural context
  • Multilingual service prototypes covering the ten supported languages, including Spanish, German, and Japanese
  • A candidate open-weight base model for research teams wanting to adapt and deploy a large model on their own infrastructure

Limits and open work

  • Most reported comparisons are relative improvements over the previous K-EXAONE or specific open-weight models, not claims of best-in-class performance across all benchmarks
  • The Korean-data compute-scaling comparison (Figure 3) relies heavily on undisclosed internal data, so comparisons with the GLM-5 lineage are presented only as external reference points, not direct baselines
  • The mid-training stage-by-stage analysis was conducted on a small-scale model rather than the full-scale deployed model
  • Detailed revisions and full quantitative results for the expanded safety taxonomy (K-AUT-V2) are limited to appendix tables
  • The authors explicitly identify scaling the generation and curation of advanced knowledge/reasoning data as future work not yet completed

Why it matters

A government-backed, large-scale open-weight model that approaches global frontier performance while being grounded in Korean-language and cultural safety norms broadens what the domestic AI ecosystem can build on and adapt. The 'upcycling' approach to scaling -- expanding an existing trained model rather than retraining from zero -- also offers a practical, resource-efficient path for growing large models.

Terms in this paper

  • Mixture-of-Experts (MoE) · A network design where only a subset of specialized sub-modules ('experts') is activated per input, keeping compute lower than the total parameter count suggests.
  • Upcycling · Reusing the weights of an already-trained model and expanding its architecture, then continuing training, instead of training a new model from scratch.
  • Speculative decoding · A technique where a small draft module predicts several tokens ahead, which the main model then verifies and accepts, speeding up text generation.
  • Clamped SwiGLU · A method that caps internal activation values in the network at a fixed limit (here, 7.0) to prevent them from growing uncontrollably large.
  • Needle-in-a-Haystack (NIAH) · A test that measures how accurately a model can find a specific piece of information hidden inside a very long document.

Original abstract (English)

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.

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

Read on arXiv

Latest papers

All papers →

Latest from METAL MEDIA

Figures: Eunbi Choi et al., arXiv:2608.04505, cc-by-nc-nd-4.0