基本信息

要点解读

这是什么

这项研究在双进程语言代理框架中加入记忆与自我反思两个模块,以提升在交互环境中的长时程状态跟踪、动作执行和错误恢复能力。

用在哪里

适用于需要在动态环境中持续跟踪状态并纠正错误的语言代理系统,例如交互式模拟任务的评估平台。

可以推断的

推测:加入自我反思机制后,系统对运行时长的控制得到加强,从而整体表现更稳健。
推测:当执行流程已经稳定后,记忆模块的作用会更加突出,可用于后续情境的快速复用。

来源摘要/节选

Language agents remain brittle in interactive environments, where success requires long-horizon state tracking, valid action execution, and recovery from failed steps. We extend SwiftSage, a dual-process agent that combines a fast action proposer with a slower planner, using two modular cognitive extensions: an Adaptive Memory Module (AMM) for salience-gated episodic storage and trigger-driven retrieval, and a Self-Reflection Module (SRM) for bounded execution-time validation and corrective intervention. Both modules are implemented as feature-flagged extensions over the same execution substrate, enabling controlled ablations on ScienceWorld. Across four configurations—baseline, baseline+AMM, baseline+SRM, and the full system—the full system achieves the best mean final score (64.62), success rate (43.17%), and successful-step efficiency (19.33 steps), while SRM is the strongest standalone contributor. The results suggest that execution-time control is the dominant bottleneck in this setting, while episodic memory becomes most useful once the runtime loop is stabilized.

来源说明

当前保存的是来源摘要,不代表论文全文。请以原始来源为准。

「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。