File size: 9,650 Bytes
a54fd97 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 | # SimpleMem: Efficient Lifelong Memory for LLM Agents
<div align="center">
<p align="center">
<img src="fig/Fig_icon.png" width="70%">
</p>
[](https://aiming-lab.github.io/SimpleMem-Page)
[](https://arxiv.org/abs/2601.02553)
[](https://github.com/aiming-lab/SimpleMem)
[](LICENSE)
</div>
---
## π₯ News
- **[01/08/2026]** We've set up a Discord server and WeChat group to make it easier to collaborate and exchange ideas on this project. Welcome to join the Group to share your thoughts, ask questions, or contribute your ideas! π₯ Join our [Discord](https://discord.gg/86gKQ8AW) and [WeChat Group](fig/wechat_logo.jpg) Now!
- **[01/05/2026]** SimpleMem paper was released on [arXiv](https://arxiv.org/abs/2601.02553)!
---
## π Table of Contents
- [π Overview](#-overview)
- [π― Key Contributions](#-key-contributions)
- [π Performance Highlights](#-performance-highlights)
- [π¦ Installation](#-installation)
- [β‘ Quick Start](#-quick-start)
- [π Evaluation](#-evaluation)
- [π File Structure](#-file-structure)
- [π Citation](#-citation)
- [π License](#-license)
- [π Acknowledgments](#-acknowledgments)
---
## π Overview
<div align="center">
<img src="fig/Fig_tradeoff.png" alt="Performance vs Efficiency Trade-off" width="900"/>
*SimpleMem achieves superior F1 score (43.24%) with minimal token cost (~550), occupying the ideal top-left position.*
</div>
**SimpleMem** addresses the fundamental challenge of **efficient long-term memory for LLM agents** through a three-stage pipeline grounded in **Semantic Lossless Compression**. Unlike existing systems that either passively accumulate redundant context or rely on expensive iterative reasoning loops, SimpleMem maximizes **information density** and **token utilization** through:
<table>
<tr>
<td width="33%" align="center">
### π Stage 1
**Semantic Structured Compression**
Entropy-based filtering and de-linearization of dialogue into self-contained atomic facts
</td>
<td width="33%" align="center">
### ποΈ Stage 2
**Structured Indexing**
Asynchronous evolution from fragmented atoms to higher-order molecular insights
</td>
<td width="33%" align="center">
### π― Stage 3
**Adaptive Retrieval**
Complexity-aware pruning across semantic, lexical, and symbolic layers
</td>
</tr>
</table>
<img src="fig/Fig_framework.png" alt="SimpleMem Framework" width="900"/>
*The SimpleMem Architecture: A three-stage pipeline for efficient lifelong memory through semantic lossless compression*
---
### π Performance Comparison
<div align="center">
**Speed Comparison Demo**
<video src="https://github.com/aiming-lab/SimpleMem/raw/main/fig/simplemem-new.mp4" controls width="900"></video>
*SimpleMem vs. Baseline: Real-time speed comparison demonstration*
</div>
<div align="center">
**LoCoMo-10 Benchmark Results (GPT-4.1-mini)**
| Model | β±οΈ Construction Time | π Retrieval Time | β‘ Total Time | π― Average F1 |
|:------|:--------------------:|:-----------------:|:-------------:|:-------------:|
| A-Mem | 5140.5s | 796.7s | 5937.2s | 32.58% |
| LightMem | 97.8s | 577.1s | 675.9s | 24.63% |
| Mem0 | 1350.9s | 583.4s | 1934.3s | 34.20% |
| **SimpleMem** β | **92.6s** | **388.3s** | **480.9s** | **43.24%** |
</div>
> **π‘ Key Advantages:**
> - π **Highest F1 Score**: 43.24% (+26.4% vs. Mem0, +75.6% vs. LightMem)
> - β‘ **Fastest Retrieval**: 388.3s (32.7% faster than LightMem, 51.3% faster than Mem0)
> - π **Fastest End-to-End**: 480.9s total processing time (12.5Γ faster than A-Mem)
---
## π― Key Contributions
### 1οΈβ£ Semantic Lossless Compression Pipeline
SimpleMem transforms raw, ambiguous dialogue streams into **atomic entries** β self-contained facts with resolved coreferences and absolute timestamps. This **write-time disambiguation** eliminates downstream reasoning overhead.
**β¨ Example Transformation:**
```diff
- Input: "He'll meet Bob tomorrow at 2pm" [β relative, ambiguous]
+ Output: "Alice will meet Bob at Starbucks on 2025-11-16T14:00:00" [β
absolute, atomic]
```
---
### 2οΈβ£ Structured Multi-View Indexing
Memory is indexed across three **structured dimensions** for robust, multi-granular retrieval:
<div align="center">
| π Layer | π Type | π― Purpose | π οΈ Implementation |
|---------|---------|------------|-------------------|
| **Semantic** | Dense | Conceptual similarity | Vector embeddings (1024-d) |
| **Lexical** | Sparse | Exact term matching | BM25-style keyword index |
| **Symbolic** | Metadata | Structured filtering | Timestamps, entities, persons |
</div>
---
### 3οΈβ£ Complexity-Aware Adaptive Retrieval
Instead of fixed-depth retrieval, SimpleMem dynamically estimates **query complexity** ($C_q$) to modulate retrieval depth:
$$k_{dyn} = \lfloor k_{base} \cdot (1 + \delta \cdot C_q) \rfloor$$
<table>
<tr>
<td width="50%">
**πΉ Low Complexity Queries**
- Retrieve minimal molecular headers
- ~100 tokens
- Fast response time
</td>
<td width="50%">
**πΈ High Complexity Queries**
- Expand to detailed atomic contexts
- ~1000 tokens
- Comprehensive coverage
</td>
</tr>
</table>
**π Result**: 43.24% F1 score with **30Γ fewer tokens** than full-context methods.
---
## π Performance Highlights
### π Benchmark Results (LoCoMo)
<details>
<summary><b>π¬ High-Capability Models (GPT-4.1-mini)</b></summary>
| Task Type | SimpleMem F1 | Mem0 F1 | Improvement |
|:----------|:------------:|:-------:|:-----------:|
| **MultiHop** | 43.46% | 30.14% | **+43.8%** |
| **Temporal** | 58.62% | 48.91% | **+19.9%** |
| **SingleHop** | 51.12% | 41.3% | **+23.8%** |
</details>
<details>
<summary><b>βοΈ Efficient Models (Qwen2.5-1.5B)</b></summary>
| Metric | SimpleMem | Mem0 | Notes |
|:-------|:---------:|:----:|:------|
| **Average F1** | 25.23% | 23.77% | Competitive with 99Γ smaller model |
</details>
---
## π¦ Installation
### π Requirements
- π Python 3.10
- π OpenAI-compatible API (OpenAI, Qwen, Azure OpenAI, etc.)
### π οΈ Setup
```bash
# π₯ Clone repository
git clone https://github.com/aiming-lab/SimpleMem.git
cd SimpleMem
# π¦ Install dependencies
pip install -r requirements.txt
# βοΈ Configure API settings
cp config.py.example config.py
# Edit config.py with your API key and preferences
```
### βοΈ Configuration Example
```python
# config.py
OPENAI_API_KEY = "your-api-key"
OPENAI_BASE_URL = None # or custom endpoint for Qwen/Azure
LLM_MODEL = "gpt-4.1-mini"
EMBEDDING_MODEL = "Qwen/Qwen3-Embedding-0.6B" # State-of-the-art retrieval
```
---
## β‘ Quick Start
### π Basic Usage
```python
from main import SimpleMemSystem
# π Initialize system
system = SimpleMemSystem(clear_db=True)
# π¬ Add dialogues (Stage 1: Semantic Structured Compression)
system.add_dialogue("Alice", "Bob, let's meet at Starbucks tomorrow at 2pm", "2025-11-15T14:30:00")
system.add_dialogue("Bob", "Sure, I'll bring the market analysis report", "2025-11-15T14:31:00")
# β
Finalize atomic encoding
system.finalize()
# π Query with adaptive retrieval (Stage 3: Adaptive Query-Aware Retrieval)
answer = system.ask("When and where will Alice and Bob meet?")
print(answer)
# Output: "16 November 2025 at 2:00 PM at Starbucks"
```
---
### π Advanced: Parallel Processing
For large-scale dialogue processing, enable parallel mode:
```python
system = SimpleMemSystem(
clear_db=True,
enable_parallel_processing=True, # β‘ Parallel memory building
max_parallel_workers=8,
enable_parallel_retrieval=True, # π Parallel query execution
max_retrieval_workers=4
)
```
> **π‘ Pro Tip**: Parallel processing significantly reduces latency for batch operations!
---
## π Evaluation
### π§ͺ Run Benchmark Tests
```bash
# π― Full LoCoMo benchmark
python test_locomo10.py
# π Subset evaluation (5 samples)
python test_locomo10.py --num-samples 5
# πΎ Custom output file
python test_locomo10.py --result-file my_results.json
```
---
### π¬ Reproduce Paper Results
Use the exact configurations in `config.py`:
- **π High-capability**: GPT-4.1-mini, Qwen3-Plus
- **βοΈ Efficient**: Qwen2.5-1.5B, Qwen2.5-3B
- **π Embedding**: Qwen3-Embedding-0.6B (1024-d)
---
## π Citation
If you use SimpleMem in your research, please cite:
```bibtex
@article{simplemem2025,
title={SimpleMem: Efficient Lifelong Memory for LLM Agents},
author={Liu, Jiaqi and Su, Yaofeng and Xia, Peng and Zhou, Yiyang and Han, Siwei and Zheng, Zeyu and Xie, Cihang and Ding, Mingyu and Yao, Huaxiu},
journal={arXiv preprint arXiv:2601.02553},
year={2025},
url={https://github.com/aiming-lab/SimpleMem}
}
```
---
## π License
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
---
## π Acknowledgments
We would like to thank the following projects and teams:
- π **Embedding Model**: [Qwen3-Embedding](https://github.com/QwenLM/Qwen) - State-of-the-art retrieval performance
- ποΈ **Vector Database**: [LanceDB](https://lancedb.com/) - High-performance columnar storage
- π **Benchmark**: [LoCoMo](https://github.com/snap-research/locomo) - Long-context memory evaluation framework
</div>
|