arXiv:2510.19429cs.AI2025-10NeurIPS被引 4

将符号规划转化为可嵌入语言模型的程序,实现高效物理环境推理

NeSyPr: Neurosymbolic Proceduralization For Efficient Embodied Reasoning

  • 用符号工具生成任务计划,再转为可组合的程序化表示
  • 在3个具身任务基准上,用更小模型达到大模型性能
  • 适合对延迟和资源敏感的机器人部署场景

针对动态环境中语言模型用于具身任务时,因延迟、连通性与资源限制难以调用大规模推理引擎或符号规划器的问题,本文提出NeSyPr框架。该框架通过神经符号过程化编译知识,使基于语言模型的智能体具备结构化、自适应且及时的推理能力。具体地,先由符号工具利用其声明式知识生成特定任务计划;再将这些计划转化为编码隐含生成规则的可组合过程表示,使生成的程序能无缝融入语言模型的推理流程。该过程将多步符号路径规划与推理抽象为单步语言模型推理,类比人类知识编译。该方法无需依赖外部符号指导即可实现高效测试时推理,适用于对延迟和资源敏感的物理系统部署。我们在PDDLGym、VirtualHome和ALFWorld三个具身基准上验证了该方法,在使用更紧凑语言模型的前提下,展现出优于大型语言模型和符号规划器的推理效率。

原文摘要 · Abstract (English)

We address the challenge of adopting language models (LMs) for embodied tasks in dynamic environments, where online access to large-scale inference engines or symbolic planners is constrained due to latency, connectivity, and resource limitations. To this end, we present NeSyPr, a novel embodied reasoning framework that compiles knowledge via neurosymbolic proceduralization, thereby equipping LM-based agents with structured, adaptive, and timely reasoning capabilities. In NeSyPr, task-specific plans are first explicitly generated by a symbolic tool leveraging its declarative knowledge. These plans are then transformed into composable procedural representations that encode the plans' implicit production rules, enabling the resulting composed procedures to be seamlessly integrated into the LM's inference process. This neurosymbolic proceduralization abstracts and generalizes multi-step symbolic structured path-finding and reasoning into single-step LM inference, akin to human knowledge compilation. It supports efficient test-time inference without relying on external symbolic guidance, making it well suited for deployment in latency-sensitive and resource-constrained physical systems. We evaluate NeSyPr on the embodied benchmarks PDDLGym, VirtualHome, and ALFWorld, demonstrating its efficient reasoning capabilities over large-scale reasoning models and a symbolic planner, while using more compact LMs.

具身推理神经符号语言模型程序化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。