seonglae commited on
Commit
f4a4201
·
verified ·
1 Parent(s): b091017

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -14,4 +14,18 @@ Load these SAEs using SAELens as below:
14
  from sae_lens import SAE
15
 
16
  sae, cfg_dict, sparsity = SAE.from_pretrained("seonglae/Llama-3.1-8B-sae", "<sae_id>")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ```
 
14
  from sae_lens import SAE
15
 
16
  sae, cfg_dict, sparsity = SAE.from_pretrained("seonglae/Llama-3.1-8B-sae", "<sae_id>")
17
+ ```
18
+
19
+ # Citation
20
+
21
+ ```toml
22
+ @inproceedings{cho2025faithfulsae,
23
+ title={Faithful{SAE}: Towards Capturing Faithful Features with Sparse Autoencoders
24
+ without External Datasets Dependency},
25
+ author={Seonglae Cho and Harryn Oh and Donghyun Lee and Luis Eduardo Rodrigues Vieira
26
+ and Andrew Bermingham and Ziad El Sayed},
27
+ booktitle={ACL 2025 Student Research Workshop},
28
+ year={2025},
29
+ url={https://openreview.net/forum?id=tBn9ChHGG9}
30
+ }
31
  ```