PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
December 21, 20250 citationsOpen Access

Learning to Reason and Navigate: Parameter Efficient Action Planning with Large Language Models

View Full Paper
BMBahram MohammadiEAEhsan AbbasnejadYQYuankai Qi

Key Points

  • The aim is to develop a parameter-efficient action planner for navigating complex environments using large language models.
  • Developed PEAP-LLM model containing LLM goal planner and LoRA action planner.
  • LGP extracts goal-oriented plans from high-level instructions.
  • LAP generates single-step instructions based on visual observations and goals.
  • Experimental results demonstrate superior performance of PEAP-LLM on REVERIE task.
  • Model addresses issues like hallucinations and biased information in instruction generation.

Abstract

The remote embodied referring expression (REVERIE) task requires an agent to navigate through complex indoor environments and localize a remote object specified by high-level instructions, such as "bring me a spoon", without pre-exploration. Hence, an efficient navigation plan is essential for the final success. This paper proposes a novel parameter-efficient action planner using large language models (PEAP-LLM) to generate a single-step instruction at each location. The proposed model consists of two modules, LLM goal planner (LGP) and LoRA action planner (LAP). Initially, LGP extracts the goal-oriented plan from REVERIE instructions, including the target object and room. Then, LAP generates a single-step instruction with the goal-oriented plan, high-level instruction, and current visual observation as input. PEAP-LLM enables the embodied agent to interact with LAP as the path planner on the fly. A simple direct application of LLMs hardly achieves good performance. Also, existing hard-prompt-based methods are error-prone in complicated scenarios and need human intervention. To address these issues and prevent the LLM from generating hallucinations and biased information, we propose a novel two-stage method for fine-tuning the LLM, consisting of supervised fine-tuning (STF) and direct preference optimization (DPO). SFT improves the quality of generated instructions, while DPO utilizes environmental feedback. Experimental results show the superiority of our proposed model on REVERIE compared to the previous state-of-the-art.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Mohammadi et al. (2025) studied this question.

synapsesocial.com/papers/69473b64db9c958d0dfca901https://doi.org/10.48550/arxiv.2505.07500
Ask AI
Helpful
Bookmark
Share
View Full Paper

Also Consider

Synapse has enriched 5 closely related papers on similar clinical questions. Consider them for comparative context:

  1. 1Towards Efficient LLM Grounding for Embodied Multi-Agent Collaboration2024 · 1 citations
  2. 2MC-GPT: Empowering Vision-and-Language Navigation with Memory Map and Reasoning Chains2024
  3. 3Mitigating Spatial Hallucination in Large Language Models for Path Planning via Prompt Engineering2024
  4. 4Can LLM be a Good Path Planner based on Prompt Engineering? Mitigating the Hallucination for Path Planning2024
  5. 5Cognitive Planning for Object Goal Navigation using Generative AI Models2024