Update README.md
Browse files
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 |
-
@
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
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 |
```
|