The year/Independent research

Paper 2601.01739

K-EXAONE Technical Report

Published
Jan 2026
Research lab
Independent
Citations
2
GitHub
83 stars

01 In brief

Summary

K-EXAONE is a 236B-parameter Mixture-of-Experts (MoE) language model developed by LG AI Research, activating 23B parameters per token.

It supports a 256K-token context window and six languages: Korean, English, Spanish, German, Japanese, and Vietnamese.

The model uses a hybrid attention mechanism (global and sliding window) and a fine-grained sparse MoE with 128 experts, activating top-8 plus one shared expert.

It incorporates QK Norm, SWA-only RoPE, and a Multi-Token Prediction (MTP) module for faster inference.

The tokenizer was expanded to 150K vocabulary with SuperBPE.

Pre-training used 11T tokens with FP8 precision and the Muon optimizer.

Context length was extended from 8K to 256K in two stages using rehearsal, synthetic reasoning, and long-document datasets.

Post-training included SFT, reinforcement learning with verifiable rewards (AGAPO), and preference learning (GROUPER).

Evaluations show competitive performance against similar-sized models, excelling in Korean benchmarks (e.g., KOBALT 61.8) and safety (KGC-SAFETY 96.1).

The model is released under a proprietary license with restrictions on commercial distribution.

02 From the paper

Abstract

This technical report presents K-EXAONE, a large-scale multilingual language model developed by LG AI Research. K-EXAONE is built on a Mixture-of-Experts architecture with 236B total parameters, activating 23B parameters during inference. It supports a 256K-token context window and covers six languages: Korean, English, Spanish, German, Japanese, and Vietnamese. We evaluate K-EXAONE on a comprehensive benchmark suite spanning reasoning, agentic, general, Korean, and multilingual abilities. Across these evaluations, K-EXAONE demonstrates performance comparable to open-weight models of similar size. K-EXAONE, designed to advance AI for a better life, is positioned as a powerful proprietary AI foundation model for a wide range of industrial and research applications.