让大模型只做信息提取,用符号规划保证长程任务可靠性。
DUPLEX: Agentic Dual-System Planning via LLM-Driven Information Extraction
- 双系统设计:快速系统提取文本信息转为PDDL,慢速系统失败时介入修复
- 12个场景测试中成功率显著高于端到端和混合基线模型
- 适合需要高可靠性的机器人长程任务规划场景
大型语言模型(LLM)虽具备语义灵活性,但易产生幻觉和逻辑不一致,限制其在长程任务中的可靠性。为弥合非结构化环境与严格计划合成之间的差距,我们提出DUPLEX,一种基于LLM驱动信息提取的代理式双系统神经符号架构。该框架将LLM严格限定在模式引导的信息提取任务中,而非端到端规划或代码生成。快速系统使用轻量级LLM从自然语言中提取实体、关系等,确定性地映射为经典符号规划器可处理的规划域定义语言(PDDL)问题文件。当遇到复杂或描述不全的情况时,仅在规划失败时激活慢速系统,利用求解器诊断结果驱动高容量LLM进行迭代反思与修复。在12个经典与家庭规划领域的广泛评估中,DUPLEX在成功率和可靠性上均显著优于现有端到端及混合型LLM基线。结果表明,关键不在于让大模型更好规划,而在于将其限制在擅长的结构化语义定位任务上,逻辑规划合成则交由符号规划器完成。
原文摘要 · Abstract (English)
While Large Language Models (LLMs) provide semantic flexibility for robotic task planning, their susceptibility to hallucination and logical inconsistency limits their reliability in long-horizon domains. To bridge the gap between unstructured environments and rigorous plan synthesis, we propose DUPLEX, an agentic dual-system neuro-symbolic architecture that strictly confines the LLM to schema-guided information extraction rather than end-to-end planning or code generation. In our framework, a feed-forward Fast System utilizes a lightweight LLM to extract entities, relations etc. from natural language, deterministically mapping them into a Planning Domain Definition Language (PDDL) problem file for a classical symbolic planner. To resolve complex or underspecified scenarios, a Slow System is activated exclusively upon planning failure, leveraging solver diagnostics to drive a high-capacity LLM in iterative reflection and repair. Extensive evaluations across 12 classical and household planning domains demonstrate that DUPLEX significantly outperforms existing end-to-end and hybrid LLM baselines in both success rate and reliability. These results confirm that The key is not to make the LLM plan better, but to restrict the LLM to the part it is good at - structured semantic grounding - and leave logical plan synthesis to a symbolic planner.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。