知识模型提示提升大型语言模型在规划任务中的性能

📄 中文摘要

大型语言模型(LLMs)在规划任务中展现出巨大潜力,但其性能常受限于对环境动态和规划规则的理解。本文提出了一种名为“知识模型提示”(KMP)的新方法,通过在提示中明确提供任务相关的知识模型来增强LLMs的规划能力。KMP将知识模型分解为状态表示、动作定义和转移函数,并以结构化文本形式融入提示。实验结果表明,KMP显著提升了LLMs在各种规划基准测试中的性能,包括经典规划、基于状态的规划和多智能体规划。与传统的CoT(思维链)提示相比,KMP不仅提高了规划成功率,还增强了规划的可解释性和鲁棒性。研究强调了显式知识表示在提升LLM复杂推理能力方面的关键作用,为未来LLM在规划领域的应用提供了新的范式。

📄 English Summary

Knowledge Model Prompting Increases LLM Performance on Planning Tasks

Large Language Models (LLMs) show promise in planning tasks, but their performance is often limited by their understanding of environmental dynamics and planning rules. This paper introduces Knowledge Model Prompting (KMP), a novel method that enhances LLM planning capabilities by explicitly providing task-relevant knowledge models within the prompt. KMP decomposes the knowledge model into state representation, action definitions, and transition functions, integrating them as structured text. Experimental results demonstrate that KMP significantly boosts LLM performance across various planning benchmarks, including classical, state-based, and multi-agent planning. Compared to traditional Chain-of-Thought (CoT) prompting, KMP not only improves planning success rates but also enhances interpretability and robustness. This research highlights the critical role of explicit knowledge representation in improving LLM's complex reasoning abilities, offering a new paradigm for future LLM applications in planning.

Powered by Cloudflare Workers + Payload CMS + Claude 3.5

数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等