VoyagerXHF commited on
Commit
82852e9
·
verified ·
1 Parent(s): 26cdcb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -10,6 +10,7 @@ tags:
10
  - mechanistic-interpretability
11
  - interpretability
12
  - qwen-scope
 
13
  base_model: Qwen/Qwen3.5-27B
14
  ---
15
 
@@ -138,10 +139,12 @@ If you use these SAEs in your research, please cite:
138
 
139
  ```bibtex
140
  @misc{qwen_scope,
141
- title = {{Qwen-Scope}: Turning Sparse Features into Development Tools for Large Language Models},
142
- url = {https://qianwen-res.oss-accelerate.aliyuncs.com/qwen-scope/Qwen_Scope.pdf},
143
- author = {{Qwen Team}},
144
- month = {April},
145
- year = {2026}
 
 
146
  }
147
  ```
 
10
  - mechanistic-interpretability
11
  - interpretability
12
  - qwen-scope
13
+ - arxiv:2605.11887
14
  base_model: Qwen/Qwen3.5-27B
15
  ---
16
 
 
139
 
140
  ```bibtex
141
  @misc{qwen_scope,
142
+ title={{Qwen-Scope}: Turning Sparse Features into Development Tools for Large Language Models},
143
+ author={Boyi Deng and Xu Wang and Yaoning Wang and Yu Wan and Yubo Ma and Baosong Yang and Haoran Wei and Jialong Tang and Huan Lin and Ruize Gao and Tianhao Li and Qian Cao and Xuancheng Ren and Xiaodong Deng and An Yang and Fei Huang and Dayiheng Liu and Jingren Zhou},
144
+ year={2026},
145
+ eprint={2605.11887},
146
+ archivePrefix={arXiv},
147
+ primaryClass={cs.CL},
148
+ url={https://arxiv.org/abs/2605.11887},
149
  }
150
  ```