HypotheSAEs is a method which hypothesizes interpretable relationships in text datasets by training Sparse Autoencoders (SAEs) on foundation model representations.
Paper: https://arxiv.org/abs/2502.04382
Code: https://github.com/rmovva/HypotheSAEs
This data repo contains all of the datasets used for the experiments in the paper.
In total, we use five datasets to evaluate HypotheSAEs.
We evaluate with two synthetic datasets, where the goal is to recover a list of frequent topics whose documents are pseudo-labeled as '1', while all other documents are labeled '0'. Topics are granular and annotated by humans.
We evaluate with three real-world datasets, where the goal is to generate interpretable hypotheses which predict the target variable:
We use the Wikipedia dataset processed by Pham et al. (2024), derived from WikiText (Merity et al., 2016). Wikipedia articles are categorized into supercategories, categories, and subcategories (e.g., Media and Drama > Television > The Simpsons Episodes). We focus on predicting subcategories, as they are the most specific and challenging to recover. After removing duplicates and infrequent subtopics (<100 articles), the dataset contains 11,979 articles spanning 69 subcategories.
label_synthetic column, rest are negatives.We use the Congressional bills dataset collected by Hoyle et al. (2022) and processed by Pham et al. (2024), originally sourced from GovTrack. The dataset consists of bills from the 110th-114th U.S. Congresses (2007-2017), each annotated with a topic and subtopic.
label_synthetic column (24.2%), rest are negatives.We use the Upworthy Research Archive (Matias, 2021), which contains web traffic data from Upworthy.com, a digital media platform focused on high-engagement articles. The dataset includes thousands of A/B tests, where multiple headline variations were tested for the same article.
test_id, ensuring only pairs of headlines randomized against each other are included.label_pairwise column indicates whether headline A had a higher CTR than headline B.We extract 4.72M restaurant reviews from the Yelp Open Dataset and filter for businesses tagged as "Restaurant".
stars) is star rating (1-5).We use the Congressional speech dataset from the 109th U.S. Congress (2005-2007) (Gentzkow & Shapiro, 2010), containing speech transcripts labeled by speaker party (Republican or Democrat).
6 commits
6 commits
HypotheSAEs is a method which hypothesizes interpretable relationships in text datasets by training Sparse Autoencoders (SAEs) on foundation model representations.
Paper: https://arxiv.org/abs/2502.04382
Code: https://github.com/rmovva/HypotheSAEs
This data repo contains all of the datasets used for the experiments in the paper.
In total, we use five datasets to evaluate HypotheSAEs.
We evaluate with two synthetic datasets, where the goal is to recover a list of frequent topics whose documents are pseudo-labeled as '1', while all other documents are labeled '0'. Topics are granular and annotated by humans.
We evaluate with three real-world datasets, where the goal is to generate interpretable hypotheses which predict the target variable:
We use the Wikipedia dataset processed by Pham et al. (2024), derived from WikiText (Merity et al., 2016). Wikipedia articles are categorized into supercategories, categories, and subcategories (e.g., Media and Drama > Television > The Simpsons Episodes). We focus on predicting subcategories, as they are the most specific and challenging to recover. After removing duplicates and infrequent subtopics (<100 articles), the dataset contains 11,979 articles spanning 69 subcategories.
label_synthetic column, rest are negatives.We use the Congressional bills dataset collected by Hoyle et al. (2022) and processed by Pham et al. (2024), originally sourced from GovTrack. The dataset consists of bills from the 110th-114th U.S. Congresses (2007-2017), each annotated with a topic and subtopic.
label_synthetic column (24.2%), rest are negatives.We use the Upworthy Research Archive (Matias, 2021), which contains web traffic data from Upworthy.com, a digital media platform focused on high-engagement articles. The dataset includes thousands of A/B tests, where multiple headline variations were tested for the same article.
test_id, ensuring only pairs of headlines randomized against each other are included.label_pairwise column indicates whether headline A had a higher CTR than headline B.We extract 4.72M restaurant reviews from the Yelp Open Dataset and filter for businesses tagged as "Restaurant".
stars) is star rating (1-5).We use the Congressional speech dataset from the 109th U.S. Congress (2005-2007) (Gentzkow & Shapiro, 2010), containing speech transcripts labeled by speaker party (Republican or Democrat).
6 commits
6 commits