paper-with-me

Papers

Pruning via Causal Attribution Preserves Reasoning Performance in Large Language Models

2026-04-27 · Amogh Sheth, Biruk Assefa, Yi Wen Huang, Andrew Lin, Yuhao Ge arxiv

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-level scores to guide fine-grained weight pruning. For each attention head, CAP estimates the expected performance degradation when the head is masked during forward passes on a small calibration set of reasoning problems. These causal scores are then converted into weight-level importance values for the corresponding projection matrices. Unlike magnitude-only or activation-based criteria, CAP's interventional measurement directly captures each head's functional contribution, yielding relative accuracy gains of up to 61% over Wanda on ARC-Challenge at 20% sparsity. We evaluate CAP on GSM8K, StrategyQA, and ARC-Challenge using Llama-3-8B-Instruct and Mistral-7B-Instruct at 10%, 20%, and 50% sparsity. At moderate sparsity (10-20%), CAP improves over Wanda in most model-benchmark configurations. with especially large gains on ARC-Challenge for Llama-3. Our results suggest that attention-head-level causal attribution can better preserve reasoning performance on downstream benchmarks than correlational pruning criteria at equivalent sparsity, while remaining limited by coarse MLP attribution at 50% sparsity.

📄 PDF Abstract BibTeX arXiv:2606.19350

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discovering Transformer Circuits via a Hybrid Attribution and Pruning Framework

2025-09-28 · Hao Gu, Vibhas Nair, Amrithaa Ashok Kumar, Jayvart Sharma 외 arxiv

Interpreting language models often involves circuit analysis, which aims to identify sparse subnetworks, or circuits, that accomplish specific tasks. Existing circuit discovery algorithms face a fundamental trade-off: at…

Task-specific Compression for Multi-task Language Models using Attribution-based Pruning

2022-05-09 · Nakyeong Yang, Yunah Jang, Hwanhee Lee, Seohyeong Jung 외

Multi-task language models show outstanding performance for various natural language understanding tasks with only a single model. However, these language models utilize an unnecessarily large number of model parameters,…

Natural Language Understanding

Debiasing Large Language Models toward Social Factors in Online Behavior Analytics through Prompt Knowledge Tuning

2026-03-28 · Hossein Salemi, Jitin Krishnan, Hemant Purohit arxiv

Attribution theory explains how individuals interpret and attribute others' behavior in a social context by employing personal (dispositional) and impersonal (situational) causality. Large Language Models (LLMs), trained…

Intent Detection

TempoBench: Evaluating Temporal Causal Reasoning in Large Language Models

2025-10-31 · Nikolaus Holzer, William Fishell, Baishakhi Ray, Mark Santolucito arxiv

Temporal reasoning involves understanding how systems evolve over time through input-driven state transitions. A key aspect is temporal causal reasoning, causally reasoning about what prior inputs were necessary in causi…

Local Causal Attribution of Chain-of-Thought Reasoning

2026-06-20 · Dennis Wei, Yannis Belkhiter, Erik Miehling, Radu Marinescu arxiv

Understanding the causal structure of a language model's thought process is a problem of significant importance for both transparency and safety. In this work, we take a local approach toward this goal by analyzing the c…