NASA’s new dark energy space telescope can also detect killer asteroids
technologyreview.com·2h ago
TL;DR
Existing methods for analyzing neural network attention heads often overlook non-literal retrieval capabilities. Logit-Contribution Scoring was developed to evaluate the contributions of different attention heads in transformer models.
✦ Why It Matters
Engineers can leverage Logit-Contribution Scoring to better understand and optimize transformer model behavior.
Key Takeaways
How It Works
LOCOS scores attention heads by projecting their output-value (OV) circuit contributions onto the answer-token direction, allowing for the identification of heads that synthesize information rather than copy it. This contrasts with traditional methods that only reward heads for matching attended tokens with generated tokens.
Related