Pruning via Causal Attribution Preserves Reasoning Performance in Large Language Models

82d ago · Global · primary source: export.arxiv.org

A training-free pruning method called Causal Attribution Pruning (CAP) identifies critical attention heads in large language models by measuring their causal impact on reasoning tasks, preserving downstream accuracy better than magnitude-based criteria at equivalent sparsity levels, according to research posted to arXiv [1]. Large language models demonstrate strong multi-step reasoning but carry substantial inference costs [1]. CAP addresses this by estimating the expected performance drop when an attention head is masked during forward passes on a small calibration set of reasoning problems [1]. The resulting causal scores are converted into weight-level importance values for the corresponding projection matrices, a departure from magnitude-only or activation-based pruning criteria [1]. The approach is training-free and uses interventional measurement to capture each head's functional contribution directly [1]. Evaluations covered GSM8K, StrategyQA, and ARC-Challenge using Llama-3-8B-Instruct and Mistral-7B-Instruct at 10%, 20%, and 50% sparsity [1]. At moderate sparsity of 10-20%, CAP improved over the Wanda pruning method in most model-benchmark configurations [1]. On ARC-Challenge at 20% sparsity, CAP yielded relative accuracy gains of up to 61% over Wanda [1]. The gains were especially pronounced for Llama-3 on ARC-Challenge [1]. At 50% sparsity, the method's advantage narrowed, which the authors attribute to coarse multi-layer perceptron attribution at that level [1]. The paper appears on arXiv, an open-access repository of electronic preprints that has hosted scientific papers since August 1991 and now receives about 24,000 submissions per month [7]. arXiv papers are moderated but not peer-reviewed before posting [7]. The repository spans fields including computer science, mathematics, and physics, and many researchers self-archive papers there prior to journal publication [7]. The CAP manuscript was submitted on 27 April 2026 under the Computation and Language category [1]. LLMs are machine learning models with many parameters, trained with self-supervised learning on large text corpora for tasks such as language generation [9]. Pruning techniques aim to reduce the number of active parameters to lower inference cost, but preserving reasoning ability remains a challenge [1]. The CAP results suggest that attention-head-level causal attribution can better retain reasoning performance on downstream benchmarks than correlational pruning criteria at equivalent sparsity [1].

model-releaseresearch-paperbenchmarkinfrastructure

Background sources we checked (8)
  • arxiv.org ↗ Large language models (LLMs) excel at multi-step reasoning but incur substantial inference cost. We introduce Causal Attribution Pruning (CAP), a training-free method that identifies critical attention heads by measuring their causal impact on reasoning tasks and uses these head-…
  • en.wikipedia.org ↗ In neuroscience, psychology and cognitive science, predictive coding (also known as predictive processing) is a theory of brain function which postulates that the brain is constantly generating and updating a "mental model" of the environment. According to the theory, such a ment…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…

Sources

Spot something wrong? Report an issue