paper-with-me

Papers

Weight-Adjusted Gradients Reveal Parameter Importance and Failure Modes in LLMs

2026-07-12 · Shrestha Datta, Hongfu Liu, Anshuman Chhabra arxiv

Understanding which parameters are influential in Large Language Models (LLMs) is central to improving their efficiency, reliability, and interpretability. We introduce Weight-Adjusted Gradients (WAG), a simple yet effective approach for estimating parameter importance that explicitly captures the interaction between model weights and first-order gradient information and identifies parameters that disproportionately influence model behavior, such as those responsible for collapse phenomena in LLMs. Across a range of models and settings, we show that WAG surfaces a tiny but critical subset of parameters whose modification leads to dramatic degradation in performance, a failure mode that existing importance metrics overlook. These findings reveal a previously underexplored interplay between weights and gradients, suggesting that parameter importance cannot be fully understood through either signal alone. The surprising effectiveness of WAG points to fundamental structural properties of trained networks and motivates new open questions about the role of zeroth-order and first-order information in deep learning. We demonstrate the practical utility of WAG across multiple applications, including expert allocation in mixture-of-expert architectures, parameter-specific unlearning, mixed-precision quantization, and layer selection for knowledge editing. Our results position WAG as a unified approach for analyzing, debugging, and controlling LLMs, and opens new directions for principled model-level interpretation.

📄 PDF Abstract BibTeX arXiv:2607.10803

Code (0)

등록된 구현이 없습니다.

Tasks

knowledge editing

Similar Papers 제목 키워드 기반

Elastic Weight Consolidation Done Right for Continual Learning

2026-03-19 · Xuan Liu, Xiaobin Chang arxiv

Weight regularization methods in continual learning (CL) alleviate catastrophic forgetting by assessing and penalizing changes to important model weights. Elastic Weight Consolidation (EWC) is a foundational and widely u…

Continual Learning

Computing the gradients with respect to all parameters of a quantum neural network using a single circuit

2023-07-16 · Guang Ping He

Finding gradients is a crucial step in training machine learning models. For quantum neural networks, computing gradients using the parameter-shift rule requires calculating the cost function twice for each adjustable pa…

All

Bandwidth Reduction using Importance Weighted Pruning on Ring AllReduce

2019-01-06 · Zehua Cheng, Zhenghua Xu

It is inevitable to train large deep learning models on a large-scale cluster equipped with accelerators system. Deep gradient compression would highly increase the bandwidth utilization and speed up the training process…

Multiple Importance Sampling for Stochastic Gradient Estimation

2024-07-22 · Corentin Salaün, Xingchang Huang, Iliyan Georgiev, Niloy J. Mitra 외

We introduce a theoretical and practical framework for efficient importance sampling of mini-batch samples for gradient estimation from single and multiple probability distributions. To handle noisy gradients, our framew…

Attention Loss Adjusted Prioritized Experience Replay

2023-09-13 · Zhuoying Chen, Huiping Li, Rizhong Wang

Prioritized Experience Replay (PER) is a technical means of deep reinforcement learning by selecting experience samples with more knowledge quantity to improve the training rate of neural network. However, the non-unifor…

Deep Reinforcement LearningMulti-agent Reinforcement LearningOpenAI Gymreinforcement-learning+1