Fragile Knowledge, Robust Instruction-Following: The Width Pruning Dichotomy in Llama-3.2
Pere Martra
TL;DR
This work shows that MAW-guided width pruning of GLU-MLP layers in Llama-3.2 does not merely compress models but selectively reshapes capabilities. It reveals a consistent Capabilities Dichotomy where parametric-knowledge tasks degrade while instruction-following and truthfulness-related behaviors are preserved or enhanced, linked to an inverse MMLU–TruthfulQA relationship (r = -0.864, p = 0.012). The study identifies a practical equilibrium at an expansion ratio of $2.4\times$ that balances performance and energy efficiency, with batch processing offering substantial throughput gains and single-shot latency costs. These findings have implications for deploying pruned models in resource-constrained settings and motivate further exploration of architecture-aware pruning as a tool for selective behavioral modification across GLU-based transformers.
Abstract
Structured width pruning of GLU-MLP layers, guided by the Maximum Absolute Weight (MAW) criterion, reveals a systematic dichotomy in how reducing the expansion ratio affects different model capabilities. While performance on tasks relying on parametric knowledge (e.g., MMLU, GSM8K) and perplexity metrics degrades predictably, instruction-following capabilities improve substantially (+46% to +75% in IFEval for Llama-3.2-1B and 3B models), and multi-step reasoning remains robust (MUSR). This pattern challenges the prevailing assumption that pruning induces uniform degradation. We evaluated seven expansion ratio configurations using comprehensive benchmarks assessing factual knowledge, mathematical reasoning, language comprehension, instruction-following, and truthfulness. Our analysis identifies the expansion ratio as a critical architectural parameter that selectively modulates cognitive capabilities, rather than merely serving as a compression metric. We provide the first systematic characterization of this selective preservation phenomenon. Notably, we document a robust inverse correlation (r = -0.864, p = 0.012 in Llama-3B) between factual knowledge capacity (MMLU) and truthfulness metrics (TruthfulQA-MC2): as knowledge degrades, the model's ability to discriminate misconceptions improves consistently. This connects two previously distinct research areas, demonstrating that MAW-guided width pruning acts as a selective filter, reducing parametric knowledge while preserving or enhancing behavioral alignment. Additionally, we quantify context-dependent efficiency trade-offs: pruned configurations achieve up to 23% reduction in energy consumption (J/token) but incur penalties in single-request latency, whereas batch processing workloads benefit uniformly.
