rovemark/locomo-benchmark-results
Logica Mind — LoCoMo Benchmark Results Reproducible accuracy results for Logica Mind (open-source agent memory) on LoCoMo, alongside published numbers for other memory systems — all under the same protocol as the Mem0 paper (arXiv:2504.19413): gpt-4o-mini as both answerer and judge, adversarial category excluded, 1,540 scored questions. Leaderboard (results.csv) System LoCoMo J LLM at write time Source Letta (filesystem agent) 74.0% agent-managed Letta… See the full description on the dataset page: https://huggingface.co/datasets/rovemark/locomo-benchmark-results.
Logica Mind — LoCoMo Benchmark Results
Reproducible accuracy results for **Logica Mind** (open-source agent memory) on LoCoMo, alongside published numbers for other memory systems — all under the same protocol as the Mem0 paper (arXiv:2504.19413): gpt-4o-mini as both answerer and judge, adversarial category excluded, 1,540 scored questions.
Leaderboard (results.csv)
Logica Mind's full pipeline is the best-scoring memory system in the published protocol. Full methodology, per-category breakdown, the published negative result, and one-command reproduction: [BENCHMARKS.md](https://github.com/Rovemark/logica-mind/blob/main/BENCHMARKS.md).
Per-category accuracy (full pipeline)
Reproduce
pip install logica-mind
OPENAI_API_KEY=… python bench/locomo_judge.py --embedder openai --ingest supplement --k 20 --radius 3Every competing number links to its primary source; nothing is estimated. Where sources conflict (the public Mem0×Zep dispute), both sides are shown in BENCHMARKS.md.
