LGOct 7, 2023

Uncovering Model Processing Strategies with Non-Negative Per-Example Fisher Factorization

arXiv:2310.04649v22 citationsh-index: 59
Originality Incremental advance
AI Analysis

This provides a novel interpretability tool for researchers and practitioners in AI, though it appears incremental as it builds on existing factorization and interpretability techniques.

The paper tackles the problem of interpreting model predictions by introducing NPEFF, a method that decomposes per-example Fisher matrices to uncover model processing strategies, demonstrating its effectiveness through human evaluation and automated analysis on language models and text tasks.

We introduce NPEFF (Non-Negative Per-Example Fisher Factorization), an interpretability method that aims to uncover strategies used by a model to generate its predictions. NPEFF decomposes per-example Fisher matrices using a novel decomposition algorithm that learns a set of components represented by learned rank-1 positive semi-definite matrices. Through a combination of human evaluation and automated analysis, we demonstrate that these NPEFF components correspond to model processing strategies for a variety of language models and text processing tasks. We further show how to construct parameter perturbations from NPEFF components to selectively disrupt a given component's role in the model's processing. Along with conducting extensive ablation studies, we include experiments to show how NPEFF can be used to analyze and mitigate collateral effects of unlearning and use NPEFF to study in-context learning. Furthermore, we demonstrate the advantages of NPEFF over baselines such as gradient clustering and using sparse autoencoders for dictionary learning over model activations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes