ldsjmdy commited on
Commit
32d6d7d
·
verified ·
1 Parent(s): 59e7602

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -150,13 +150,12 @@ with few-shot examples, each sample will be divided into an independent block. T
150
  If you find `Block-Attention` useful for your research, please cite our paper:
151
 
152
  ```bibtex
153
- @misc{sun2024blockattentionefficientrag,
154
- title={Block-Attention for Efficient RAG},
155
- author={East Sun and Yan Wang and Lan Tian},
156
- year={2024},
157
- eprint={2409.15355},
158
- archivePrefix={arXiv},
159
- primaryClass={cs.LG},
160
- url={https://arxiv.org/abs/2409.15355},
161
  }
162
  ```
 
150
  If you find `Block-Attention` useful for your research, please cite our paper:
151
 
152
  ```bibtex
153
+ @inproceedings{
154
+ ma2025blockattention,
155
+ title={Block-Attention for Efficient Prefilling},
156
+ author={Dongyang Ma and Yan Wang and Tian Lan},
157
+ booktitle={The Thirteenth International Conference on Learning Representations},
158
+ year={2025},
159
+ url={https://openreview.net/forum?id=7zNYY1E2fq}
 
160
  }
161
  ```