paper-with-me

홈 › Papers

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

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

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.

📄 PDF Abstract BibTeX arXiv:2508.16153

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

MementoGUI: Learning Agentic Multimodal Memory Control for Long-Horizon GUI Agents

2026-05-18 · Ziyun Zeng, Hang Hua, Bocheng Zou, Mu Cai 외 arxiv

Recent GUI agents have made substantial progress in visual grounding and action prediction, yet they remain brittle in long-horizon tasks that require maintaining task state across many interface transitions. Existing ag…

Visual Grounding

Memento-Skills: Let Agents Design Agents

2026-03-19 · Huichi Zhou, Siyuan Guo, Anjie Liu, Zhongwei Yu 외 arxiv

We introduce \emph{Memento-Skills}, a generalist, continually-learnable LLM agent system that functions as an \emph{agent-designing agent}: it autonomously constructs, adapts, and improves task-specific agents through ex…

Reinforcement LearningContinual Learning

Memory-Enhanced Neural Solvers for Efficient Adaptation in Combinatorial Optimization

2024-06-24 · Felix Chalumeau, Refiloe Shabe, Noah de Nicola, Arnu Pretorius 외

Combinatorial Optimization is crucial to numerous real-world applications, yet still presents challenges due to its (NP-)hard nature. Amongst existing approaches, heuristics often offer the best trade-off between quality…

Combinatorial OptimizationReinforcement Learning (RL)

MEMENTO: Leveraging Web as a Learning Signal for Low-Data Domains

2026-05-28 · Ashutosh Ojha, Vinay Aggarwal, Ashutosh Srivastava, Siddharth Yedlapati 외 arxiv

Real-world tasks often lack large labeled datasets, motivating extensive work on learning in low-data regimes. However, existing approaches such as few-shot prompting, instruction tuning, and synthetic data generation, c…

Synthetic Data Generation

MEMENTO: Teaching LLMs to Manage Their Own Context

2026-04-10 · Vasilis Kontonis, Yuchen Zeng, Shivam Garg, Lingjiao Chen 외 arxiv

Reasoning models think in long, unstructured streams with no mechanism for compressing or organizing their own intermediate state. We introduce MEMENTO: a method that teaches models to segment reasoning into blocks, comp…