diff --git a/easytool/README.md b/easytool/README.md index e081f85..8c3132e 100644 --- a/easytool/README.md +++ b/easytool/README.md @@ -7,6 +7,11 @@

Enhancing LLM-based Agents with Concise Tool Instruction

+## What's New ++ [2024.01.15] We release Easytool for easier tool usage. + + The code and datasets are available at [easytool](#). + + The paper is available at [EASYTOOL: Enhancing LLM-based Agents with Concise Tool Instruction](https://arxiv.org/abs/2401.06201). + ## Overview LLM-based agents usually employ tool documentation to grasp the selection and usage of tools from different sources, but these documentations could be inconsistent in formats, redundant with excessive length, and lacking demonstrations for instructions. @@ -91,6 +96,17 @@ python3 main.py \ --task restbench ``` +## Citation + +If you find this work useful in your method, you can cite the paper as below: + + @article{yuan2024easytool, + title = {EASYTOOL: Enhancing LLM-based Agents with Concise Tool Instruction}, + author = {Siyu Yuan and Kaitao Song and Jiangjie Chen and Xu Tan and Yongliang Shen and Ren Kan and Dongsheng Li and Deqing Yang}, + journal = {arXiv preprint arXiv:2401.06201}, + year = {2024} + } + ## Acknowledgement - [ChatGPT](https://platform.openai.com/)