Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Memento: Fine-tuning LLM Agents without Fine-tuning LLMs

About

In this paper, we introduce a novel learning paradigm for Adaptive Large Language Model (LLM) agents that eliminates the need for fine-tuning the underlying LLMs. Existing approaches are often either rigid, relying on static, handcrafted reflection workflows, or computationally intensive, requiring gradient updates of LLM model parameters. In contrast, our method enables low-cost continual adaptation via memory-based online reinforcement learning. We formalise this as a Memory-augmented Markov Decision Process (M-MDP), equipped with a neural case-selection policy to guide action decisions. Past experiences are stored in an episodic memory, either differentiable or non-parametric. The policy is continually updated based on environmental feedback through a memory rewriting mechanism, whereas policy improvement is achieved through efficient memory reading (retrieval). We instantiate our agent model in the deep research setting, namely \emph{Memento}, which attains top-1 on GAIA validation ($87.88\%$ Pass@$3$) and $79.40\%$ on the test set. It reaches $66.6\%$ F1 and $80.4\%$ PM on the DeepResearcher dataset, outperforming the state-of-the-art training-based method, while case-based memory adds $4.7\%$ to $9.6\%$ absolute points on out-of-distribution tasks. Our approach offers a scalable and efficient pathway for developing generalist LLM agents capable of continuous, real-time learning without gradient updates, advancing machine learning towards open-ended skill acquisition and deep research scenarios. The code is available at https://github.com/Agent-on-the-Fly/Memento.

Huichi Zhou, Yihang Chen, Siyuan Guo, Xue Yan, Kin Hei Lee, Zihan Wang, Ka Yiu Lee, Guchun Zhang, Kun Shao, Linyi Yang, Jun Wang• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningAIME
AIME Accuracy54
288
General AI Assistant TasksGAIA
Accuracy79.4
274
Graduate-level Question AnsweringGPQA
Accuracy63.1
184
Visual Question AnsweringLiveVQA
Accuracy36.7
108
Visual Question AnsweringSimpleVQA
Accuracy0.619
99
Visual Question AnsweringInfoSeek
Accuracy57.3
64
Question AnsweringMMLU-Pro
Accuracy77.8
62
Multimodal SearchMMSearch
Accuracy61.4
52
General AI Assistant TaskGAIA (val)
Level 1 Score77.4
43
Visual Question AnsweringFVQA (test)
Accuracy66.3
36
Showing 10 of 36 rows

Other info

Follow for update