HiPlan melds a global milestone roadmap with per-step hints retrieved from a library of past demonstrations, and reports higher success rates than REACT, Reflexion, and TRAD on ALFWorld and WebShop.
InstructRAG: Leveraging Retrieval-Augmented Generation on Instruction Graphs for LLM-Based Task Planning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Recent advancements in large language models (LLMs) have enabled their use as agents for planning complex tasks. Existing methods typically rely on a thought-action-observation (TAO) process to enhance LLM performance, but these approaches are often constrained by the LLMs' limited knowledge of complex tasks. Retrieval-augmented generation (RAG) offers new opportunities by leveraging external databases to ground generation in retrieved information. In this paper, we identify two key challenges (enlargability and transferability) in applying RAG to task planning. We propose InstructRAG, a novel solution within a multi-agent meta-reinforcement learning framework, to address these challenges. InstructRAG includes a graph to organize past instruction paths (sequences of correct actions), an RL-Agent with Reinforcement Learning to expand graph coverage for enlargability, and an ML-Agent with Meta-Learning to improve task generalization for transferability. The two agents are trained end-to-end to optimize overall planning performance. Our experiments on four widely used task planning datasets demonstrate that InstructRAG significantly enhances performance and adapts efficiently to new tasks, achieving up to a 19.2% improvement over the best existing approach.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
HiPlan: Hierarchical Planning for LLM-Based Agents with Adaptive Global-Local Guidance
HiPlan melds a global milestone roadmap with per-step hints retrieved from a library of past demonstrations, and reports higher success rates than REACT, Reflexion, and TRAD on ALFWorld and WebShop.