MemPO: Self-Memory Policy Optimization for Long-Horizon Agents
Researchers have introduced MemPO, a self-memory policy optimization algorithm designed to help long-horizon artificial intelligence agents manage their own memory during tasks, according to a paper posted on arXiv [1]. The algorithm, detailed by Ruoran Li and colleagues, addresses a core problem for agents that interact with environments over extended periods: the accumulation of context degrades performance and stability [1]. Existing approaches often rely on an external memory module that the agent queries, but this prevents the model from proactively curating its memory in alignment with its objectives [2]. MemPO instead enables the policy model to autonomously summarize and manage its memory as it works [1]. It does so by improving the credit assignment mechanism based on memory effectiveness, allowing the agent to selectively retain crucial information [2]. In experiments, MemPO delivered an absolute F1 score gain of 25.98 over the base model and 7.1 over the previous state-of-the-art baseline, while cutting token usage by 67.58 percent and 73.12 percent, respectively [1]. The code has been released on GitHub [2]. The paper appeared on arXiv, an open-access repository for electronic preprints that, as of late 2024, receives about 24,000 submissions per month across fields including computer science and artificial intelligence [6]. Submissions to arXiv are moderated but not peer-reviewed [6]. The MemPO manuscript was first submitted on February 28, 2026, and revised most recently on June 15, 2026 [1].
regulationapplicationmodel-releaseresearch-paperbenchmarktool-release
Background sources we checked (7)
- arxiv.org ↗ Long-horizon agents face the challenge of growing context size during interaction with environment, which degrades the performance and stability. Existing methods typically introduce the external memory module and look up the relevant information from the stored memory, which pre…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
Sources
- export.arxiv.org — MemPO: Self-Memory Policy Optimization for Long-Horizon Agents ↗