Switch language한국어
Back to the list

Memory Decoder at Scale: A Pretrained, Parametric Long-Term Memory

TL;DR AI

Key summary

2 min read
  1. Memory Decoder at Scale pretrains a long-term memory module for decoder-only language models at 6.9B parameters on 300B tokens.

  2. The team also built a distributed Faiss indexing and retrieval pipeline to support large-scale memory search.

  3. Across model sizes and benchmarks, giving more parameters to memory improved the performance-to-parameter tradeoff.

  4. The findings suggest that scaling memory separately can raise LM quality with fewer total parameters than enlarging the base model alone.

Read the original