paper-with-me

Papers

AdMem: Advanced Memory for Task-solving Agents

2026-06-05 · Runzhe Wang, Huilin Lu, Shengjie Liu, Li Dong, Jason Zhu arxiv

Large Language Models (LLMs) show promise as tool-using agents but remain limited in long-horizon tasks that require remembering, organizing, and reusing knowledge. Prior memory approaches aim to resolve the situation, but mainly focus on storing factual information. Recent work on procedural memory improves task reuse, yet often reduces to replaying past successes without addressing failure cases or online scalability. We introduce a unified and automatic memory framework that integrates semantic, episodic, and procedural memory in a bi-level design combining short-term and long-term stores. A multi-agent architecture with actor, memory, and critic agents enables automatic memory generation, reward annotation, and adaptive retrieval. Long-term memory is managed through reward-based evaluation, merging, and pruning, ensuring scalability and continual improvement. Experiments across various environments show that our approach improves robustness and success on long multi-turn tasks compared to existing baselines. This work highlights the importance of comprehensive, adaptive memory for advancing LLM-based agents.

📄 PDF Abstract BibTeX arXiv:2606.06787

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GradMem: Learning to Write Context into Memory with Test-Time Gradient Descent

2026-03-14 · Yuri Kuratov, Matvey Kairov, Aydar Bulatov, Ivan Rodkin 외 arxiv

Many large language model applications require conditioning on long contexts. Transformers typically support this by storing a large per-layer KV-cache of past activations, which incurs substantial memory overhead. A des…

READMem: Robust Embedding Association for a Diverse Memory in Unconstrained Video Object Segmentation

2023-05-22 · Stéphane Vujasinović, Sebastian Bullinger, Stefan Becker, Norbert Scherer-Negenborn 외

We present READMem (Robust Embedding Association for a Diverse Memory), a modular framework for semi-automatic video object segmentation (sVOS) methods designed to handle unconstrained videos. Contemporary sVOS works typ…

Semantic SegmentationSemi-Supervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation

MemEngine: A Unified and Modular Library for Developing Advanced Memory of LLM-based Agents

2025-05-04 · Zeyu Zhang, Quanyu Dai, Xu Chen, Rui Li 외

Recently, large language model based (LLM-based) agents have been widely applied across various fields. As a critical part, their memory capabilities have captured significant interest from both industrial and academic c…

Language ModelingLanguage ModellingLarge Language Model

Memory, Benchmark & Robots: A Benchmark for Solving Complex Tasks with Reinforcement Learning

2025-02-14 · Egor Cherepanov, Nikita Kachaev, Alexey K. Kovalev, Aleksandr I. Panov

Memory is crucial for enabling agents to tackle complex tasks with temporal and spatial dependencies. While many reinforcement learning (RL) algorithms incorporate memory, the field lacks a universal benchmark to assess …

Reinforcement Learning (RL)Skills Assessment

RAG-Modulo: Solving Sequential Tasks using Experience, Critics, and Language Models

2024-09-18 · Abhinav Jain, Chris Jermaine, Vaibhav Unhelkar

Large language models (LLMs) have recently emerged as promising tools for solving challenging robotic tasks, even in the presence of action and observation uncertainties. Recent LLM-based decision-making methods (also re…

Decision MakingRAG