paper-with-me

Papers

ART: Automatic multi-step reasoning and tool-use for large language models

2023-03-16 · Bhargavi Paranjape, Scott Lundberg, Sameer Singh, Hannaneh Hajishirzi, Luke Zettlemoyer, Marco Tulio Ribeiro

Large language models (LLMs) can perform complex reasoning in few- and zero-shot settings by generating intermediate chain of thought (CoT) reasoning steps. Further, each reasoning step can rely on external tools to support computation beyond the core LLM capabilities (e.g. search/running code). Prior work on CoT prompting and tool use typically requires hand-crafting task-specific demonstrations and carefully scripted interleaving of model generations with tool use. We introduce Automatic Reasoning and Tool-use (ART), a framework that uses frozen LLMs to automatically generate intermediate reasoning steps as a program. Given a new task to solve, ART selects demonstrations of multi-step reasoning and tool use from a task library. At test time, ART seamlessly pauses generation whenever external tools are called, and integrates their output before resuming generation. ART achieves a substantial improvement over few-shot prompting and automatic CoT on unseen tasks in the BigBench and MMLU benchmarks, and matches performance of hand-crafted CoT prompts on a majority of these tasks. ART is also extensible, and makes it easy for humans to improve performance by correcting errors in task-specific programs or incorporating new tools, which we demonstrate by drastically improving performance on select tasks with minimal human intervention.

📄 PDF Abstract BibTeX arXiv:2303.09014

Code (2)

guidance-ai/guidance
microsoft/guidance

Tasks

MMLU

Methods 이 논문이 사용한 방법론

CoT Prompting Chain-of-thought prompts contain a series of intermediate reasoning steps, and they are shown to significantly improve the ability of large language models to perform certain…
Test 설명 없음

Similar Papers 제목 키워드 기반

MATRIX: Multimodal Agent Tuning for Robust Tool-Use Reasoning

2025-10-09 · Tajamul Ashraf, Umair Nawaz, Abdelrahman M. Shaker, Rao Anwer 외 arxiv

Vision language models (VLMs) are increasingly deployed as controllers with access to external tools for complex reasoning and decision-making, yet their effectiveness remains limited by the scarcity of high-quality mult…

Multi-Step Reasoning for Embodied Question Answering via Tool Augmentation

2025-10-23 · Mingliang Zhai, Hansheng Liang, Xiaomeng Fan, Zhi Gao 외 arxiv

Embodied Question Answering (EQA) requires agents to explore 3D environments to obtain observations and answer questions related to the scene. Existing methods leverage VLMs to directly explore the environment and answer…

Question Answering

Tool-Star: Empowering LLM-Brained Multi-Tool Reasoner via Reinforcement Learning

2025-05-22 · Guanting Dong, Yifei Chen, Xiaoxi Li, Jiajie Jin 외

Recently, large language models (LLMs) have shown remarkable reasoning capabilities via large-scale reinforcement learning (RL). However, leveraging the RL algorithm to empower effective multi-tool collaborative reasonin…

Reinforcement Learning (RL)

Training Step-Level Reasoning Verifiers with Formal Verification Tools

2025-05-21 · Ryo Kamoi, Yusen Zhang, Nan Zhang, Sarkar Snigdha Sarathi Das 외

Process Reward Models (PRMs), which provide step-by-step feedback on the reasoning generated by Large Language Models (LLMs), are receiving increasing attention. However, two key research gaps remain: collecting accurate…

Formal LogicMathMMLU

ToolVQA: A Dataset for Multi-step Reasoning VQA with External Tools

2025-08-05 · Shaofeng Yin, Ting Lei, Yang Liu arxiv

Integrating external tools into Large Foundation Models (LFMs) has emerged as a promising approach to enhance their problem-solving capabilities. While existing studies have demonstrated strong performance in tool-augmen…

Visual Question Answering