paper-with-me

Papers

Retrieval-Augmented LLM Agents: Learning to Learn from Experience

2026-03-18 · Thomas Palmeira Ferraz, Romain Deffayet, Vassilina Nikoulina, Hervé Déjean, Stéphane Clinchant arxiv

While large language models (LLMs) have advanced the development of general-purpose agents, achieving robust generalization to unseen tasks remains a significant challenge. Current approaches typically rely on either fine-tuning or training-free memory-augmented generation using retrieved experience; yet both have limitations: fine-tuning often fails to extrapolate to new tasks, while experience retrieval often underperforms compared to supervised baselines. In this work, we propose to combine these approaches and systematically study how to train retrieval-augmented LLM agents to effectively leverage retrieved trajectories in-context. First, we establish a robust supervised fine-tuning (SFT) recipe using LoRA that outperforms several state-of-the-art agent training pipelines. Second, we provide a detailed analysis of key design choices for experience retrieval, identifying optimal strategies for storage, querying, and trajectory selection. Finally, we propose a pipeline that integrates experience retrieval into the fine-tuning process. Our results demonstrate that this combined approach significantly improves generalization to unseen tasks, providing a scalable and effective framework for building agents that learn to learn from experience.

📄 PDF Abstract BibTeX arXiv:2603.18272

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GSEM: Graph-based Self-Evolving Memory for Experience Augmented Clinical Reasoning

2026-03-23 · Xiao Han, Yuzheng Fan, Sendong Zhao, Haochun Wang 외 arxiv

Clinical decision-making agents can benefit from reusing prior decision experience. However, many memory-augmented methods store experiences as independent records without explicit relational structure, which may introdu…

Retrieval-Augmented Reinforcement Learning

2022-02-17 · Anirudh Goyal, Abram L. Friesen, Andrea Banino, Theophane Weber 외

Most deep reinforcement learning (RL) algorithms distill experience into parametric behavior policies or value functions via gradient updates. While effective, this approach has several disadvantages: (1) it is computati…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

RAP: Retrieval-Augmented Planning with Contextual Memory for Multimodal LLM Agents

2024-02-06 · Tomoyuki Kagaya, Thong Jing Yuan, Yuxuan Lou, Jayashree Karlekar 외

Owing to recent advancements, Large Language Models (LLMs) can now be deployed as agents for increasingly complex decision-making applications in areas including robotics, gaming, and API integration. However, reflecting…

Decision MakingRetrieval

FinAcumen: Financial Multimodal Reasoning via Self-Evolving Experience Memory Harness

2026-06-16 · Pianran Guo, Pengcheng Zhou, Yucheng Jian, Shuhua Chen 외 arxiv

Financial multimodal reasoning requires agents to coordinate numerical computation, retrieval, visual interpretation, and temporal grounding across heterogeneous evidence sources. Existing tool-augmented agents improve e…

Multimodal Reasoning

SLEA-RL: Step-Level Experience Augmented Reinforcement Learning for Multi-Turn Agentic Training

2026-03-18 · Prince Zizhuang Wang, Shuli Jiang arxiv

Large Language Model (LLM) agents have shown strong results on multi-turn tool-use tasks, yet they operate in isolation during training, failing to leverage experiences accumulated across episodes. Existing experience-au…

Reinforcement Learning