Switch language한국어
Back to the list

Every Component is a Lookup: Token Attribution and Composition from a Single Decomposition

TL;DR AI

Key summary

2 min read
  1. Researchers introduced Unpack, a non-invasive interpretability method for transformers based on a single forward pass.

  2. Unpack backpropagates credit through attention and MLP sublayers to assign token-level attribution and trace K/Q/V interaction paths.

  3. The method was validated on GPT-2 small and Pythia, recovering known indirect object identification circuits and duplication-suppression patterns.

  4. It offers a way to study how transformer components combine predictions without gradients, interventions, or labeled circuit ground truth.

Read the original