cs.AIAug 31, 2026

A.X K2 Technical Report

Authors: Cheolseung BaekDhammiko AryaEunki KimGun SongGyoungeun HanHyunho YangHyunjun EunJin Kim+35 more

Abstract

We introduce A.X K2, a 688B-parameter Mixture-of-Experts (MoE) language model trained from scratch as a high-performance foundation for \emph{agentic} applications. Trained on approximately 8.5T tokens---fewer than its predecessor, A.X K1---on a smaller but higher-quality mixture with substantially expanded agentic and software-engineering data, it nonetheless improves over A.X K1 across the board, by over 30 percentage points on some benchmarks, reflecting large gains in token efficiency. To support long contexts efficiently, we introduce Sparse Gated Attention (SGA), which combines sparse attention with gated attention, and adopt Gated Norm (GN) to stabilize large-scale training. SGA is trained natively at 128K through a \emph{sparse} indexer warmup that optimizes the indexer against its own sparse top-kk selection rather than the dense attention distribution, making adaptation markedly cheaper: each query reads only 2,048 positions, yet long-context quality is unchanged and A.X K2 scores 94.6 on RULER out to 256K. The outlier suppression of GN in turn keeps 4-bit NVFP4 serving within one point of FP8 accuracy. A simple yet effective Think-Fusion recipe further lets users switch between thinking and non-thinking modes within a single unified model. Extensive evaluations show that A.X K2 performs competitively against strong open-weight baselines, matching or exceeding them on math and Korean-language benchmarks.

Explore similar work

CardsList
  1. Laguna M.1/XS.2 Technical Report

    May 26, 2026Julien Abadji, Marah Abdin, Connor Adams +93Mixture-Of-Expert Language ModelsMle-Bench Lite

  2. K-EXAONE 2.0 Technical Report

    Aug 5, 2026Eunbi Choi, Kibong Choi, Sehyun Chun +74Technical ReportContext Length

  3. Solar Open 2 Technical Report

    Jul 22, 2026Sungrae Park, Sanghoon Kim, Gyoungjin Gim +50Mixture-Of-Expert Language ModelsLong-Horizon Agents