SAE Dataset

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2025 Feb 15 20:44
Editor
Edited
Edited
2025 Dec 22 18:20
Sparse Autoencoder can learn meaningful features with relatively less data compared to foundation model pretraining.
 
 

Dataset (
The Pile
,
OpenWebText
,
TinyStories
)

apollo-research (Apollo Research)
Org profile for Apollo Research on Hugging Face, the AI community building the future.
apollo-research (Apollo Research)

Depends on seed and dataset (
SAE Training
)

Weight Cosine Similarity
Orphan features still shows high interpretability which indicates the different seed may have found the subset of the “idealized dictionary size”.
  • dataset - matters more than seed
There are many features that have not yet been discovered in the model. The existence of features in SAE is closely linked to the frequency in dataset of the corresponding concepts within the dictionary.
For example, chemical concepts that are frequently mentioned in the training data almost always have features in the dictionary, while concepts that are rarely mentioned often lack features.
Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet
We find a diversity of highly abstract features. They both respond to and behaviorally cause abstract behaviors. Examples of features we find include features for famous people, features for countries and cities, and features tracking type signatures in code. Many features are multilingual (responding to the same concept across languages) and multimodal (responding to the same concept in both text and images), as well as encompassing both abstract and concrete instantiations of the same idea (such as code with security vulnerabilities, and abstract discussion of security vulnerabilities).

FaithfulSAE
FaithfulSAE
seonglaeUpdated 2025 Nov 22 0:56

High-frequency features and feature set stability are problems in SAE. This approach attempts to solve these issues by eliminating external dataset dependency and increasing faithfulness through self-synthetic datasets. It defines high-frequent features as FFR (Fake Feature Ratio) and uses the existing SFR (Shared Feature Ratio) to demonstrate that Faithful SAE improves both metrics.
This is a rare attempt to improve SAE from a dataset perspective, highlighting the issue of external dependencies in interpretability.
www.arxiv.org

Domain-specific SAE

SSAE: Instead of using the entire dataset, it focuses on learning rare concepts (like dark matter) in specific subdomains (e.g., physics, toxicity identified through Dense Retrieval using seed keywords). This captures more tail concepts with fewer features than standard SAEs. The approach fine-tunes a GSAE using the TERM loss on subdomain data collected via Dense Retrieval (or TracIn).
arxiv.org

SAE dataset diffing

Towards data-centric interpretability with sparse autoencoders — LessWrong
Nick and Lily are co-first authors on this project. Lewis and Neel jointly supervised this project. …
Towards data-centric interpretability with sparse autoencoders — LessWrong
 
 
 

Recommendations