arXiv:2606.27806cs.AI2026-06

用轻量级模型纠正语言智能体幻觉,提升规划可靠性

Agent vs. Parametric World Models: Hybrid Planning for Reliable Language Agents

论文配图:Agent vs. Parametric World Models: Hybrid Planning for Reliable Language Agents
图 1 · 摘自论文原文
  • 让语言模型做决策,用小参数模型预测动作有效性与状态变化
  • 实测幻觉状态率从0.176降至0.035,成功率提升至0.838
  • 适合需要高可靠性的实时规划场景,如智能助手、自动化系统

语言智能体通过生成动作及对世界变化的隐式预测来规划。这种想象中的状态更新带来灵活性,但也引发新问题:幻觉状态可能被写入上下文并传播至后续决策。相比之下,参数化世界模型虽能提供可度量的转移误差,但语义规划能力较弱。本文在图结构规划环境中研究这一权衡,引入幻觉状态率、传播深度和长程误差增长等指标。提出混合世界模型规划(Hybrid-WM),保留语言模型作为主规划器,同时使用小型参数化转移模型预测动作有效性、状态变化量、风险与价值。一致性门控机制比较语言模型的想象变化与参数模型预测,仅在不一致时触发局部修正。在四个图结构规划基准测试中,Hybrid-WM 提升成功率并减少幻觉传播。在 GPT-4o-mini 实际评估中,幻觉状态率由 0.176 降至 0.035;在受控模拟器消融实验中,成功率从 0.668 提升至 0.838,仅增加少量推理开销。结果表明,轻量级参数化转移模型可有效为语言智能体规划提供可信锚点,无需替代其语义推理能力。

原文摘要 · Abstract (English)

Language agents plan by generating not only actions but also implicit predictions of how the world will change. These imagined state updates make agents flexible, but they also create a distinct failure mode: hallucinated state claims can be written into context and propagated across subsequent decisions. In contrast, parametric world models provide measurable transition errors but are often weaker semantic planners. We study this tradeoff in graph-structured planning environments and introduce metrics for agent-world-model error, including hallucinated-state rate, propagation depth, and long-horizon error growth. We then propose Hybrid World-Model Planning (Hybrid-WM), which keeps the language model as the planner while using a small parametric transition model to predict action validity, state deltas, risk, and value. A consistency gate compares the agent's imagined delta with the parametric prediction and triggers targeted revision only under disagreement. Across four graph-structured planning benchmarks, Hybrid-WM improves success while reducing hallucinated state propagation. In live GPT-4o-mini evaluations, it reduces hallucinated-state rate from 0.176 to 0.035; in calibrated simulator ablations, it improves success from 0.668 to 0.838 with modest additional inference. These results suggest that lightweight parametric transition models can serve as effective grounding mechanisms for language-agent planning without replacing semantic reasoning.

语言智能体幻觉抑制混合规划世界模型

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