Views
No views yet
model.model.layers[L].mlp.shared_experts for each layer L in 25–65.refusal_pca.pt (2.9MB, 41 layers × 3 PCA components × 6144 hidden dim).1def ablation_hook(module, input, output):
2 hs = output[0]
3 d = refusal_direction # shape [6144]
4 hs = hs - coeff * (hs @ d) / (d @ d) * d
5 return (hs,) + output[1:]| Parameter | Value |
|---|---|
| Base model | GLM-5.2 FP8 (744B MoE, 18.5B dense) |
| Ablation layers | [62, 63, 64, 65] |
| Ablation coefficient | 0.1 |
| PCA components | 2 per layer |
| Hook target | mlp.shared_experts forward output |
| LoRA | None |
| Training | None (inference-time ablation only) |
| Benchmark | Metric | Score | 95% Wilson CI |
|---|---|---|---|
| AdvBench | refusal_rate ↓ | 18.0% | [11.4%, 27.2%] |
| Borderline | refusal_rate ↓ | 2.0% | [0.4%, 8.5%] |
| GPQA Diamond | accuracy ↑ | 92.0% | [81.5%, 97.1%] |
| MMLU-Pro | accuracy ↑ | 75.0% | [65.6%, 82.5%] |
| HumanEval | pass@1 ↑ | 77.4% | [70.4%, 83.2%] |
| GSM8K | accuracy ↑ | 93.0% | [85.8%, 96.7%] |
| HellaSwag | accuracy ↑ | 72.0% | [62.1%, 80.0%] |
| SimpleQA | accuracy ↑ | 56.0% | [41.7%, 69.3%] |
| IFEval (prompt) | accuracy ↑ | 41.2% | — |
| IFEval (instr) | accuracy ↑ | 54.9% | — |
1@misc{aesopbase2026,
2 title={PCA-Based Refusal Ablation on MoE Models: What Survives Fine-Tuning?},
3 author={Fontes, C.},
4 year={2026},
5 note={Ablated base model — see research paper for full methodology}
6}