Extending SimpleMem with self-evolving retrieval infrastructure. The system autonomously researches its own architecture through LLM-driven closed-loop diagnosis.
Quick Start ยท Architecture ยท Results ยท Evolution ยท Citation
--- ## ๐ก Key Idea Every existing memory system evolves what it *stores* but never how it *retrieves*. EvolveMem closes this gap. The retrieval infrastructure (fusion weights, context budgets, answer styles, per-category overrides, ...) is exposed as a **structured action space** and optimized through an autonomous closed-loop: | Step | What happens | |:--:|:--| | ๐ **Evaluate** | Run held-out QA, write per-question failure logs | | ๐ **Diagnose** | LLM reads failure logs, identifies root causes | | ๐ก **Propose** | Targeted configuration adjustments | | ๐ก๏ธ **Guard** | Auto-revert if performance drops | This closed-loop self-evolution realizes an **AutoResearch** process: the system conducts the observe-hypothesize-experiment-validate cycle on its own architecture. --- ## โจ Highlights| ๐ +25.7% vs. strongest baseline (LoCoMo) |
๐ +18.9% vs. strongest baseline (MemBench) |
๐งฌ Self-expanding 3 new dimensions discovered |
๐ Positive transfer Cross-benchmark generalization |
โ๏ธ 7 rounds Fully autonomous |