Update README.md
Browse files
README.md
CHANGED
@@ -62,3 +62,18 @@ The benchmark captures the dynamic dependencies and unpredictable patterns chara
|
|
62 |
# Dataset statistics
|
63 |
|
64 |

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
# Dataset statistics
|
63 |
|
64 |

|
65 |
+
|
66 |
+
For more details, please refer to our paper.
|
67 |
+
|
68 |
+
# Citation
|
69 |
+
``` bibtex
|
70 |
+
@misc{li2025loopserveadaptivedualphasellm,
|
71 |
+
title={LoopServe: An Adaptive Dual-phase LLM Inference Acceleration System for Multi-Turn Dialogues},
|
72 |
+
author={Haoyang Li and Zhanchao Xu and Yiming Li and Xuejia Chen and Darian Li and Anxin Tian and Qingfa Xiao and Cheng Deng and Jun Wang and Qing Li and Lei Chen and Mingxuan Yuan},
|
73 |
+
year={2025},
|
74 |
+
eprint={2507.13681},
|
75 |
+
archivePrefix={arXiv},
|
76 |
+
primaryClass={cs.CL},
|
77 |
+
url={https://arxiv.org/abs/2507.13681},
|
78 |
+
}
|
79 |
+
```
|