paper-with-me

홈 › Papers

L3M+P: Lifelong Planning with Large Language Models

2025-08-03 · Krish Agarwal, Yuqian Jiang, Jiaheng Hu, Bo Liu, Peter Stone arxiv

By combining classical planning methods with large language models (LLMs), recent research such as LLM+P has enabled agents to plan for general tasks given in natural language. However, scaling these methods to general-purpose service robots remains challenging: (1) classical planning algorithms generally require a detailed and consistent specification of the environment, which is not always readily available; and (2) existing frameworks mainly focus on isolated planning tasks, whereas robots are often meant to serve in long-term continuous deployments, and therefore must maintain a dynamic memory of the environment which can be updated with multi-modal inputs and extracted as planning knowledge for future tasks. To address these two issues, this paper introduces L3M+P (Lifelong LLM+P), a framework that uses an external knowledge graph as a representation of the world state. The graph can be updated from multiple sources of information, including sensory input and natural language interactions with humans. L3M+P enforces rules for the expected format of the absolute world state graph to maintain consistency between graph updates. At planning time, given a natural language description of a task, L3M+P retrieves context from the knowledge graph and generates a problem definition for classical planners. Evaluated on household robot simulators and on a real-world service robot, L3M+P achieves significant improvement over baseline methods both on accurately registering natural language state changes and on correctly generating plans, thanks to the knowledge graph retrieval and verification.

📄 PDF Abstract BibTeX arXiv:2508.01917

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LEMoE: Advanced Mixture of Experts Adaptor for Lifelong Model Editing of Large Language Models

2024-06-28 · Renzhi Wang, Piji Li

Large language models (LLMs) require continual knowledge updates to stay abreast of the ever-changing world facts, prompting the formulation of lifelong model editing task. While recent years have witnessed the developme…

Mixture-of-ExpertsModel Editing

Reset-Free Lifelong Learning with Skill-Space Planning

2020-12-07 · ICLR 2021 1 · Kevin Lu, Aditya Grover, Pieter Abbeel, Igor Mordatch

The objective of lifelong reinforcement learning (RL) is to optimize agents which can continuously adapt and interact in changing environments. However, current RL approaches fail drastically when environments are non-st…

Lifelong learningMuJoCoReinforcement Learning (RL)

Embodied Lifelong Learning for Task and Motion Planning

2023-07-13 · Jorge Mendez-Mendez, Leslie Pack Kaelbling, Tomás Lozano-Pérez

A robot deployed in a home over long stretches of time faces a true lifelong learning problem. As it seeks to provide assistance to its users, the robot should leverage any accumulated experience to improve its own knowl…

Lifelong learningMotion PlanningTask and Motion Planning

Learning-guided Prioritized Planning for Lifelong Multi-Agent Path Finding in Warehouse Automation

2026-03-25 · Han Zheng, Yining Ma, Brandon Araki, Jingkai Chen 외 arxiv

Lifelong Multi-Agent Path Finding (MAPF) is critical for modern warehouse automation, which requires multiple robots to continuously navigate conflict-free paths to optimize the overall system throughput. However, the co…

Reinforcement Learning

Minimal Value-Equivalent Partial Models for Scalable and Robust Planning in Lifelong Reinforcement Learning

2023-01-24 · Safa Alver, Doina Precup

Learning models of the environment from pure interaction is often considered an essential component of building lifelong reinforcement learning agents. However, the common practice in model-based reinforcement learning i…

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)