paper-with-me

홈 › Papers

From Good to Great: Improving Math Reasoning with Tool-Augmented Interleaf Prompting

2023-12-18 · Nuo Chen, Hongguang Li, Baoyuan Wang, Jia Li

This paper investigates the performance of Large Language Models (LLMs) and Tool-augmented LLMs in tackling complex mathematical reasoning tasks. We introduce IMP-TIP: Improving Math Reasoning with Tool-augmented Interleaf Prompting, a framework that combines the strengths of both LLMs and Tool-augmented LLMs. IMP-TIP follows the ``From Good to Great" concept, collecting multiple potential solutions from both LLMs and their Tool-Augmented counterparts for the same math problem, and then selecting or re-generating the most accurate answer after cross-checking these solutions via tool-augmented interleaf prompting. The framework incorporates two key aspects: self-prompt and tool-augmented interleaf prompting (TIP). The former allows LLMs to autonomously refine and improve an initial prompt related to tool usage, while the latter enables LLMs to derive the final answer by dynamically analyzing the problem, cross-checking potential solutions, and revising previous reasoning hints in an interleaved manner. Experimental analysis shows that IMP-TIP achieves enhanced mathematical capabilities and outperforms traditional LLMs and tool-augmented LLMs in accuracy and reasoning diversity on math reasoning tasks. For instance, IMP-TIP can improve Tool-augmented ChatGPT on GSM8K-Hard from 56.0% to 65.2%.

📄 PDF Abstract BibTeX arXiv:2401.05384

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityGSM8KMathMathematical Reasoning

Similar Papers 제목 키워드 기반

MuMath-Code: Combining Tool-Use Large Language Models with Multi-perspective Data Augmentation for Mathematical Reasoning

2024-05-13 · Shuo Yin, Weihao You, Zhilong Ji, Guoqiang Zhong 외

The tool-use Large Language Models (LLMs) that integrate with external Python interpreters have significantly enhanced mathematical reasoning capabilities for open-source LLMs, while tool-free methods chose another track…

Data AugmentationGSM8KMathMathematical Reasoning

MATHSENSEI: A Tool-Augmented Large Language Model for Mathematical Reasoning

2024-02-27 · Debrup Das, Debopriyo Banerjee, Somak Aditya, Ashish Kulkarni

Tool-augmented Large Language Models (TALMs) are known to enhance the skillset of large language models (LLMs), thereby, leading to their improved reasoning abilities across many tasks. While, TALMs have been successfull…

8kLanguage ModelingLanguage ModellingLarge Language Model+5

SciAgent: Tool-augmented Language Models for Scientific Reasoning

2024-02-18 · Yubo Ma, Zhibin Gou, Junheng Hao, Ruochen Xu 외

Scientific reasoning poses an excessive challenge for even the most advanced Large Language Models (LLMs). To make this task more practical and solvable for LLMs, we introduce a new task setting named tool-augmented scie…

Efficient Tool Use with Chain-of-Abstraction Reasoning

2024-01-30 · Silin Gao, Jane Dwivedi-Yu, Ping Yu, Xiaoqing Ellen Tan 외

To achieve faithful reasoning that aligns with human expectations, large language models (LLMs) need to ground their reasoning to real-world knowledge (e.g., web facts, math and physical rules). Tools help LLMs access th…

MathMathematical ReasoningWorld Knowledge

ChatCoT: Tool-Augmented Chain-of-Thought Reasoning on Chat-based Large Language Models

2023-05-23 · Zhipeng Chen, Kun Zhou, Beichen Zhang, Zheng Gong 외

Although large language models (LLMs) have achieved excellent performance in a variety of evaluation benchmarks, they still struggle in complex reasoning tasks which require specific knowledge and multi-hop reasoning. To…

Math