TL;DR
Attribution patching, a method for understanding language model behavior, suffers from reliability issues due to non-linearities in the model. This work introduces a Hessian-vector-product (HVP) correction that significantly reduces errors with minimal computational overhead.
✦ Why It Matters
Engineers can leverage HVP for more reliable model interpretability without incurring high computational costs.
Key Takeaways
How It Works
HVP correction addresses the leading-order errors in attribution patching by leveraging second-order information from the model's Hessian. This method requires only one additional backward pass, making it computationally feasible for larger models.
By focusing on the non-linearities in the downstream network, HVP provides a more accurate estimate of component importance.
Related