CLAIJun 18, 2024

Ask-before-Plan: Proactive Language Agents for Real-World Planning

arXiv:2406.12639v266 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of proactive planning for language agents in practical scenarios, representing an incremental advancement in agent capabilities.

The paper tackles the problem of language agents handling ambiguous user instructions in real-world planning by introducing a new task, Proactive Agent Planning, and a multi-agent framework called CEP, achieving validated effectiveness on a new benchmark dataset.

The evolution of large language models (LLMs) has enhanced the planning capabilities of language agents in diverse real-world scenarios. Despite these advancements, the potential of LLM-powered agents to comprehend ambiguous user instructions for reasoning and decision-making is still under exploration. In this work, we introduce a new task, Proactive Agent Planning, which requires language agents to predict clarification needs based on user-agent conversation and agent-environment interaction, invoke external tools to collect valid information, and generate a plan to fulfill the user's demands. To study this practical problem, we establish a new benchmark dataset, Ask-before-Plan. To tackle the deficiency of LLMs in proactive planning, we propose a novel multi-agent framework, Clarification-Execution-Planning (\texttt{CEP}), which consists of three agents specialized in clarification, execution, and planning. We introduce the trajectory tuning scheme for the clarification agent and static execution agent, as well as the memory recollection mechanism for the dynamic execution agent. Extensive evaluations and comprehensive analyses conducted on the Ask-before-Plan dataset validate the effectiveness of our proposed framework.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes