跳到主内容
@wquguru
精选88Rohan Paul论文研究

微软论文:长运行Agent需验证经验再存入持久记忆

New Microsoft paper recommends for long-running agents, check that a lesson is c…

原文
发到 X
推荐理由

Agent记忆管理是构建可靠智能体的核心痛点,这篇微软论文给出了经过量化验证的完整工作流,直接提升了准确率并降低了调用成本,值得Agent开发者参考落地。

New Microsoft paper recommends for long-running agents, check that a lesson is correct and reusable before putting it into persistent memory.

微软最新论文建议,对于长期运行的智能体,在将其存入持久化记忆之前,应先检查某条经验是否正确且可复用。

checking agent memories against the environment before saving them made later tasks more accurate and cheaper, so verification should happen at memory-write time.

在保存智能体记忆前将其与环境进行比对,能使后续任务更准确且成本更低,因此验证应在写入记忆时发生。

A finished agent run is not ground truth. It may contain a wrong assumption, an incomplete procedure, or a fact that becomes stale later.

一次完成的智能体运行结果并非事实真相。它可能包含错误的假设、不完整的流程,或日后会过时的信息。

Their fix is: after each task, a separate memory agent gets read-only access to the environment and checks what is worth keeping before it writes anything into long-term memory.

他们的解决方案是:在每个任务结束后,一个独立的记忆智能体获得对环境的只读访问权限,在将任何内容写入长期记忆之前,先评估哪些值得保留。

On CLBench, this setup raised pass rate from 39% to 73%, cut queries from 8.8 to 4.7 per task, and reduced task-agent cost from $3.38 to $1.68.

在 CLBench 上,该方案将通过率从 39% 提升至 73%,将每个任务的查询次数从 8.8 次降至 4.7 次,并将任务智能体的成本从 3.38 美元降至 1.68 美元。

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

关联信息,但可能不是同一事件