Share your thoughts, 1 month free Claude Pro on usSee more
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--
294
Interactive Decision-makingAlfWorld
Overall Success Rate41.4
118
Embodied TaskAlfWorld
Overall Success Rate41.4
96
Science Question AnsweringGPQA
pass@1 Accuracy74.75
85
Interactive web-based shopping tasksWebshop
Score25.3
60
Mathematical Problem SolvingAIME
AIME Score53.33
52
Embodied decision-makingAlfWorld
Success Rate77.61
31
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
Showing 10 of 25 rows

Other info

Follow for update