Update README.md
Browse filesAdd paper link and reference format
README.md
CHANGED
@@ -227,3 +227,14 @@ configs:
|
|
227 |
- split: test
|
228 |
path: toolbench/test-*
|
229 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
- split: test
|
228 |
path: toolbench/test-*
|
229 |
---
|
230 |
+
|
231 |
+
* StreamBench paper link: https://arxiv.org/abs/2406.08747 (The links for the original raw datasets on StreamBench can be found in Appendix F)
|
232 |
+
* If you find our work helpful, please cite as:
|
233 |
+
```
|
234 |
+
@article{wu2024streambench,
|
235 |
+
title={StreamBench: Towards Benchmarking Continuous Improvement of Language Agents},
|
236 |
+
author={Wu, Cheng-Kuang and Tam, Zhi Rui and Lin, Chieh-Yen and Chen, Yun-Nung and Lee, Hung-yi},
|
237 |
+
journal={arXiv preprint arXiv:2406.08747},
|
238 |
+
year={2024}
|
239 |
+
}
|
240 |
+
```
|