English

MultiTool-CoT: GPT-3 Can Use Multiple External Tools with Chain of Thought Prompting

Computation and Language 2023-05-29 v1 Artificial Intelligence Machine Learning

Abstract

Large language models (LLMs) have achieved impressive performance on various reasoning tasks. To further improve the performance, we propose MultiTool-CoT, a novel framework that leverages chain-of-thought (CoT) prompting to incorporate multiple external tools, such as a calculator and a knowledge retriever, during the reasoning process. We apply MultiTool-CoT to the Task 2 dataset of NumGLUE, which requires both numerical reasoning and domain-specific knowledge. The experiments show that our method significantly outperforms strong baselines and achieves state-of-the-art performance.

Keywords

Cite

@article{arxiv.2305.16896,
  title  = {MultiTool-CoT: GPT-3 Can Use Multiple External Tools with Chain of Thought Prompting},
  author = {Tatsuro Inaba and Hirokazu Kiyomaru and Fei Cheng and Sadao Kurohashi},
  journal= {arXiv preprint arXiv:2305.16896},
  year   = {2023}
}

Comments

ACL2023. Our code is available at https://github.com/InabaTatsuro/MultiTool-CoT

R2 v1 2026-06-28T10:47:30.420Z