Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
brainckwu brianckwu commited on
Commit
dfa6b80
·
verified ·
1 Parent(s): c0bd1ea

Update README.md (#2)

Browse files

- Update README.md (be2e58c9fefdd33cb0d931a87eef4eac006eb78f)


Co-authored-by: Cheng-Kuang Wu <[email protected]>

Files changed (1) hide show
  1. README.md +11 -0
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
+ ```