Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
2
6
concept
stringlengths
2
58
122904
specifying duration in minutes
31342
Industrial Revolution
65276
debris
195346
support and resistance levels
181560
digital payment methods
73659
price per night
13226
excessive production or occurrence
151003
The Weather Channel
37776
hollow or thin physical description
149073
css properties
37524
first date ideas and scenarios
31549
spinach
108469
take advantage of
13121
objective function or statement
181453
accommodating behavior
65045
knowing question words
111903
Leonardo da Vinci
31675
bottom and its continuations
92568
genius
31479
imperative for Action/Understanding/etc
113871
possession
108495
arthritis and pain
195465
app.run(debug=True)
195448
Parisian districts and their descriptions
64655
i know, i know
65523
wild varieties
30596
sexual fantasies
92297
jpeg file type
149766
glomerulus / glomerular
167823
mongodb connection string indicator
171543
Wyoming
29138
in mind
13216
"First," followed by action
129631
defining outputs
12932
programming language variable declarations
207624
paper types and stocks
43088
distribution and habitats
74035
snow-capped mountains and peaks
149566
what would you
190500
GPT4All
37608
pollinators and pollination
149919
flex css
16233
burstiness
40388
originating from a place or group
40281
granola
37599
sports championships
140469
charset=
12467
volatile organic compounds
220968
out variable declaration
190879
assault and harm
35969
Belt and Road Initiative
12935
witnessing events or experiences
207647
SQL table names after FROM
67801
thank you very much
108427
blocking ads
111853
ditch the devices, cookies, lag, debt
226624
electronic data exchange
73572
regex
113882
document title pages
111800
taking or giving lessons
129789
think of or about
64979
arguably the
30565
pituitary tumors and glands
40016
python dataclass decorator
95680
loading environment variables
124473
concession or contrast
181346
safe words
30467
command substitution $(...)
16301
do my best to
31505
beta minus decay
28924
following "answer"
111806
Martin names and surnames
113771
biological staining techniques
36014
inherent dignity of people
108051
immunosuppressant
31245
identifying media genre
73311
time management
65484
practice
191442
foundational knowledge
112124
super and base calls
28741
logging info
190532
lymphoma and cancers
96030
service description
108167
why would
118540
chimpanzees
170299
Japanese invasion of Manchuria
198393
what something seems to be
23547
vector<type>
226459
bank account
129279
opening files with fopen
222345
and while
92348
informs decisions and strategies
208658
Puerto Rico
43407
unnecessary complexity, detail, or words
190906
rabies
64789
biomimicry and mimicry
13051
it is / it works / it was
23187
time/location prepositions
171977
cloudformation
129839
documentation strings
End of preview. Expand in Data Studio

SAEVerbalizer Data

This repository hosts the datasets released for SAEVerbalizer: Generating Explanations for Sparse Autoencoder Features via Representation Verbalization.

The initial release contains the three evaluation sets used for the THU-KEG/SAEVerbalizer-27B verbalizer. Training data and data for other components may be added in later release stages.

The inference and evaluation code is available at THU-KEG/SAEVerbalizer.

Repository structure

evaluation/
β”œβ”€β”€ global_train_standard_1000.json
β”œβ”€β”€ low_index_gold_200.json
└── global_gold_1000.json

Test sets

Test set Abbreviation File Examples
Global Train-Standard GTS evaluation/global_train_standard_1000.json 1,000
Low-Index Gold LIG evaluation/low_index_gold_200.json 200
Global Gold GG evaluation/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. The three sets are mutually disjoint.

Each JSON file is a list of records with the following fields:

  • id: SAE feature index.
  • concept: reference natural-language feature explanation from Neuronpedia.

The feature IDs refer to the layer-16 width-262k l0_medium SAE from google/gemma-scope-2-27b-it.

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
-

Paper for THU-KEG/SAEVerbalizer-Data