컴백부터 K-뷰티까지 — K-컬쳐의 모든 것을 메일로 받아보세요메일로 받아보기

METAL MEDIA

LG AI연구원, K-EXAONE을 3배 키운 7500억 파라미터 개방형 모델 K-EXAONE 2.0 공개

arXiv:2608.045052026-08-06

K-EXAONE 2.0 Technical Report

LG AI연구원, K-EXAONE을 3배 키운 7500억 파라미터 개방형 모델 K-EXAONE 2.0 공개

LG AI연구원이 한국 정부 지원 프로그램으로 만든 K-EXAONE을 처음부터 다시 학습하지 않고 구조를 키워 재활용하는 방식으로, 전체 파라미터 7500억 개에 토큰당 약 370억 개를 활성화하는 MoE(전문가 혼합) 모델 K-EXAONE 2.0을 만들었다. 최대 25만6천 토큰의 긴 문맥과 10개 언어를 지원하며, 에이전트형 코딩과 긴 문맥 이해에서 가장 크게 향상되고 긴 문맥 검색과 안전성에서 공개 모델 대비 강점을 보였다. Apache 2.0 라이선스로 공개해 누구나 평가·배포·수정할 수 있다.

METAL MEDIA 해설 도표

K-EXAONE에서 K-EXAONE 2.0으로: 업사이클링 구조

증거 상태측정 결과와 예정된 검증이 함께 있음

  1. 기존 모델 K-EXAONE2360억 파라미터, 48개 층, 128개 전문가, 6개 언어, 25만6천 토큰 문맥 지원
  2. 구조 확장(업사이클링)층을 78개로, 전문가를 256개로 늘리고 기존 가중치를 복제 후 대칭 깨기용 회전 노이즈 추가, Clamped SwiGLU로 안정화
  3. 중간학습 + 후속학습문맥을 8K→64K→256K로 확장, 추론·에이전트형 코딩·안전성에 초점을 맞춰 온라인 강화학습과 지도 미세조정 수행
  4. 추론 가속 모듈MTP와 DSpark 두 가지 추측 디코딩 경로로 생성 속도를 최대 2.57배까지 높임
  5. K-EXAONE 2.0 결과7500억 파라미터, 토큰당 370억 활성화, 10개 언어, 에이전트형 코딩·장문 이해·안전성에서 가장 큰 향상
METAL MEDIA이 원문을 바탕으로 재구성한 해설 도표이며, 논문 저자의 원문 figure가 아닙니다.

무엇을 했나

  1. 기존 모델(K-EXAONE, 2360억 파라미터)을 처음부터 다시 학습하지 않고, 층 수와 전문가 수를 늘려 '업사이클링'한 뒤 이어서 대규모 사전학습을 계속했다.
  2. 층은 48개에서 78개로, 전문가 수는 층당 128개에서 256개로 늘렸으며, 학습 안정성을 위해 마지막 16개 층에는 SwiGLU 활성값을 상한값 7.0으로 제한하는 'Clamped SwiGLU'를 적용했다.
  3. 난이도에 초점을 맞춘 중간학습(mid-training)과 후속학습(post-training)을 통해 추론, 에이전트형 코딩, 다국어 능력, 안전성을 강화했으며, 문맥 창을 8K→64K→256K 토큰으로 단계적으로 넓혔다.
  4. 추론 속도를 높이기 위해 MTP(다중토큰예측)와 DSpark라는 두 가지 추측 디코딩(초안을 미리 생성해 검증하는 방식) 경로를 도입했다.
  5. 한국어 문화·역사에 특화된 안전 기준(K-AUT)을 226개에서 296개 위험 영역으로 확장하고, UNESCO 산하 교사 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

실제로 확인된 결과

  • DSpark 초안 모듈은 동일한 초안 예산(γ=7) 조건에서 MTP보다 수용 길이가 32~66% 더 길었고, 종단간 속도 향상은 MTP의 1.27~1.77배에서 DSpark의 1.81~2.57배로 늘었다(H200 GPU 8개, TP8 환경).
  • Active Reading 방식으로 만든 합성 데이터가 초기 체크포인트 대비 평균 성능 향상이 가장 컸으며 특히 ARC-C에서 두드러졌고, 교과서 스타일 합성 데이터는 MMLU와 GSM8K에서 더 나았다.
  • 기관 제공 한국 문화·역사 데이터는 한국 문화·역사 벤치마크에서, 교육적 가치가 높은 오픈소스 한국어 데이터는 지식 집약형 벤치마크 평균 점수에서 각각 더 나은 성능을 보였다.
  • 중간학습 2단계(Mid-Stage 2)는 1단계 대비 HLE(전문가 수준 지식 평가) 점수를 4.71점 올렸고, 이는 1단계 후 바로 SFT를 적용했을 때의 3.15점 향상을 넘어섰으며, 2단계 후 같은 SFT를 적용하면 총 5.66점 향상되었다(소규모 모델 기준).
  • 최대 25만6천 토큰 문맥에서 NIAH 검색 정확도가 모든 평가 구간에서 완벽했으며, 반복된 K-AUT 안전 기준 개정을 거친 K-EXAONE 2.0은 KGC-Safety 평가의 모든 항목에서 이전 K-EXAONE 모델들보다 일관되게 높은 안전 비율을 기록했다.

어디에 쓸 수 있나

  • 긴 문서·코드 저장소 전체를 한 번에 넣고 분석해야 하는 25만 토큰급 장문 처리 업무
  • 여러 단계의 도구 호출과 코드 수정이 필요한 에이전트형 소프트웨어 개발 보조
  • 한국어·한국 문화 맥락에 민감한 콘텐츠 검토나 안전성 점검이 필요한 서비스
  • 영어 외 9개 언어(스페인어, 독일어, 일본어 등)를 함께 다뤄야 하는 다국어 서비스 프로토타입
  • 자체 인프라에서 대형 모델을 개조·배포하려는 연구팀의 오픈소스 기반 모델 후보

한계와 남은 검증

  • 보고된 비교는 대부분 이전 버전 K-EXAONE이나 특정 공개 모델 대비 상대적 향상치이며, 모든 벤치마크에서 최고 성능임을 뜻하지 않는다
  • 한국어 데이터 관련 비교(그림 3)는 상당 부분이 공개되지 않은 내부 데이터를 사용해, GLM-5 계열과의 비교는 참고용일 뿐 직접 비교로 보기 어렵다
  • 중간학습 단계별 효과 분석은 실제 배포 규모가 아닌 '소규모 모델'로 수행되었다
  • 안전 기준 확장(K-AUT-V2)의 세부 개정 내용과 완전한 정량 평가 결과는 부록 표에 한정되어 제시된다
  • 저자들은 지식·추론 데이터 생성 및 정제 전략을 더 확장하는 것을 향후 과제로 명시했다

왜 중요한가

정부 지원으로 국내에서 개발된 초대형 개방형 모델이 세계적 수준의 성능에 근접하면서도 한국어·한국 문화 맥락의 안전성을 갖췄다는 점에서, 국내 AI 생태계가 자체적으로 활용·개조할 수 있는 기반이 넓어진다. 또한 기존 모델을 처음부터 재학습하지 않고 구조를 확장하는 '업사이클링' 접근은 대형 모델을 적은 비용으로 키우는 실무적 방법을 제시한다.

이 논문의 용어

  • MoE (Mixture-of-Experts) · 입력마다 전체 신경망 대신 일부 '전문가' 모듈만 선택해 계산하는 구조로, 전체 파라미터는 크지만 실제 연산량은 줄일 수 있다
  • 업사이클링(upcycling) · 기존에 학습된 모델의 가중치를 재사용해 구조를 확장한 뒤 이어서 학습시키는 방법으로, 처음부터 새로 학습하는 것보다 자원을 절약한다
  • 추측 디코딩(speculative decoding) · 작은 초안 모듈이 여러 토큰을 미리 예측하고 본 모델이 검증해 채택함으로써 생성 속도를 높이는 기법
  • Clamped SwiGLU · 신경망 내부 활성값이 지나치게 커지는 것을 막기 위해 특정 값(7.0) 이상으로 올라가지 못하게 제한하는 기법
  • Needle-in-a-Haystack(NIAH) · 매우 긴 문서 속에 숨겨둔 특정 정보를 모델이 얼마나 정확히 찾아내는지 측정하는 테스트

저자 · 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