Datasets:
id stringlengths 2 6 | concept stringlengths 2 58 |
|---|---|
27581 | explaining what was meant |
69151 | first list item |
121637 | certainly need or get |
39982 | dockerfile WORKDIR directive |
76749 | svg path moveto |
224833 | maintainability and readability |
40320 | TechCrunch news |
201003 | one-hot encoding |
84737 | explaining pronunciation |
89284 | JavaScript getElementById |
60458 | contrasting hypothetical situations |
67509 | if so, followed by a question |
223196 | respect to |
115636 | Leading lines |
155795 | help me understand |
250244 | freelance and freelancing |
107280 | time.sleep |
150793 | not a fixed number |
21317 | phone numbers |
162074 | border-radius |
59562 | directory of therapists |
111521 | not None |
72512 | ROM |
103506 | an AI disclaimer |
211847 | and - |
120676 | C# code comments |
51893 | social media likes |
36377 | biological pathways |
32569 | make sure |
140180 | JavaScript querySelector |
165061 | crucially important |
187284 | forced from their homes |
258397 | join( |
122075 | Systematic Review |
88257 | TensorFlow framework |
25273 | nearest whole number |
194457 | connecting to database |
132810 | low effort, cost, barrier |
154140 | SMART Goals |
167790 | real-time information access |
140252 | vegetarian recipes or meals |
23368 | blues music |
93666 | reaching out a hand |
152808 | listing characters |
37752 | google urls |
62293 | apache 2.0 license |
147144 | you'd followed by verbs |
82464 | what's going on? |
26325 | Spanish plural "algun" |
30736 | man Institute |
93439 | html closing tags |
153154 | crucially, offering help |
173047 | 7-9 hours of sleep |
37285 | meet regulatory requirements |
41003 | Power Automate |
38920 | in one basket |
128016 | example explanations after specific punctuation |
186004 | hope and hopelessness |
23239 | python function definitions |
33148 | more followed by descriptive words |
74122 | display none |
108474 | Prague |
47082 | youtube links |
90697 | forbes.com/sites/ |
123503 | Siri, Alexa, Google Assistant |
54707 | brainstorming |
112960 | asking for specific examples |
54694 | pairs of nodes, variables, or primes |
45621 | abuse scenarios |
118982 | lottery numbers |
31661 | journal of |
90752 | preheat oven to |
216822 | router IP addresses |
62038 | ManyChat and Messenger bots |
81342 | position followed by punctuation |
230110 | criminal charges and arrest |
210392 | boolean return types |
157362 | introduces a reason |
48881 | names after "my name is" |
162440 | share similarity or commonality |
106926 | us Sampling |
22388 | joint, company-wide, second, inline |
127143 | literature review |
84350 | investors and investment |
102355 | a little bit of |
184172 | ascii diagrams and text-based representations |
212483 | per depositor, per insured bank |
34281 | art of crafting |
94768 | packing items and preparation |
113758 | not one single answer |
133508 | rate limiting |
46630 | baby and babies |
260379 | formatting separators |
261472 | main method args |
45294 | pelvic floor related concepts |
20687 | bothering you |
178457 | topical treatments |
87009 | checking object's own properties |
90749 | SEP entries |
58635 | to numeric, to datetime |
SAEVerbalizer Data
Evaluation data for SAEVerbalizer: Generating Explanations for Sparse Autoencoder Features via Representation Verbalization. This release contains the paper's three evaluation sets for both the 27B verbalizer and the 1B-to-27B adapter-based verbalization system. Training data may be added in a later release.
Inference and Reference Agreement evaluation code is available in
THU-KEG/SAEVerbalizer.
Data collections
| Collection | Feature space | Directory |
|---|---|---|
| 27B verbalizer | Gemma Scope 2 27B, residual-stream layer 16, width 262k, l0_medium |
evaluation/ |
| 1B-to-27B adapter | Gemma Scope 2 1B, residual-stream layer 7, width 262k, l0_medium |
adapter/1b_to_27b/evaluation/ |
The adapter maps the 1B SAE decoder directions into the hidden space used by
the released SAEVerbalizer-27B.
Feature IDs are local to the corresponding SAE and must not be exchanged
between the two collections.
Evaluation sets
Each collection provides the same three paper-defined splits:
| Test set | Abbreviation | File name | Examples |
|---|---|---|---|
| Global Train-Standard | GTS | global_train_standard_1000.json |
1,000 |
| Low-Index Gold | LIG | low_index_gold_200.json |
200 |
| Global Gold | GG | global_gold_1000.json |
1,000 |
GTS contains globally sampled features satisfying the training qualification standard. LIG and GG satisfy the stricter gold qualification standard; LIG is sampled from the low-index region, while GG is sampled globally. Within each collection, the three sets are mutually disjoint.
Each file is a JSON list whose records contain:
id: the feature index in the collection's source SAE.concept: the reference natural-language feature explanation from Neuronpedia.
Download
Download the 27B evaluation data:
hf download THU-KEG/SAEVerbalizer-Data \
--repo-type dataset \
--include "evaluation/*.json" \
--local-dir data
Download the adapter evaluation data:
hf download THU-KEG/SAEVerbalizer-Data \
--repo-type dataset \
--include "adapter/1b_to_27b/evaluation/*.json" \
--local-dir data
Source SAEs
Citation
@article{meng2026saeverbalizer,
title = {SAEVerbalizer: Generating Explanations for Sparse Autoencoder Features via Representation Verbalization},
author = {Meng, Weihan and Guo, Hongzhu and Jing, Yi and Liu, Dewen and Yao, Zijun and Wang, Xiaozhi and Hou, Lei and Li, Juanzi},
journal = {arXiv preprint arXiv:2608.13538},
year = {2026}
}
- Downloads last month
- 84