arXiv:2509.13127cs.CL2025-09中稿 · IJCNN 2025被引 2

让大模型学会用可参数化的技能规划长程对抗性任务

Empowering LLMs with Parameterized Skills for Adversarial Long-Horizon Planning

  • 构建包含可参数化技能的库,由大模型生成计划并转为具体动作
  • 零样本下GPT-4o表现超越80%基线,72B模型超顶尖脚本代理
  • 提供完整评估体系,发布大模型长程规划能力排行榜

大语言模型(LLMs)在构建智能体方面取得进展,但如何使其在复杂对抗性长程环境中有效落地仍是挑战。现有方法或依赖模型生成底层可行动作,或依赖专家经验将高层目标转化为动作序列,均存在可靠性或依赖人工的问题。为此,我们提出计划用语言、执行用参数(PLAP)框架,包含三部分:(1)环境特异的可参数化技能库,(2)基于大模型的技能规划器,(3)将参数化技能转化为可执行动作序列的执行器。我们在长期实时战略游戏MicroRTS中实现PLAP,该环境对大模型而言陌生且具挑战性。实验表明,零样本下由GPT-4o驱动的PLAP优于80%基线代理,而经精心设计少样本示例训练的Qwen2-72B驱动的PLAP超越顶级脚本代理CoacAI。我们还设计了全面评估指标,测试6个闭源和2个开源大模型,最终发布大模型长程技能规划能力排行榜。代码已公开于https://github.com/AI-Research-TeamX/PLAP。

原文摘要 · Abstract (English)

Recent advancements in Large Language Models(LLMs) have led to the development of LLM-based AI agents. A key challenge is the creation of agents that can effectively ground themselves in complex, adversarial long-horizon environments. Existing methods mainly focus on (1) using LLMs as policies to interact with the environment through generating low-level feasible actions, and (2) utilizing LLMs to generate high-level tasks or language guides to stimulate action generation. However, the former struggles to generate reliable actions, while the latter relies heavily on expert experience to translate high-level tasks into specific action sequences. To address these challenges, we introduce the Plan with Language, Act with Parameter (PLAP) planning framework that facilitates the grounding of LLM-based agents in long-horizon environments. The PLAP method comprises three key components: (1) a skill library containing environment-specific parameterized skills, (2) a skill planner powered by LLMs, and (3) a skill executor converting the parameterized skills into executable action sequences. We implement PLAP in MicroRTS, a long-horizon real-time strategy game that provides an unfamiliar and challenging environment for LLMs. The experimental results demonstrate the effectiveness of PLAP. In particular, GPT-4o-driven PLAP in a zero-shot setting outperforms 80% of baseline agents, and Qwen2-72B-driven PLAP, with carefully crafted few-shot examples, surpasses the top-tier scripted agent, CoacAI. Additionally, we design comprehensive evaluation metrics and test 6 closed-source and 2 open-source LLMs within the PLAP framework, ultimately releasing an LLM leaderboard ranking long-horizon skill planning ability. Our code is available at https://github.com/AI-Research-TeamX/PLAP.

大模型代理长程规划技能库对抗环境

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