← Back to feed
2026-07-28agentsreasoningscaling

UniMem: Complementary Episodic-to-Parametric Memory for Boundary-Agnostic Task Streams

Siyu Xia, Chenheng Zhang, Yanting Wu, Haoxuan Li, Jiajun Chai, Xiaohan Wang, Guojun Yin, Wei Lin, Zhouchen Lin, Haifeng Zhang, Jun Wang

PDF preview for UniMem: Complementary Episodic-to-Parametric Memory for Boundary-Agnostic Task Streams
Read on arXiv →

Key claim

UniMem balances rapid learning and stable execution.

In plain English

Imagine you're building an AI that needs to learn from its experiences while adapting to new tasks over time. The challenge lies in balancing the need for quick learning from new information with the ability to retain and efficiently use established knowledge. Current systems often struggle with this; they either rely on external memory that can quickly adapt but is slow during execution, or they use fixed internal memory that can’t easily incorporate new tasks, leading to what's known as the stability-plasticity dilemma. This means they can either forget important patterns or become overloaded with irrelevant information. To address this, the authors propose a framework called UniMem, which mimics how the human brain manages memory. It uses learnable routing tokens to control memory access, allowing the system to dynamically decide whether to store new information in a fast-access episodic buffer or to consolidate it into a more stable parametric memory. This dual approach enables the AI to handle both novel and recurring tasks efficiently, without needing explicit task labels or risking uncontrolled memory growth. Compared to previous methods, UniMem shows significant improvements in handling long sequences of tasks, achieving an average gain of 4.0 EM points across different models. This means that for builders, UniMem could lead to more robust AI systems that can learn and adapt in real-world applications without the typical pitfalls of memory management.

Novelty
8.0/10

UniMem introduces a novel approach to memory management in LLMs by combining episodic and parametric memory.

Reliability
7.5/10

The experiments show consistent performance improvements across multiple backbone models, though details on baseline comparisons could be clearer.

Deep reliability assessment

The methodology supports the claim that UniMem can autonomously manage memory in boundary-agnostic task streams, but the effectiveness of the approach may be overclaimed without extensive real-world testing across diverse scenarios.

Reproducibility

No open source code or dataset is mentioned in the paper.

Key figure

Figure 1 illustrates the episodic-to-parametric conceptual workflow of UniMem, showing how tasks are routed and consolidated into memory.

Benchmark results

SuperGLUE Mixed Streamaverage accuracy: 85.95vs TOKMEM+6.97%SOTA