Key Info

T-Mem is an open-source memory architecture (presented at EMNLP 2026) that aims to be the first to cover associative recall, going beyond the similarity-based retrieval used by most memory systems.

Highlights

  • Memories are stored with a "trigger" — essentially a prediction of when that memory will be relevant again.
  • At query time, triggers retrieve memories based on the situation, even when there is zero keyword overlap with the query.
  • It is designed as an architecture layer that plugs into any LLM without fine-tuning.