arXiv:2511.22598cs.LG2025-11被引 1

构建轻量级推理环境LLM-Cave,评测大模型多步决策能力。

LLM-Cave: A benchmark and light environment for large language models reasoning and decision-making system

  • 设计符号主义风格的轻量环境,支持多步推理与决策。
  • 小模型用推测链策略逼近大模型表现,成功率达78%。
  • 适合研究推理增强、模型评估与轻量化部署的团队。

大型语言模型(如ChatGPT o1、o3和DeepSeek R1)在解决复杂问题上展现出巨大潜力。然而,现有评估基准多限于单步交互,而文本星战(TextStarCraftII)和LLM-PySC2等序列决策环境过于复杂,需数小时完成一局。本文提出LLM-Cave,一个轻量级的大语言模型推理与决策评估基准。该环境基于符号主义范式,智能体通过部分可观测状态信息推理周边风险并规避损失。实验评估了GPT-4o-mini、o1-mini及DeepSeek-R1等主流模型的顺序推理能力、决策表现与计算效率。结果表明,尽管DeepSeek-R1在复杂推理任务中成功率最高(78%),但4o-mini等小模型通过采用链式推测(Chain of Speculation)与规划-批评(Planner-Critic)策略,显著缩小了性能差距,代价是计算效率下降。这说明结合结构化多步推理与基于LLM的反馈机制,能显著提升模型决策能力,为弱模型推理优化提供新方向,并确立了一个以推理为核心的新型评估基准。代码已开源:https://github.com/puleya1277/CaveEnv。

原文摘要 · Abstract (English)

Large language models (LLMs) such as ChatGPT o1, ChatGPT o3, and DeepSeek R1 have shown great potential in solving difficult problems. However, current LLM evaluation benchmarks are limited to one-step interactions. Some of the existing sequence decision-making environments, such as TextStarCraftII and LLM-PySC2, are too complicated and require hours of interaction to complete a game. In this paper, we introduce LLM-Cave, a benchmark and light environment for LLM reasoning and decision-making systems. This environment is a classic instance in the era of Symbolism. Artificial intelligence enables the agent to explore the environment and avoid potential losses by reasoning about nearby dangers using partial observable state information. In the experiment, we evaluated the sequential reasoning ability, decision-making performance and computational efficiency of mainstream large language models (LLMs) such as GPT-4o-mini, o1-mini, and DeepSeek-R1. Experiments show that while Deepseek-R1 achieved the highest success rate on complex reasoning tasks, smaller models like 4o-mini significantly narrowed the performance gap on challenges by employing Chain of Speculation and Planner-Critic strategies, at the expense of reduced computational efficiency. This indicates that structured, multi-step reasoning combined with an LLM-based feedback mechanism can substantially enhance an LLM's decision-making capabilities, providing a promising direction for improving reasoning in weaker models and suggesting a new reasoning-centered benchmark for LLM assessment. Our code is open-sourced in https://github.com/puleya1277/CaveEnv.

大模型推理决策评估轻量环境链式推测

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