A.X K2 ALM β€” Audio Language Model

A.X K2 ALM

πŸ€— Models | πŸ“„ Technical Report

Model Summary

A.X K2 ALM (Audio Language Model) is a member of the A.X K2 family that adds a speech modality to a frozen in-house LLM backbone β€” A.X K2 Light (20B-A2.7B MoE) β€” to enable natural voice-based conversation. It integrates speech understanding, voice activity detection (VAD), and speech generation within a single unified, streaming architecture built from four components: a chunk-wise Conformer speech encoder, an adapter (MLP projector + Q-Former), a lightweight VAD module, and a multi-token-prediction (MTP) speech decoder.

Motivated by production settings where the deployed LLM may be audio-unaware and its existing text-response quality must be preserved, we keep the LLM entirely frozen and train only the speech-side components β€” avoiding the catastrophic forgetting and text-quality degradation commonly induced by end-to-end multimodal training, and letting the same recipe transfer readily to other LLMs. On our Korean KVoiceBench, A.X K2 ALM reaches 95% of Qwen3-Omni-30B-A3B's response quality at roughly two-thirds the parameters.

A.X K2 ALM overall architecture
A.X K2 ALM architecture. Speech encoder β†’ adapter β†’ frozen LLM β†’ speech decoder; the VAD reads the adapter and LLM representations.

Key Features

  • A Korean ALM Built Entirely from Scratch Every speech-side component β€” the streaming speech encoder, the adapter, the VAD heads, and the speech decoder with its neural audio codec β€” is built and trained in-house from scratch rather than adapted from open-source models, on top of the frozen A.X K2 Light backbone. This lets the frame rate, streaming behavior, and language coverage be tuned end-to-end for Korean voice services.

  • Self-Supervised (SSL) Streaming Speech Encoder A 300M chunk-wise Conformer encoder, self-supervised pre-trained from scratch on 400K hours of unlabeled speech with multi-codebook Random Quantization and fine-tuned as a 341M streaming transducer, outperforms Qwen3-Omni on Korean ASR benchmarks at roughly half its audio-encoder size β€” even under a low-latency streaming constraint.

  • Efficient Streaming Speech Decoder We introduce a 0.88B multi-token speech decoder that integrates a text–speech language model with a depth-transformer to hierarchically generate semantic tokens and residual acoustic codes in real time. Operating at roughly half the parameter footprint of current SOTA baselines, our model achieves superior pronunciation accuracy with the lowest CER while maintaining high speech intelligibility comparable to leading systems, ensuring precise delivery of generated text responses in real-time ALMs.

  • Forgetting-Free Modality Extension The LLM stays fully frozen; a two-stage adapter β€” speech alignment (syllable-CTC / char2token bridge) then self-distillation dialogue training β€” transfers the backbone's response behavior to the audio path without changing its text-input behavior.

  • Integrated Context-Aware VAD The external VAD is replaced by lightweight six-class heads on the model's own representations β€” an adapter-based head detects onset, an LLM-based head verifies with context β€” enabling barge-in and far fewer false triggers on non-speech and mid-utterance pauses.

Model Details

FunctionComponentConfigurationParams
Speech UnderstandingSpeech EncoderChunk-wise Conformer300M
Adapter β€” MLP Projector2-layer, GELU5.77M
Adapter β€” char-CTC headlinear, 2048 β†’ 26675.46M
Adapter β€” Q-Former4L / 16H / d=2048 / FFN 8192201.4M
LLM (frozen)A.X K2 Light (in-house MoE)20B-A2.7B
Speech GenerationConditioning ProjectorFFN stack (2048 β†’ 1024, 2 paths)71.3M
Multi-Token PredictorText–Speech Language Model630M
Depth Transformer110M
Speaker EncoderTransformer100M
Audio Codec DecoderTransformer + ConvNet40M
TotalA.X K2 ALMβ‰ˆ22B-A4B
  • VAD heads: six-class classifiers over the adapter output and LLM hidden states; parameter counts are negligible.
  • Languages: Korean
  • Streaming: all input/output paths are designed for streaming operation for low-latency live voice interaction.
  • Full details: see the technical report for the architecture and training recipe.

Evaluation Results

Speech understanding is evaluated on KVoiceBench, our own Korean spoken-query benchmark suite built in-house by localizing VoiceBench with human review and adding Korean-native professional-knowledge items, covering speech recognition (STT), spoken QA (Speech-QA), and instruction following (Speech-IF). Open-ended (OPEN) categories are scored by an LLM judge and knowledge (QA) categories by correctness. See the technical report for KVoiceBench construction details. Bold = best among compared models.

TaskBenchmarkMetricA.X K2 ALM (22B-A4B)Qwen2.5-Omni (7B)Qwen3-Omni (30B-A3B)HyperCLOVA X 8B Omni
STTKsponSpeech (eval-clean)CER ↓9.0018.968.4610.22
KsponSpeech (eval-other)CER ↓9.1222.727.9110.15
Speech-QAAdvBenchOPEN ↑92.6792.6189.5581.87
AlpacaEvalOPEN ↑69.7052.8771.1451.81
AlpacaEval-FullOPEN ↑70.7552.4572.2152.43
BBHQA ↑44.1852.6657.2243.80
CommonEvalOPEN ↑70.2055.4168.2555.49
MMSUQA ↑43.6732.0843.4832.08
OpenBookQAQA ↑76.6276.1291.5470.90
SD-QAQA ↑46.8725.8948.2327.52
WildVoiceOPEN ↑66.8846.3366.2545.77
Speech-IFIFEvalOPEN ↑61.2044.8867.6135.21
Avg.Speech-QA / IF↑64.2753.1367.5549.69
Speech GenerationKVoiceBench (Subset-200)CER ↓1.86–26.374.16
UTMOS ↑2.871–3.1783.171
STOI ↑0.990–0.9990.996

Averaged over the ten KVoiceBench subsets, A.X K2 ALM scores 64.27 β€” 95% of Qwen3-Omni-30B-A3B (67.55) at roughly two-thirds of its parameters β€” and outperforms Qwen2.5-Omni-7B and HyperCLOVA X 8B Omni by 21% and 29% (relative).

Demos

1. Natural Voice Conversation A fluid, natural spoken dialogue with the model.

2. Context-Aware Turn-Taking The context-aware VAD ignores listener back-channels (e.g., "음", "μ•„") and waits through mid-sentence hesitations β€” so it neither falsely stops nor cuts in, responding only once the user has actually finished.

Availability

Model weights are planned for public release (coming soon). For now, this repository serves as the model card and hosts the demo videos above and the technical report for reference.

License

Released under the h-research license.

Citation

If you use A.X K2 ALM in your research, please cite the technical report:

@techreport{axk2alm2026,
  title       = {A.X K2 ALM (Audio Language Model)},
  author      = {SKT A.X Team},
  year        = {2026},
  institution = {SK Telecom}
}

Contact

For A.X models for business applications or scalable deployment, please contact a.x@sk.com.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collections including skt/A.X-K2-ALM