paper-with-me

홈 › Papers

ReWOO: Decoupling Reasoning from Observations for Efficient Augmented Language Models

2023-05-23 · Binfeng Xu, Zhiyuan Peng, Bowen Lei, Subhabrata Mukherjee, Yuchen Liu, Dongkuan Xu

Augmented Language Models (ALMs) blend the reasoning capabilities of Large Language Models (LLMs) with tools that allow for knowledge retrieval and action execution. Existing ALM systems trigger LLM thought processes while pulling observations from these tools in an interleaved fashion. Specifically, an LLM reasons to call an external tool, gets halted to fetch the tool's response, and then decides the next action based on all preceding response tokens. Such a paradigm, though straightforward and easy to implement, often leads to huge computation complexity from redundant prompts and repeated execution. This study addresses such challenges for the first time, proposing a modular paradigm ReWOO (Reasoning WithOut Observation) that detaches the reasoning process from external observations, thus significantly reducing token consumption. Comprehensive evaluations across six public NLP benchmarks and a curated dataset reveal consistent performance enhancements with our proposed methodology. Notably, ReWOO achieves 5x token efficiency and 4% accuracy improvement on HotpotQA, a multi-step reasoning benchmark. Furthermore, ReWOO demonstrates robustness under tool-failure scenarios. Beyond prompt efficiency, decoupling parametric modules from non-parametric tool calls enables instruction fine-tuning to offload LLMs into smaller language models, thus substantially reducing model parameters. Our illustrative work offloads reasoning ability from 175B GPT3.5 into 7B LLaMA, demonstrating the significant potential for truly efficient and scalable ALM systems.

📄 PDF Abstract BibTeX arXiv:2305.18323

Code (2)

billxbf/rewoo 공식 구현
gentopia-ai/gentopia

Tasks

Retrieval

Similar Papers 제목 키워드 기반

WISE: A Long-Horizon Agent in Minecraft with Why-Which Reasoning

2026-06-11 · Renmin Cheng, Changhao Chen arxiv

Rapid advances have been made in developing general-purpose embodied agent in environments like Minecraft through the adoption of LLM-augmented hierarchical approaches. Despite their promise, low-level controllers often …

NaviDriveVLM: Decoupling High-Level Reasoning and Motion Planning for Autonomous Driving

2026-03-09 · Ximeng Tao, Pardis Taghavi, Dimitar Filev, Reza Langari 외 arxiv

Vision-language models (VLMs) have emerged as a promising direction for end-to-end autonomous driving (AD) by jointly modeling visual observations, driving context, and language-based reasoning. However, existing VLM-bas…

Autonomous DrivingMotion Planning

Thinking with Imagination: Agentic Visual Spatial Reasoning with World Simulators

2026-06-04 · Chenming Zhu, Jingli Lin, Yilin Long, Peizhou Cao 외 arxiv

While Vision-Language Models (VLMs) have shown strong visual reasoning capabilities, their spatial reasoning abilities remain largely constrained to the observed images and text-oriented chain-of-thought. They often stru…

Spatial ReasoningVisual Reasoning

Think, Speak, Decide: Language-Augmented Multi-Agent Reinforcement Learning for Economic Decision-Making

2025-11-17 · Heyang Ma, Qirui Mi, Qipeng Yang, Zijun Fan 외 arxiv

Economic decision-making depends not only on structured signals such as prices and taxes, but also on unstructured language, including peer dialogue and media narratives. While multi-agent reinforcement learning (MARL) h…

Multi-agent Reinforcement Learning

R4: Retrieval-Augmented Reasoning for Vision-Language Models in 4D Spatio-Temporal Space

2025-12-17 · Tin Stribor Sohn, Maximilian Dillitzer, Jason J. Corso, Eric Sax arxiv

Humans perceive and reason about their surroundings in four dimensions by building persistent, structured internal representations that encode semantic meaning, spatial layout, and temporal dynamics. These multimodal mem…

Natural Language QueriesQuestion Answering