Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,19 @@ pinned: true
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
+
|
| 15 |
+
## Citations
|
| 16 |
+
Feel free to contact [email protected] for any questions
|
| 17 |
+
|
| 18 |
+
```bibtex
|
| 19 |
+
@misc{zhou2023language,
|
| 20 |
+
title={Language Agent Tree Search Unifies Reasoning Acting and Planning in Language Models},
|
| 21 |
+
author={Andy Zhou and Kai Yan and Michal Shlapentokh-Rothman and Haohan Wang and Yu-Xiong Wang},
|
| 22 |
+
year={2023},
|
| 23 |
+
eprint={2310.04406},
|
| 24 |
+
archivePrefix={arXiv},
|
| 25 |
+
primaryClass={cs.AI}
|
| 26 |
+
}
|
| 27 |
+
|
| 28 |
+
```
|