Research Papers 论文研究 9h ago Updated 6h ago 更新于 6小时前 49

From Memory to Skills: Evidence-Grounded Co-Evolution Governance for Long-Horizon LLM Agents 从记忆到技能:面向长程LLM代理的证据 grounding 协同演化治理

MSCE is a training-free framework that transforms passive memory traces into executable, evidence-grounded skills for long-horizon LLM agents. The system crystallizes successful policies into callable skills containing explicit boundaries, verification rules, and reliability estimates. Reflection-weighted value backfilling propagates sparse terminal rewards through local self-reflections to calibrate trace values for governance. MSCE demonstrates significant performance gains over state-of-the-a 提出MSCE框架,解决长周期LLM代理中记忆仅作为被动上下文而非可执行能力的问题。 将经验转化为带证据链接、适用边界和可靠性估计的可调用技能,实现记忆与技能的协同进化。 引入反思加权价值回填机制,通过局部自我反思传播稀疏终端反馈,校准轨迹价值以指导进化。 在EvoAgentBench和LoCoMo基准测试中显著优于现有技能增强和记忆驱动基线,具备跨域迁移和终身进化能力。

65
Hot 热度
75
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • MSCE is a training-free framework that transforms passive memory traces into executable, evidence-grounded skills for long-horizon LLM agents.
  • The system crystallizes successful policies into callable skills containing explicit boundaries, verification rules, and reliability estimates.
  • Reflection-weighted value backfilling propagates sparse terminal rewards through local self-reflections to calibrate trace values for governance.
  • MSCE demonstrates significant performance gains over state-of-the-art baselines on EvoAgentBench and LoCoMo, showing strong cross-domain transferability.

Why It Matters

This research addresses a critical bottleneck in autonomous agents: the inability to effectively convert historical experiences into reusable, reliable capabilities without costly retraining. By introducing a mechanism to govern the co-evolution of memory and skills through evidence grounding, it offers a scalable path toward agents that improve continuously over time. This approach reduces reliance on static fine-tuning and enables more robust, self-correcting long-horizon planning.

Technical Details

  • Memory-Skill Co-Evolution: MSCE organizes agent experience into three components: grounded step traces, reusable procedural policies, and declarative environmental cognition, moving beyond simple retrieval.
  • Evidence-Grounded Skills: Successful L2 policies are converted into callable skills that retain links to their supporting evidence, along with defined applicability boundaries, decision guidance, and verification rules.
  • Reflection-Weighted Value Backfilling: A novel mechanism that uses dense local self-reflections to propagate sparse terminal feedback backward, creating evidence-calibrated values that guide the retention and evolution of memories and skills.
  • Training-Free Implementation: The framework operates without additional model training, relying instead on structural organization and value propagation within the existing LLM capabilities.
  • Benchmark Performance: Evaluated on EvoAgentBench and LoCoMo, MSCE outperforms existing skill-augmented and memory-driven baselines, particularly in scenarios requiring lifelong learning and cross-domain adaptation.

Industry Insight

  • Shift from Retrieval to Execution: Developers should move beyond simple RAG-based memory systems toward frameworks that actively convert past interactions into executable, governed skills to enhance agent autonomy.
  • Importance of Explainable Governance: Integrating verification rules and reliability estimates into skills provides necessary transparency and safety controls, crucial for deploying agents in high-stakes environments.
  • Cost-Effective Lifelong Learning: The training-free nature of MSCE suggests that continuous improvement can be achieved through architectural and algorithmic innovations rather than expensive frequent retraining cycles.

TL;DR

  • 提出MSCE框架,解决长周期LLM代理中记忆仅作为被动上下文而非可执行能力的问题。
  • 将经验转化为带证据链接、适用边界和可靠性估计的可调用技能,实现记忆与技能的协同进化。
  • 引入反思加权价值回填机制,通过局部自我反思传播稀疏终端反馈,校准轨迹价值以指导进化。
  • 在EvoAgentBench和LoCoMo基准测试中显著优于现有技能增强和记忆驱动基线,具备跨域迁移和终身进化能力。

为什么值得看

该研究突破了传统LLM代理记忆系统仅检索历史痕迹的局限,提出了无训练的“记忆-技能”协同进化新范式。对于致力于构建具备长期规划、自我优化和持续学习能力的高级智能体系统的研究者而言,其证据 grounding 和价值回溯机制提供了重要的技术参考。

技术解析

  • MSCE框架架构:一种无训练(training-free)的记忆-技能协同进化框架,将代理经验组织为接地气的步骤轨迹(grounded step traces)、可重用的程序策略(procedural policies)和声明式环境认知(declarative environmental cognition)。
  • 技能结晶化机制:将具有正向估计增益的证据支持L2策略结晶化为可调用技能,这些技能保留了证据链接、适用边界、决策指导、验证规则和可靠性估计,确保技能的可解释性和安全性。
  • 反思加权价值回填:提出一种机制,利用密集的局部自我反思来传播稀疏的终端反馈,生成经过证据校准的轨迹价值,从而精确控制记忆和技能的演化方向。
  • 实验验证:在EvoAgentBench和LoCoMo两个基准上进行评估,结果显示MSCE在性能上显著超越当前最先进的技能增强型和记忆驱动型代理基线,并展现出强大的跨领域迁移能力和终身进化特性。

行业启示

  • 从静态记忆到动态技能:智能体开发应从单纯存储历史数据转向构建可执行、可复用的技能库,提升代理在复杂长周期任务中的实际执行力。
  • 可解释性与可靠性优先:通过保留证据链接和可靠性估计,确保技能生成的透明度和可控性,这对于工业级AI代理的安全部署至关重要。
  • 无训练进化的可行性:证明了无需重新训练大模型即可通过机制设计实现代理能力的持续进化,降低了长期维护大规模智能体系统的计算成本和复杂度。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Agent Agent Research 科学研究