Gausson commited on
Commit
d6e991d
·
verified ·
1 Parent(s): baf3165

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -355,4 +355,18 @@ Simply edit your `modeling_xxx.py` file to implement:
355
 
356
  ## 4. Other Advanced Usage
357
 
358
- Please refer to https://github.com/HKUDS/SepLLM, in which there are detailed explanations and examples.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
355
 
356
  ## 4. Other Advanced Usage
357
 
358
+ Please refer to https://github.com/HKUDS/SepLLM, in which there are detailed explanations and examples.
359
+
360
+ ## 5. Citation
361
+ If you find our work helpful, please consider giving us a like ❤️ and citing our paper. We greatly appreciate your support 😄
362
+ ```
363
+ @inproceedings{chen2025sepllm,
364
+ title={{SepLLM: Accelerate Large Language Models by Compressing One Segment into One Separator}},
365
+ author={Chen, Guoxuan and Shi, Han and Li, Jiawei and Gao, Yihang and Ren, Xiaozhe and Chen, Yimeng and Jiang, Xin and Li, Zhenguo and Liu, Weiyang and Huang, Chao},
366
+ booktitle={International Conference on Machine Learning},
367
+ year={2025},
368
+ note={Also available at arXiv:2412.12094}
369
+ }
370
+ ```
371
+
372
+