用知识图谱让机器人长期学习并持续规划自然语言任务。
L3M+P: Lifelong Planning with Large Language Models
- 用外部知识图谱表示环境状态,支持多源信息更新
- 在真实机器人和仿真环境中提升规划准确率与状态感知能力
- 适合需要长期服务的智能机器人系统
将经典规划方法与大语言模型结合,近年研究如LLM+P已实现基于自然语言描述的任务规划。然而,将其扩展至通用服务机器人仍面临两大挑战:(1) 经典规划算法通常需要详细且一致的环境规范,而此类信息常难以获取;(2) 现有框架多聚焦孤立任务规划,而机器人需在长期连续部署中维持动态环境记忆,并能通过多模态输入更新知识、提取用于未来规划的信息。为此,本文提出L3M+P(Lifelong LLM+P),采用外部知识图谱作为世界状态的表示形式,可从传感器数据和人类自然语言交互等多源信息中更新。该框架对世界状态图的格式施加约束,以确保更新一致性。规划时,基于任务的自然语言描述,从知识图谱中检索上下文并生成经典规划器可用的问题定义。在家庭机器人仿真环境及真实服务机器人上评估显示,相比基线方法,L3M+P显著提升了对自然语言状态变化的准确识别能力与规划正确性,得益于知识图谱的检索与验证机制。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。