TL;DR
Sparse autoencoders, while more interpretable than individual neurons, struggle with reliable feature characterization. Query Lens is introduced as an extension of Logit Lens, allowing for better interpretation of sparse features by analyzing both key inputs and value outputs.
✦ Why It Matters
Engineers can use Query Lens to improve the interpretability of their sparse autoencoder models.
Key Takeaways
How It Works
Query Lens enhances feature interpretation by analyzing both key features from the encoder and value features from the decoder. It tracks how features activate based on inputs and how they influence outputs, including indirect effects that occur through subsequent processing layers.
This dual analysis allows for a more nuanced understanding of feature behavior.
Related