Update README.md
Browse files
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 |
-
@
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
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 |
```
|