-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathexternal_results.json
More file actions
934 lines (934 loc) · 34 KB
/
external_results.json
File metadata and controls
934 lines (934 loc) · 34 KB
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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
{
"personamem": {
"128k": [
{
"memory": "Gemini-1.5-Flash",
"accuracy": 0.52,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "GPT-4.5",
"accuracy": 0.52,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "GPT-4.1",
"accuracy": 0.52,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "o1",
"accuracy": 0.5,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "Gemini-2.0-Flash",
"accuracy": 0.49,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "o4-mini",
"accuracy": 0.48,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "Gemini-2.0-Flash-Lite",
"accuracy": 0.48,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "GPT-4o",
"accuracy": 0.45,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "DeepSeek-R1-671B",
"accuracy": 0.45,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "Llama-4-Maverick",
"accuracy": 0.43,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "o3-mini",
"accuracy": 0.39,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "GPT-4o-mini",
"accuracy": 0.39,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "Llama-3.1-405B",
"accuracy": 0.31,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "Claude-3.5-Haiku",
"accuracy": 0.3,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "Claude-3.7-Sonnet",
"accuracy": 0.26,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
}
],
"1M": [
{
"memory": "Gemini-1.5-Flash",
"accuracy": 0.45,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "Gemini-2.0-Flash-Lite",
"accuracy": 0.38,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "Gemini-2.0-Flash",
"accuracy": 0.37,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
},
{
"memory": "Llama-4-Maverick",
"accuracy": 0.28,
"source_url": "https://arxiv.org/abs/2504.14225",
"source_label": "PersonaMem Paper (arXiv:2504.14225)"
}
]
},
"lifebench": {
"en": [
{
"memory": "MemOS",
"accuracy": 0.5522,
"source_url": "https://arxiv.org/abs/2603.03781",
"source_label": "LifeBench Paper (arXiv:2603.03781)"
}
]
},
"locomo": {
"locomo10": [
{
"memory": "Honcho",
"accuracy": 0.899,
"source_url": "https://blog.plasticlabs.ai/research/Benchmarking-Honcho",
"source_label": "Honcho Benchmarking Blog (Plastic Labs)",
"comment": "Self-reported by Plastic Labs. LLM-as-a-judge, deviating from the original paper's F1 methodology; judge model not disclosed. Uses Claude Haiku 4.5 as backbone. Adversarial questions excluded (not mentioned). Scores by category: Single-Hop 84.0%, Multi-Hop 88.2%, Temporal 77.1%, Open-Domain (Commonsense) 93.2%."
},
{
"memory": "MemMachine v0.2 (gpt-4.1-mini)",
"accuracy": 0.9169,
"source_url": "https://memmachine.ai/blog/2025/12/memmachine-v0.2-delivers-top-scores-and-efficiency-on-locomo-benchmark/",
"source_label": "MemMachine v0.2 Blog (Dec 2025)",
"comment": "Self-reported by MemMachine. LLM-as-a-judge with GPT-4o-mini. Adversarial questions (cat. 5) excluded. Uses gpt-4.1-mini as backbone \u2014 stronger LLM directly inflates scores vs. gpt-4o-mini entries."
},
{
"memory": "MemMachine v0.2 (gpt-4.1-mini)",
"accuracy": 0.9123,
"source_url": "https://memmachine.ai/blog/2025/12/memmachine-v0.2-delivers-top-scores-and-efficiency-on-locomo-benchmark/",
"source_label": "MemMachine v0.2 Blog (Dec 2025)",
"comment": "Self-reported by MemMachine. LLM-as-a-judge with GPT-4o-mini. Adversarial questions (cat. 5) excluded. Uses gpt-4.1-mini as backbone \u2014 stronger LLM directly inflates scores vs. gpt-4o-mini entries."
},
{
"memory": "MemMachine v0.2 (gpt-4o-mini)",
"accuracy": 0.8812,
"source_url": "https://memmachine.ai/blog/2025/12/memmachine-v0.2-delivers-top-scores-and-efficiency-on-locomo-benchmark/",
"source_label": "MemMachine v0.2 Blog (Dec 2025)",
"comment": "Self-reported by MemMachine. LLM-as-a-judge with GPT-4o-mini. Adversarial questions (cat. 5) excluded."
},
{
"memory": "MemMachine v0.2 (gpt-4o-mini)",
"accuracy": 0.8747,
"source_url": "https://memmachine.ai/blog/2025/12/memmachine-v0.2-delivers-top-scores-and-efficiency-on-locomo-benchmark/",
"source_label": "MemMachine v0.2 Blog (Dec 2025)",
"comment": "Self-reported by MemMachine. LLM-as-a-judge with GPT-4o-mini. Adversarial questions (cat. 5) excluded."
},
{
"memory": "MemMachine",
"accuracy": 0.8487,
"source_url": "https://memmachine.ai/blog/2025/09/memmachine-reaches-new-heights-on-locomo/",
"source_label": "MemMachine Blog (Sep 2025)",
"comment": "Self-reported by MemMachine. LLM-as-a-judge with GPT-4o-mini. Adversarial questions (cat. 5) excluded."
},
{
"memory": "Mem0 (gpt-4.1-mini)",
"accuracy": 0.8,
"source_url": "https://memmachine.ai/blog/2025/12/memmachine-v0.2-delivers-top-scores-and-efficiency-on-locomo-benchmark/",
"source_label": "MemMachine v0.2 Blog (Dec 2025)",
"comment": "Evaluated by a competitor (MemMachine). LLM-as-a-judge with GPT-4o-mini. Adversarial questions excluded. Uses gpt-4.1-mini backbone \u2014 not comparable to the gpt-4o-mini Mem0 entry below."
},
{
"memory": "Letta",
"accuracy": 0.74,
"source_url": "https://www.letta.com/blog/benchmarking-ai-agent-memory",
"source_label": "Letta Blog: Benchmarking AI Agent Memory",
"comment": "Self-reported by Letta. LLM-as-a-judge with GPT-4.1 \u2014 a stronger judge than the GPT-4o-mini used in MemMachine comparisons, making scores not directly comparable. Adversarial questions excluded."
},
{
"memory": "Memobase",
"accuracy": 0.7578,
"source_url": "https://memmachine.ai/blog/2025/09/memmachine-reaches-new-heights-on-locomo/",
"source_label": "MemMachine Blog (Sep 2025)",
"comment": "Evaluated by a competitor (MemMachine). LLM-as-a-judge with GPT-4o-mini. Adversarial questions excluded. Results reported by a competing system \u2014 potential for biased setup or prompt choices."
},
{
"memory": "Zep",
"accuracy": 0.7514,
"source_url": "https://memmachine.ai/blog/2025/09/memmachine-reaches-new-heights-on-locomo/",
"source_label": "MemMachine Blog (Sep 2025)",
"comment": "Evaluated by a competitor (MemMachine). LLM-as-a-judge with GPT-4o-mini. Adversarial questions excluded. Results reported by a competing system \u2014 potential for biased setup or prompt choices."
},
{
"memory": "Mem0",
"accuracy": 0.6688,
"source_url": "https://memmachine.ai/blog/2025/09/memmachine-reaches-new-heights-on-locomo/",
"source_label": "MemMachine Blog (Sep 2025)",
"comment": "Evaluated by a competitor (MemMachine). LLM-as-a-judge with GPT-4o-mini. Adversarial questions excluded. Results reported by a competing system \u2014 potential for biased setup or prompt choices."
},
{
"memory": "LangMem",
"accuracy": 0.581,
"source_url": "https://memmachine.ai/blog/2025/09/memmachine-reaches-new-heights-on-locomo/",
"source_label": "MemMachine Blog (Sep 2025)",
"comment": "Evaluated by a competitor (MemMachine). LLM-as-a-judge with GPT-4o-mini. Adversarial questions excluded. Results reported by a competing system \u2014 potential for biased setup or prompt choices."
},
{
"memory": "OpenAI memory",
"accuracy": 0.529,
"source_url": "https://memmachine.ai/blog/2025/09/memmachine-reaches-new-heights-on-locomo/",
"source_label": "MemMachine Blog (Sep 2025)",
"comment": "Evaluated by a competitor (MemMachine). LLM-as-a-judge with GPT-4o-mini. Adversarial questions excluded. Results reported by a competing system \u2014 potential for biased setup or prompt choices."
}
]
},
"longmemeval": {
"s": [
{
"memory": "Full-context (GPT-4o)",
"accuracy": 0.602,
"source_url": "https://arxiv.org/abs/2410.10813",
"source_label": "LongMemEval Paper (arXiv:2410.10813)",
"comment": "Reported by the original LongMemEval authors. GPT-4o is used as both the answering and judging model, which may inflate scores compared to evaluations using a separate judge."
},
{
"memory": "Full-context (GPT-4o-mini)",
"accuracy": 0.554,
"source_url": "https://arxiv.org/abs/2501.13956",
"source_label": "Zep Paper (arXiv:2501.13956)",
"comment": "Baseline reported in the Zep paper as a reference point, not by the original benchmark authors. Judge model not specified separately."
},
{
"memory": "MemoryBank",
"accuracy": 0.2288,
"source_url": "https://arxiv.org/abs/2601.02845",
"source_label": "TiMem Paper (arXiv:2601.02845)",
"comment": "Older-generation memory system evaluated by a competitor (TiMem). Scores reported by others for MemoryBank are consistently low, suggesting it is not well-suited for this benchmark."
},
{
"memory": "A-MEM",
"accuracy": 0.634,
"source_url": "https://arxiv.org/abs/2601.02845",
"source_label": "TiMem Paper (arXiv:2601.02845)",
"comment": "Scores for A-MEM vary widely across papers (55\u201363%), likely due to sensitivity to LLM backbone and judge configuration. Uses GPT-4o backbone here."
},
{
"memory": "MemoryOS",
"accuracy": 0.612,
"source_url": "https://arxiv.org/abs/2601.02845",
"source_label": "TiMem Paper (arXiv:2601.02845)",
"comment": "Evaluated by a competitor (TiMem) using GPT-4o as backbone. Only this one paper reports MemoryOS results on LongMemEval."
},
{
"memory": "Mem0",
"accuracy": 0.6756,
"source_url": "https://arxiv.org/abs/2601.02845",
"source_label": "TiMem Paper (arXiv:2601.02845)",
"comment": "Scores for Mem0 vary widely across papers (49\u201368%), likely reflecting different LLM backbones, k-retrieval settings, and judge configurations. Uses GPT-4o backbone here."
},
{
"memory": "Zep",
"accuracy": 0.712,
"source_url": "https://arxiv.org/abs/2501.13956",
"source_label": "Zep Paper (arXiv:2501.13956)",
"comment": "Self-reported by Zep authors. Uses GPT-4o as backbone. Zep's graph-based memory gives it an advantage on multi-session and knowledge-update questions."
},
{
"memory": "ENGRAM",
"accuracy": 0.714,
"source_url": "https://arxiv.org/abs/2511.12960",
"source_label": "ENGRAM Paper (arXiv:2511.12960)",
"comment": "Self-reported by ENGRAM authors. Uses episodic graph-based memory. LLM backbone not clearly specified in the paper."
},
{
"memory": "MemOS",
"accuracy": 0.7307,
"source_url": "https://arxiv.org/abs/2601.02845",
"source_label": "TiMem Paper (arXiv:2601.02845)",
"comment": "Evaluated by a competitor (TiMem) using GPT-4o as backbone. MemOS uses an OS-inspired layered memory architecture."
},
{
"memory": "LiCoMemory",
"accuracy": 0.738,
"source_url": "https://arxiv.org/abs/2511.01448",
"source_label": "LiCoMemory Paper (arXiv:2511.01448)",
"comment": "Self-reported by LiCoMemory authors. Uses GPT-4o-mini as backbone, making this one of the few mid-range-backbone results in this score tier."
},
{
"memory": "Nemori",
"accuracy": 0.746,
"source_url": "https://arxiv.org/abs/2508.03341",
"source_label": "Nemori Paper (arXiv:2508.03341)",
"comment": "Self-reported. Uses GPT-4.1-mini (a newer, more capable model than GPT-4o-mini) as backbone \u2014 scores may be higher than GPT-4o-mini baselines suggest."
},
{
"memory": "HyMem",
"accuracy": 0.75,
"source_url": "https://arxiv.org/abs/2602.13933",
"source_label": "HyMem Paper (arXiv:2602.13933)",
"comment": "Self-reported by HyMem authors. Combines multiple memory strategies (hybrid). LLM backbone not clearly specified."
},
{
"memory": "CoM (Chain-of-Memory)",
"accuracy": 0.764,
"source_url": "https://arxiv.org/abs/2601.14287",
"source_label": "CoM Paper (arXiv:2601.14287)",
"comment": "Self-reported. Uses Qwen3-32B (open-source) as backbone, which behaves differently from GPT-4o-family models and makes direct comparison harder."
},
{
"memory": "TiMem",
"accuracy": 0.7896,
"source_url": "https://arxiv.org/abs/2601.02845",
"source_label": "TiMem Paper (arXiv:2601.02845)",
"comment": "Self-reported by TiMem authors. Uses GPT-4o as backbone and focuses on temporal-aware memory management."
},
{
"memory": "EverMemOS",
"accuracy": 0.83,
"source_url": "https://arxiv.org/abs/2603.15599",
"source_label": "SmartSearch Paper (arXiv:2603.15599)",
"comment": "Only reported in the SmartSearch paper. No self-reported or independent evaluation is available for this score."
},
{
"memory": "EMem-G",
"accuracy": 0.849,
"source_url": "https://arxiv.org/abs/2511.17208",
"source_label": "EMem Paper (arXiv:2511.17208)",
"comment": "Self-reported. Uses GPT-4.1-mini backbone (newer than GPT-4o-mini). 'G' denotes the graph-enhanced variant of EMem."
},
{
"memory": "Memora",
"accuracy": 0.874,
"source_url": "https://arxiv.org/abs/2602.03315",
"source_label": "Memora Paper (arXiv:2602.03315)",
"comment": "Self-reported by Memora authors. Uses GPT-4.1-mini backbone. Best of two reported configurations."
},
{
"memory": "SmartSearch",
"accuracy": 0.884,
"source_url": "https://arxiv.org/abs/2603.15599",
"source_label": "SmartSearch Paper (arXiv:2603.15599)",
"comment": "Self-reported. Index-free variant (slightly stronger than the indexed variant at 87.6%). Uses GPT-4.1-mini backbone."
},
{
"memory": "Supermemory",
"accuracy": 0.816,
"source_url": "https://arxiv.org/abs/2512.12818",
"source_label": "Hindsight Paper (arXiv:2512.12818)",
"comment": "Evaluated by a competitor (Hindsight/Vectorize). Uses GPT-4o as backbone. Judge: GPT-OSS-120B \u2014 differs from GPT-4o used in the original LongMemEval paper and most other entries here, making direct comparison harder."
},
{
"memory": "Supermemory (Gemini-3)",
"accuracy": 0.852,
"source_url": "https://arxiv.org/abs/2512.12818",
"source_label": "Hindsight Paper (arXiv:2512.12818)",
"comment": "Evaluated by a competitor (Hindsight/Vectorize). Uses Gemini-3 Pro Preview as backbone \u2014 stronger than GPT-4o, inflating score. Judge: GPT-OSS-120B."
},
{
"memory": "Honcho",
"accuracy": 0.904,
"source_url": "https://blog.plasticlabs.ai/research/Benchmarking-Honcho",
"source_label": "Honcho Benchmarking Blog (Plastic Labs)",
"comment": "Self-reported by Plastic Labs. LongMemEval S split. LLM-as-a-judge with GPT-4o as judge (following the LongMemEval paper's methodology). Uses Claude Haiku 4.5 as backbone. Score on LongMem M (500 questions): 88.8%. Also reported in the Chronos paper (arXiv:2603.16862)."
},
{
"memory": "Mastra",
"accuracy": 0.928,
"source_url": "https://arxiv.org/abs/2603.16862",
"source_label": "Chronos Paper (arXiv:2603.16862)",
"comment": "Reported by the Chronos paper, not self-reported. Best of two configurations tested; the GPT-4o configuration achieved 84.8%. The backbone for this configuration is not specified."
},
{
"memory": "Chronos",
"accuracy": 0.956,
"source_url": "https://arxiv.org/abs/2603.16862",
"source_label": "Chronos Paper (arXiv:2603.16862)",
"comment": "Self-reported by Chronos authors. Best of two configurations tested; the GPT-4o configuration achieved 92.6%. This configuration uses Claude Opus 4.6 as backbone, which is considerably more capable than the models used by most other entries here."
}
]
},
"ama-bench": {
"test": [
{
"memory": "AMA-agent",
"accuracy": 0.5579,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "Long context",
"accuracy": 0.5017,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "Hipporag2",
"accuracy": 0.4348,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "Memorag",
"accuracy": 0.4314,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "Qwen3-Embedding-4B",
"accuracy": 0.4036,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "Memorybank",
"accuracy": 0.3492,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "GRAPHRAG",
"accuracy": 0.3353,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "Memgpt",
"accuracy": 0.3328,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "Amem",
"accuracy": 0.3173,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "Mem-alpha",
"accuracy": 0.3059,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "Memagent",
"accuracy": 0.2719,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "Mem0",
"accuracy": 0.215,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "Simple mem",
"accuracy": 0.172,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
},
{
"memory": "Mem1",
"accuracy": 0.127,
"source_url": "https://github.com/AMA-Bench/AMA-Bench",
"source_label": "AMA-Bench Leaderboard"
}
]
},
"memsim": {
"simple": [
{
"memory": "FullMem",
"accuracy": 0.976,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "OracleMem",
"accuracy": 0.966,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "RetrMem",
"accuracy": 0.898,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "ReceMem",
"accuracy": 0.832,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "NonMem",
"accuracy": 0.508,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
}
],
"conditional": [
{
"memory": "OracleMem",
"accuracy": 0.988,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "FullMem",
"accuracy": 0.982,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "RetrMem",
"accuracy": 0.882,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "ReceMem",
"accuracy": 0.798,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "NonMem",
"accuracy": 0.452,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
}
],
"comparative": [
{
"memory": "OracleMem",
"accuracy": 0.91,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "FullMem",
"accuracy": 0.859,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "RetrMem",
"accuracy": 0.771,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "ReceMem",
"accuracy": 0.631,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "NonMem",
"accuracy": 0.157,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
}
],
"aggregative": [
{
"memory": "OracleMem",
"accuracy": 0.376,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "FullMem",
"accuracy": 0.32,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "RetrMem",
"accuracy": 0.317,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "ReceMem",
"accuracy": 0.257,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "NonMem",
"accuracy": 0.254,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
}
],
"post_processing": [
{
"memory": "OracleMem",
"accuracy": 0.888,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "FullMem",
"accuracy": 0.848,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "RetrMem",
"accuracy": 0.8,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "ReceMem",
"accuracy": 0.76,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "NonMem",
"accuracy": 0.594,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
}
],
"noisy": [
{
"memory": "OracleMem",
"accuracy": 0.984,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "FullMem",
"accuracy": 0.966,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "RetrMem",
"accuracy": 0.786,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "ReceMem",
"accuracy": 0.764,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
},
{
"memory": "NonMem",
"accuracy": 0.38,
"source_url": "https://arxiv.org/abs/2409.20163",
"source_label": "MemSim Paper (vanilla)"
}
]
},
"membench": {
"FirstAgentLowLevel": [
{
"memory": "RetrievalMemory",
"accuracy": 0.692,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "FullMemory",
"accuracy": 0.647,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "RecentMemory",
"accuracy": 0.639,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "MemGPT",
"accuracy": 0.455,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "GenerativeAgent",
"accuracy": 0.478,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "MemoryBank",
"accuracy": 0.442,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "SCMemory",
"accuracy": 0.355,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
}
],
"FirstAgentHighLevel": [
{
"memory": "GenerativeAgent",
"accuracy": 0.742,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "FullMemory",
"accuracy": 0.733,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "MemGPT",
"accuracy": 0.733,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "RecentMemory",
"accuracy": 0.7,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "RetrievalMemory",
"accuracy": 0.692,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "MemoryBank",
"accuracy": 0.692,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "SCMemory",
"accuracy": 0.542,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
}
],
"ThirdAgentLowLevel": [
{
"memory": "RetrievalMemory",
"accuracy": 0.883,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "RecentMemory",
"accuracy": 0.8,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "FullMemory",
"accuracy": 0.786,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "MemGPT",
"accuracy": 0.789,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "GenerativeAgent",
"accuracy": 0.779,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "MemoryBank",
"accuracy": 0.721,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "SCMemory",
"accuracy": 0.529,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
}
],
"ThirdAgentHighLevel": [
{
"memory": "MemoryBank",
"accuracy": 0.9,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "RetrievalMemory",
"accuracy": 0.883,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "GenerativeAgent",
"accuracy": 0.883,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "MemGPT",
"accuracy": 0.883,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "FullMemory",
"accuracy": 0.883,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "RecentMemory",
"accuracy": 0.867,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
},
{
"memory": "SCMemory",
"accuracy": 0.783,
"source_url": "https://arxiv.org/abs/2506.21605",
"source_label": "MemBench Paper (standard context)"
}
]
},
"beam": {
"100k": [
{
"memory": "Hindsight RAG (Honcho)",
"accuracy": 0.63,
"source_url": "https://evals.honcho.dev/",
"source_label": "Honcho (evals.honcho.dev)"
},
{
"memory": "LIGHT (Llama-4-Maverick)",
"accuracy": 0.358,
"source_url": "https://arxiv.org/abs/2510.27246",
"source_label": "BEAM Paper (arXiv:2510.27246)"
},
{
"memory": "RAG (Llama-4-Maverick)",
"accuracy": 0.323,
"source_url": "https://arxiv.org/abs/2510.27246",
"source_label": "BEAM Paper (arXiv:2510.27246)"
}
],
"500k": [
{
"memory": "Hindsight RAG (Honcho)",
"accuracy": 0.649,
"source_url": "https://evals.honcho.dev/",
"source_label": "Honcho (evals.honcho.dev)"
},
{
"memory": "LIGHT (Llama-4-Maverick)",
"accuracy": 0.359,
"source_url": "https://arxiv.org/abs/2510.27246",
"source_label": "BEAM Paper (arXiv:2510.27246)"
},
{
"memory": "RAG (Llama-4-Maverick)",
"accuracy": 0.33,
"source_url": "https://arxiv.org/abs/2510.27246",
"source_label": "BEAM Paper (arXiv:2510.27246)"
}
],
"1m": [
{
"memory": "Hindsight RAG (Honcho)",
"accuracy": 0.631,
"source_url": "https://evals.honcho.dev/",
"source_label": "Honcho (evals.honcho.dev)"
},
{
"memory": "LIGHT (Llama-4-Maverick)",
"accuracy": 0.336,
"source_url": "https://arxiv.org/abs/2510.27246",
"source_label": "BEAM Paper (arXiv:2510.27246)"
},
{
"memory": "RAG (Llama-4-Maverick)",
"accuracy": 0.307,
"source_url": "https://arxiv.org/abs/2510.27246",
"source_label": "BEAM Paper (arXiv:2510.27246)"
}
],
"10m": [
{
"memory": "Hindsight RAG (Honcho)",
"accuracy": 0.406,
"source_url": "https://evals.honcho.dev/",
"source_label": "Honcho (evals.honcho.dev)"
},
{
"memory": "LIGHT (Llama-4-Maverick)",
"accuracy": 0.266,
"source_url": "https://arxiv.org/abs/2510.27246",
"source_label": "BEAM Paper (arXiv:2510.27246)"
},
{
"memory": "RAG (Llama-4-Maverick)",
"accuracy": 0.249,
"source_url": "https://arxiv.org/abs/2510.27246",
"source_label": "BEAM Paper (arXiv:2510.27246)"
}
]
}
}