Our extensive analysis of 17 LLMs on API-Bank and a newly curated benchmark
M3ToolEval shows that CodeAct outperforms widely used alternatives like Text and JSON (up to 20% higher success rate). Please check our paper for more detailed analysis!
We collect an instruction-tuning dataset CodeActInstruct that consists of 7k multi-turn interactions using CodeAct. Dataset is release at
huggingface dataset 🤗. Please refer to the paper and
this section for details of data collection.
Please check out
our paper and
code for more details about data collection, model training, and evaluation.
1@misc{wang2024executable,
2 title={Executable Code Actions Elicit Better LLM Agents},
3 author={Xingyao Wang and Yangyi Chen and Lifan Yuan and Yizhe Zhang and Yunzhu Li and Hao Peng and Heng Ji},
4 year={2024},
5 eprint={2402.01030},
6 archivePrefix={arXiv},
7 primaryClass={cs.CL}
8}