seonglae commited on
Commit
030551c
·
verified ·
1 Parent(s): 619d719

Update README.md

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