TorresYang commited on
Commit
d0ae3f7
·
verified ·
1 Parent(s): e733120

Update urls in README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -21,9 +21,9 @@ This is the official model repository for the paper **"Step-Level Sparse Autoenc
21
 
22
  This repository contains the trained **Step-Level Sparse Autoencoder (SSAE)** checkpoints.
23
 
24
- - **Paper:** [Arxiv Link Here]()
25
- - **Code:** [GitHub Link Here]()
26
- - **Collection:** [HuggingFace]()
27
 
28
  ## Model Overview
29
 
@@ -97,5 +97,13 @@ model.eval()
97
  ## Citation
98
  If you use these models or the associated code in your research, please cite our paper:
99
  ```bibtex
100
-
 
 
 
 
 
 
 
 
101
  ```
 
21
 
22
  This repository contains the trained **Step-Level Sparse Autoencoder (SSAE)** checkpoints.
23
 
24
+ - **Paper:** [Arxiv](https://arxiv.org/abs/2603.03031)
25
+ - **Code:** [GitHub](https://github.com/Miaow-Lab/SSAE)
26
+ - **Collection:** [HuggingFace](https://huggingface.co/collections/Miaow-Lab/ssae)
27
 
28
  ## Model Overview
29
 
 
97
  ## Citation
98
  If you use these models or the associated code in your research, please cite our paper:
99
  ```bibtex
100
+ @misc{yang2026steplevelsparseautoencoderreasoning,
101
+ title={Step-Level Sparse Autoencoder for Reasoning Process Interpretation},
102
+ author={Xuan Yang and Jiayu Liu and Yuhang Lai and Hao Xu and Zhenya Huang and Ning Miao},
103
+ year={2026},
104
+ eprint={2603.03031},
105
+ archivePrefix={arXiv},
106
+ primaryClass={cs.LG},
107
+ url={https://arxiv.org/abs/2603.03031},
108
+ }
109
  ```