A new framework from MIT and Singapore researchers could solve one of the most expensive problems in AI: updating a model after training. MeMo, short for Memory as a Model, lets developers add new knowledge to a large language model without retraining it or risking quality loss.
The system works by pairing the main LLM with a smaller, separate “Memory” model that stores new domain-specific information. The core model stays unchanged, while the Memory model handles structured interactions guided by a five-step reflection QA pipeline. On benchmark tests, MeMo delivered performance gains of up to 26%.
Multiple Memory models can be merged in parameter space. This means a single system can hold separate models for different knowledge domains-say, one for finance, another for medicine-and combine them without spiking compute costs.
The approach avoids the pitfalls of existing methods. Retrieval-augmented generation has limited context windows. Fine-tuning requires heavy GPU time and risks catastrophic forgetting. MeMo sidesteps both by keeping the original model untouched.
Published on May 14, 2026 on arXiv, the paper lists authors from the MIT CSAIL, National University of Singapore, A*STAR, and the Singapore-MIT Alliance for Research and Technology. For now, MeMo is academic research, not a commercial product. No tokens or blockchain integrations are involved.