Update README.md
#1
by
seonglae
- opened
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
# Citation
|
7 |
+
|
8 |
+
```toml
|
9 |
+
@inproceedings{cho2025faithfulsae,
|
10 |
+
title={Faithful{SAE}: Towards Capturing Faithful Features with Sparse Autoencoders
|
11 |
+
without External Datasets Dependency},
|
12 |
+
author={Seonglae Cho and Harryn Oh and Donghyun Lee and Luis Eduardo Rodrigues Vieira
|
13 |
+
and Andrew Bermingham and Ziad El Sayed},
|
14 |
+
booktitle={ACL 2025 Student Research Workshop},
|
15 |
+
year={2025},
|
16 |
+
url={https://openreview.net/forum?id=tBn9ChHGG9}
|
17 |
+
}
|
18 |
+
```
|