Salesforce 提出即时记忆:智能体记忆新方法

DAIR.AI · @dair_ai · X·2026-09-26 20:45·2小时前
AI 导读

Salesforce AI Research 提出 Just-in-Time Memory,主张存储原始轨迹、在下一个任务到来时再决定提取什么,而非每次运行结束就总结。

DAIR.AI@dair_ai
49AI 编辑部评分,满分 100

Salesforce 提出即时记忆:智能体记忆新方法

2026-09-26 20:45· 2小时前
AI 导读

Salesforce AI Research 提出 Just-in-Time Memory,主张存储原始轨迹、在下一个任务到来时再决定提取什么,而非每次运行结束就总结。

Banger paper from Salesforce AI Research on agent memory.

The overall finding is that you want to store raw trajectories and decide what to extract from them when the next task arrives, instead of summarizing each run when it ends.

Just-in-Time Memory uses a curator that reads the retrieved traces together with the new task and writes a short memory payload for that task. Because the payload is used right away, the curator can be trained on whether that same task succeeds.

On ALFWorld, WebShop and tau2-bench it beats the strongest baseline by 16.2, 16.3 and 3.9 success-rate points. Even the untrained curator matches or beats memory that is written when a task ends.

Paper: https://academy.dair.ai/papers/just-in-time-memory-learning-to-curate-task-adaptive-memory-for-llm-agents-2609.27334

来源:DAIR.AI· x.com