ldsjmdy commited on
Commit
0202660
·
verified ·
1 Parent(s): c72d8b5

Update README.md

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