paper-with-me

홈 › Papers

Efficient Tool Use with Chain-of-Abstraction Reasoning

2024-01-30 · Silin Gao, Jane Dwivedi-Yu, Ping Yu, Xiaoqing Ellen Tan, Ramakanth Pasunuru, Olga Golovneva, Koustuv Sinha, Asli Celikyilmaz, Antoine Bosselut, Tianlu Wang

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 this external knowledge, but there remains challenges for fine-tuning LLM agents (e.g., Toolformer) to invoke tools in multi-step reasoning problems, where inter-connected tool calls require holistic and efficient tool usage planning. In this work, we propose a new method for LLMs to better leverage tools in multi-step reasoning. Our method, Chain-of-Abstraction (CoA), trains LLMs to first decode reasoning chains with abstract placeholders, and then call domain tools to reify each reasoning chain by filling in specific knowledge. This planning with abstract chains enables LLMs to learn more general reasoning strategies, which are robust to shifts of domain knowledge (e.g., math results) relevant to different reasoning questions. It also allows LLMs to perform decoding and calling of external tools in parallel, which avoids the inference delay caused by waiting for tool responses. In mathematical reasoning and Wiki QA domains, we show that our method consistently outperforms previous chain-of-thought and tool-augmented baselines on both in-distribution and out-of-distribution test sets, with an average ~6% absolute QA accuracy improvement. LLM agents trained with our method also show more efficient tool use, with inference speed being on average ~1.4x faster than baseline tool-augmented LLMs.

📄 PDF Abstract BibTeX arXiv:2401.17464

Code (0)

등록된 구현이 없습니다.

Tasks

MathMathematical ReasoningWorld Knowledge

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

The Abstraction Gap in Vision-Language Causal Reasoning

2026-05-27 · Chinh Hoang, Mohammad Rashedul Hasan arxiv

Vision-language models (VLMs) generate fluent causal explanations, but current evaluations cannot distinguish linguistic plausibility from faithful causal reasoning. We introduce a dual-probe methodology that isolates th…

Concept-Reversed Winograd Schema Challenge: Evaluating and Improving Robust Reasoning in Large Language Models via Abstraction

2024-10-15 · Kaiqiao Han, Tianqing Fang, Zhaowei Wang, Yangqiu Song 외

While Large Language Models (LLMs) have showcased remarkable proficiency in reasoning, there is still a concern about hallucinations and unreliable reasoning issues due to semantic associations and superficial logical ch…

Reasoning about Reasoning: BAPO Bounds on Chain-of-Thought Token Complexity in LLMs

2026-02-02 · Kiran Tomlinson, Tobias Schnabel, Adith Swaminathan, Jennifer Neville arxiv

Inference-time scaling via chain-of-thought (CoT) reasoning is a major driver of state-of-the-art LLM performance, but it comes with substantial latency and compute costs. We address a fundamental theoretical question: h…

RLAD: Training LLMs to Discover Abstractions for Solving Reasoning Problems

2025-10-02 · Yuxiao Qu, Anikait Singh, Yoonho Lee, Amrith Setlur 외 arxiv

Reasoning requires going beyond pattern matching or memorization of solutions to identify and implement "algorithmic procedures" that can be used to deduce answers to hard problems. Doing so requires realizing the most r…

Abstraction-of-Thought Makes Language Models Better Reasoners

2024-06-18 · Ruixin Hong, Hongming Zhang, Xiaoman Pan, Dong Yu 외

Abstract reasoning, the ability to reason from the abstract essence of a problem, serves as a key to generalization in human reasoning. However, eliciting language models to perform reasoning with abstraction remains une…