MemAgent

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2026 May 21 10:43
Editor
Edited
Edited
2026 Aug 3 15:34
Refs
Refs
It uses a structure that dynamically updates a fixed-length “memory” while processing the input in segments. Inspired by how we take notes and compress key information when reading long documents, MemAgent is an agent-based approach that can process arbitrarily long text with linear complexity ($O(n)$). The model actively overwrites and updates its memory (Overwrite) as a strategy.
 
 
 
 
MemAgent: Reshaping Long-Context LLM with Multi-Conv RL based Memory Agent
MemAgent: Reshaping Long-Context LLM with Multi-Conv RL-based Memory Agent
Despite improvements by length extrapolation, efficient attention and memory modules, handling infinitely long documents with linear complexity without performance degradation during extrapolation...
MemAgent: Reshaping Long-Context LLM with Multi-Conv RL-based Memory Agent
 
 

Recommendations