TL;DR
Prior work showed intermediate LLM layers predict brain activity during language processing, but the mechanism remained unclear. Researchers applied sparse autoencoders (SAEs)—tools that decompose neural networks into interpretable features—to GPT-2 XL and Llama-3.1-8B, discovering that semantic features alone recover 94% of brain prediction performance.
✦ Why It Matters
Engineers can use SAE-based feature extraction to interpret LLM behavior and align model representations with neuroscience findings.
Key Takeaways
How It Works
Sparse autoencoders (SAEs) decompose LLMs into interpretable features, allowing researchers to analyze how these features correlate with human brain responses. By focusing on semantic features, the study reveals that these features can predict brain activity and reading times, demonstrating a clear mapping between LLM outputs and cortical semantic organization.
Related