Routed Experts were pruned 64 → 56 per layer (12.5%) while top-4 routing was kept unchanged.
This percentage is the reduction in routed Expert count, not total model parameters.
The checkpoint contains 27.75B parameters (base 31.22B; 11.13% total-parameter reduction) and occupies 51.71 GiB (approximately 11.1% smaller than the base checkpoint),
is stored in BF16/F32 safetensors, and received no fine-tuning.
Status
Result
Checkpoint integrity checks
PASS
Internal release gate
NOT PASSED
External reproduction
NOT YET REPORTED
Deployment status
EXPERIMENTAL
Best tested strict K-Guard checkpoint in this GLM grid, but it did not pass the project's internal release criteria. It is the only checkpoint here whose complete hard-protected set fits every layer budget.
Protection budget: Satisfied in all 46 routed MoE layers; no protected Expert was force-dropped.
Benchmark results
benchmark
base
K-Guard 12.5% (this checkpoint)
K-Guard force-fit 25%
K-Guard force-fit 50%
REAP-Code 25%
Korean (held-out harness)
KMMLU
49.4
48.8
42.4
23.6
35.0
KoBEST BoolQ
90.2
87.7
78.8
74.3
79.6
KoBEST COPA
70.7
69.7
65.0
55.9
51.7
KoBEST SentiNeg
74.8
71.8
70.5
53.7
49.6
KoBEST HellaSwag
58.8
55.0
57.4
48.8
51.6
English reasoning / knowledge
ARC-Challenge
87.1
86.1
79.9
36.9
79.1
HellaSwag (en)
74.2
67.4
55.3
32.6
61.7
WinoGrande
67.4
65.6
59.2
53.1
63.5
MMLU-Pro
41.2
36.9
34.2
14.8
33.8
TruthfulQA MC2
47.3
46.0
43.1
40.6
44.6
MMLU-en
69.7
64.5
56.6
30.1
59.6
Math
GSM8K
86.3
86.7
81.8
61.3
86.7
MathQA
30.5
29.1
24.8
21.3
28.7
Coding
HumanEval+
81.1
75.6
74.4
65.2
80.5
MBPP+
70.9
69.3
67.5
61.6
67.5
LiveCodeBench v6
22.9
25.1
20.6
16.6
25.1
Safety / bias
BBQ
76.6
69.9
59.8
33.6
74.0
SafetyBench
74.8
73.0
69.1
44.3
72.1
Macro
Korean MC macro
68.8
66.6
62.8
51.2
53.5
English reasoning / knowledge macro (6)
64.5
61.1
54.7
34.7
57.0
Math macro (2)
58.4
57.9
53.3
41.3
57.7
Safety / bias macro (2)
75.7
71.5
64.5
39.0
73.0
Overall non-Korean composite (10)
65.5
62.5
56.4
36.9
60.4
Coding 2-bench macro
76.0
72.5
70.9
63.4
74.0
Coding 3-bench macro
58.3
56.7
54.1
47.8
57.7
Aggregate rows are unweighted arithmetic means. The overall non-Korean composite averages
six English reasoning/knowledge metrics, two math metrics, and two safety/bias metrics. The
coding 3-benchmark macro averages HumanEval+, MBPP+, and LiveCodeBench v6 pass@1. These mixed
summaries are compact internal comparisons, not standardized leaderboard scores.
Compatibility
Runtime or feature
Status
Transformers 5.0.0, PyTorch/CUDA, eager attention and eager Experts on DGX Spark
Model code: native Transformers implementation; no repository-side modeling_*.py is
required, and the checkpoint loads with trust_remote_code=False.
Preserved: first Dense layer, shared Experts, topk_method=noaux_tc,
norm_topk_prob=true, router correction bias, and routed_scaling_factor=1.8.
Routing: top-4 remains unchanged; only routed Expert tensors and corresponding router rows/bias
entries were compacted with one old→new ID map per layer.
The extra layer-47 MTP/NextN tensors are retained for checkpoint completeness, but runtime
validation reports mtp_compatible=false. Use standard autoregressive generation; speculative
MTP/NextN decoding is not supported by this release.
Top-4 routing is unchanged, so the checkpoint-size and resident-weight reduction must not be
interpreted as a proportional reduction in active Expert compute or latency. Cold-load time,
TTFT, prefill/decode throughput, batch scaling, power, and 4K/32K/128K serving behavior have not
been benchmarked.
The manifest passed a separate internal token-length and exact-prompt contamination validator.
The exact calibration manifest and deterministic reconstruction script are not included in this
model repository, so the full GLM experiment is not yet externally reproducible from public
materials alone.
Observation and scoring
Selected-only observer: only routed Expert assignments were measured; no dense
[experts, tokens, hidden] activation tensor was retained.
REAP contribution: normalized dispatch weight × L2 norm of the unweighted Expert output.
Router selection and dispatch were checked separately so GLM's correction bias affects selection
without being mistaken for the actual dispatch weight.
The observed model remained logit-identical to the uninstrumented eager model in validation.
Pruning
Uniform routed Experts per layer: 64 → 56.
Shared Experts and the first Dense layer were not pruned.
Top-4 and routed scaling factor 1.8 were retained.
Safetensors surgery physically compacted Expert tensors, router rows, and correction-bias entries.
Protection result: Satisfied in all 46 routed MoE layers; no protected Expert was force-dropped.
Evaluation scope
These are internal comparative evaluation results, not standardized leaderboard numbers:
HumanEval+: full 164 tasks; MBPP+: frozen full 378-task revision; greedy pass@1.
LiveCodeBench: full incremental v6 split (175 problems), n=1 greedy no-thinking generation,
batch size 1, with official functional tests executed in an isolated ARM64 container. This
protocol is not directly comparable to the official leaderboard's n=10 sampling protocol.
The machine-readable field decision_eligible=true means that the run passed the project's
internal screening checks. It is not an external certification. release_eligible=false.
Do not compare these subset scores directly with full-set or few-shot leaderboard values.
Machine-readable results and the exact survivor manifest are included under evaluation/.
Internal release-gate result: The project plan's 12.5% gate allows at most -1.0 pp Korean macro
and -2.0 pp overall non-Korean composite. This checkpoint measured -2.2 pp and -3.0 pp, so it did
not pass the internal release criteria despite being the best tested GLM candidate. Some losses are
concentrated: HellaSwag-en, MMLU-en, and BBQ decline more than the aggregate suggests.
Interpretation boundaries
This grid does not isolate the causal effect of hard protection. K-Guard and REAP-Code differ in
both calibration data and survivor-selection rules. A same-calibration REAP baseline and
component ablations are still required.
Machine-readable results include direct K-Guard-48E versus REAP-Code-48E McNemar tests for 11
non-Korean binary/pass-fail tasks. Direct paired tests for the Korean benchmark set, aggregate
bootstrap confidence intervals, multiple-comparison correction, and repeated calibration seeds
are not included.
PASS in the artifacts refers to checkpoint integrity and internal pipeline validation, not
external replication.
Usage
Install a Transformers release that includes Glm4MoeLiteForCausalLM:
The checkpoint was validated with Transformers 5.0.0 and NVIDIA PyTorch 25.09.
It uses the native Transformers model implementation and does not execute custom
code from this repository.
Expert pruning is irreversible within this checkpoint and can change routing behavior sharply on
tasks not represented by the calibration or evaluation sets. No post-pruning recovery or
fine-tuning was applied. Reported Korean behavior is relative to the tested base checkpoint and
harness; it does not imply universal Korean-language safety or quality preservation. The current
release is not validated for speculative MTP/NextN decoding.
The Korean evaluation is primarily multiple-choice. Korean long-form generation, summarization,
multi-turn dialogue, format-following, code explanation/debugging, factuality, hallucination,
safety, tool calling, JSON output, and long-context retrieval were not comprehensively evaluated.
Chinese capability is inherited from the base model but was not specifically protected or
evaluated after pruning. vLLM/SGLang compatibility and deployment performance remain unverified.
Included research artifacts
evaluation/glm-full-b20-results-with-livecodebench.json: machine-readable five-model full results
Reproducibility note: the linked repository documents K-REAP and its public adapters, but the
exact GLM-specific observation pipeline, run configuration, and evaluation manifests used for
this checkpoint are not yet published there.