Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Memp: Exploring Agent Procedural Memory

About

Large Language Models (LLMs) based agents excel at diverse tasks, yet they suffer from brittle procedural memory that is manually engineered or entangled in static parameters. In this work, we investigate strategies to endow agents with a learnable, updatable, and lifelong procedural memory. We propose Memp that distills past agent trajectories into both fine-grained, step-by-step instructions and higher-level, script-like abstractions, and explore the impact of different strategies for Build, Retrieval, and Update of procedural memory. Coupled with a dynamic regimen that continuously updates, corrects, and deprecates its contents, this repository evolves in lockstep with new experience. Empirical evaluation on TravelPlanner and ALFWorld shows that as the memory repository is refined, agents achieve steadily higher success rates and greater efficiency on analogous tasks. Moreover, procedural memory built from a stronger model retains its value: migrating the procedural memory to a weaker model can also yield substantial performance gains. Code is available at https://github.com/zjunlp/MemP.

Runnan Fang, Yuan Liang, Xiaobin Wang, Jialong Wu, Shuofei Qiao, Pengjun Xie, Fei Huang, Huajun Chen, Ningyu Zhang• 2025

Related benchmarks

TaskDatasetResultRank
Multi-hop Question AnsweringHotpotQA--
221
Science Question AnsweringGPQA
pass@1 Accuracy74.75
85
Interactive Decision-makingAlfWorld
PICK54.3
52
Mathematical Problem SolvingAIME
AIME Score53.33
35
Embodied decision-makingAlfWorld
Success Rate77.61
31
Interactive web-based shopping tasksWebshop
Score25.3
28
General Problem SolvingMixed (AIME, GPQA, HLE, HotpotQA, ALFWorld)
Average Score54.71
24
Humanities Question AnsweringHLE
HLE Score11.22
24
Embodied agentALFWorld Seen
Average Reward85.7
12
Embodied agentALFWorld Unseen
Average Reward77.2
12
Showing 10 of 24 rows

Other info

Follow for update