You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will need a converter similar to locomo_to_corpus.py
Consider starting with 128K tier for fast iteration, then scaling up
Their eval scripts are in the repo — could adapt or wrap
Context
Drew is working on a fork of supermemory's memorybench (which covers LoCoMo, LongMemEval, ConvoMem). BEAM would give us a much more comprehensive evaluation at scale in our own repo.
Related competitive intel: ByteRover and OpenViking are both positioning as "memory for agents" — having strong benchmark numbers across multiple datasets strengthens BM's story.
Summary
Add BEAM as a benchmark dataset alongside LoCoMo and LongMemEval.
BEAM is from the ICLR 2026 paper "Beyond a Million Tokens: Benchmarking and Enhancing Long-Term Memory in LLMs" (University of Alberta + UMass Amherst).
Why BEAM
This validates the core thesis behind Basic Memory — structured knowledge graphs beat raw context windows.
Resources
Implementation Notes
locomo_to_corpus.pyContext
Drew is working on a fork of supermemory's memorybench (which covers LoCoMo, LongMemEval, ConvoMem). BEAM would give us a much more comprehensive evaluation at scale in our own repo.
Related competitive intel: ByteRover and OpenViking are both positioning as "memory for agents" — having strong benchmark numbers across multiple datasets strengthens BM's story.
Labels suggestion
enhancement, benchmarks