Dissecting Language Models: Machine Unlearning via Selective Pruning

Nicholas Pochinkov,Nandi Schoots
2024-07-25
Abstract:Understanding and shaping the behaviour of Large Language Models (LLMs) is increasingly important as applications become more powerful and more frequently adopted. This paper introduces a machine unlearning method specifically designed for LLMs. We introduce a selective pruning method for LLMs that removes neurons based on their relative importance on a targeted capability compared to overall network performance. This approach is a compute- and data-efficient method for identifying and removing neurons that enable specific behaviours. Our findings reveal that both feed-forward and attention neurons in LLMs are specialized; that is, for specific tasks, certain neurons are more crucial than others. Code from all experiments is available at <a class="link-external link-https" href="https://github.com/nickypro/selective-pruning" rel="external noopener nofollow">this https URL</a>
Machine Learning,Computation and Language
What problem does this paper attempt to address?