π³ REAPπ³ the Experts: Why Pruning Prevails for One-Shot MoE Compression
Introducing Qwen3-Coder-REAP-25B-A3B, a memory-efficient compressed variant of Qwen3-Coder-30B-A3B-Instruct that maintains near-identical performance while being 20% lighter.
This model was created using REAP (Router-weighted Expert Activation Pruning), a novel expert pruning method that selectively removes redundant experts while preserving the router's independent control over remaining experts. Key features include:
Qwen3-Coder-REAP-25B-A3B has the following specifications:
| Benchmark | Qwen3-Coder-30B-A3B-Instruct | Qwen3-Coder-REAP-25B-A3B |
|---|---|---|
| Compression | β | 20% |
| HumanEval | 92.1 | 94.5 |
| HumanEval+ | 87.8 | 89.0 |
| MBPP | 87.6 | 87.3 |
| MBPP+ | 73.5 | 72.8 |
| LiveCodeBench (25.01 - 25.05) | 35.2 | 35.2 |
| BFCL-v3 (Non-Live) | 83.9 | 82.2 |
| BFCL-v3 (Live) | 76.2 | 74.0 |
| BFCL-v3 (Multi-Turn) | 29.6 | 30.5 |
| BFCL-v3 (Overall) | 63.2 | 62.2 |
| πΒ²-bench (Airline) | 39.3 | 40.7 |
| πΒ²-bench (Retail) | 62.6 | 62.0 |
| πΒ²-bench (Telecom) | 33.6 | 32.2 |
π© This checkpoint maintains almost identical performance while being 20% lighter.
For more details on the evaluation setup, refer to the REAP arXiv preprint.
You can deploy the model directly using the latest vLLM (v0.11.0), no source modifications or custom patches required.
vllm serve cerebras/Qwen3-Coder-REAP-25B-A3B \
--tool-call-parser qwen3_coder \
--enable-auto-tool-choice \
--enable-expert-parallel
If you encounter insufficient memory when running this model, you might need to set a lower value for --max-num-seqs flag (e.g. set to 64).
This checkpoint was created by applying the REAP (Router-weighted Expert Activation Pruning) method uniformly across all Mixture-of-Experts (MoE) blocks of Qwen3-Coder-30B-A3B-Instruct, with a 20% pruning rate.
REAP selects experts to prune based on a novel saliency criterion that considers both:
This dual consideration ensures that experts contributing minimally to the layer's output are pruned, while preserving those that play critical roles in the model's computations.
The model was calibrated using a diverse mixture of domain-specific datasets including:
π For more details, refer to the following resources:
This model is derived from
Qwen3-Coder-30B-A3B-Instruct
and distributed under the Apache 2.0 License.
If you use this checkpoint, please cite the REAP paper:
@article{lasby-reap,
title={REAP the Experts: Why Pruning Prevails for One-Shot MoE compression},
author={Lasby, Mike and Lazarevich, Ivan and Sinnadurai, Nish and Lie, Sean and Ioannou, Yani and Thangarasa, Vithursan},
journal={arXiv preprint arXiv:2510.13999},
year={2025}
}
1 commits
π³ REAPπ³ the Experts: Why Pruning Prevails for One-Shot MoE Compression
Introducing Qwen3-Coder-REAP-25B-A3B, a memory-efficient compressed variant of Qwen3-Coder-30B-A3B-Instruct that maintains near-identical performance while being 20% lighter.
This model was created using REAP (Router-weighted Expert Activation Pruning), a novel expert pruning method that selectively removes redundant experts while preserving the router's independent control over remaining experts. Key features include:
Qwen3-Coder-REAP-25B-A3B has the following specifications:
| Benchmark | Qwen3-Coder-30B-A3B-Instruct | Qwen3-Coder-REAP-25B-A3B |
|---|---|---|
| Compression | β | 20% |
| HumanEval | 92.1 | 94.5 |
| HumanEval+ | 87.8 | 89.0 |
| MBPP | 87.6 | 87.3 |
| MBPP+ | 73.5 | 72.8 |
| LiveCodeBench (25.01 - 25.05) | 35.2 | 35.2 |
| BFCL-v3 (Non-Live) | 83.9 | 82.2 |
| BFCL-v3 (Live) | 76.2 | 74.0 |
| BFCL-v3 (Multi-Turn) | 29.6 | 30.5 |
| BFCL-v3 (Overall) | 63.2 | 62.2 |
| πΒ²-bench (Airline) | 39.3 | 40.7 |
| πΒ²-bench (Retail) | 62.6 | 62.0 |
| πΒ²-bench (Telecom) | 33.6 | 32.2 |
π© This checkpoint maintains almost identical performance while being 20% lighter.
For more details on the evaluation setup, refer to the REAP arXiv preprint.
You can deploy the model directly using the latest vLLM (v0.11.0), no source modifications or custom patches required.
vllm serve cerebras/Qwen3-Coder-REAP-25B-A3B \
--tool-call-parser qwen3_coder \
--enable-auto-tool-choice \
--enable-expert-parallel
If you encounter insufficient memory when running this model, you might need to set a lower value for --max-num-seqs flag (e.g. set to 64).
This checkpoint was created by applying the REAP (Router-weighted Expert Activation Pruning) method uniformly across all Mixture-of-Experts (MoE) blocks of Qwen3-Coder-30B-A3B-Instruct, with a 20% pruning rate.
REAP selects experts to prune based on a novel saliency criterion that considers both:
This dual consideration ensures that experts contributing minimally to the layer's output are pruned, while preserving those that play critical roles in the model's computations.
The model was calibrated using a diverse mixture of domain-specific datasets including:
π For more details, refer to the following resources:
This model is derived from
Qwen3-Coder-30B-A3B-Instruct
and distributed under the Apache 2.0 License.
If you use this checkpoint, please cite the REAP paper:
@article{lasby-reap,
title={REAP the Experts: Why Pruning Prevails for One-Shot MoE compression},
author={Lasby, Mike and Lazarevich, Ivan and Sinnadurai, Nish and Lie, Sean and Ioannou, Yani and Thangarasa, Vithursan},
journal={arXiv preprint arXiv:2510.13999},
year={2025}
}
1 commits