Prometheus Mind: Retrofitting Memory to Frozen Language Models
Mark Wind

TL;DR
Prometheus Mind introduces a method to retrofit memory into frozen language models using modular adapters, enabling improved retrieval and understanding without altering the original model weights.
Contribution
This work develops a novel approach to add reversible memory to frozen language models through modular adapters and addresses key challenges in extraction, training, injection, and state collapse.
Findings
Achieves 94.4% retrieval accuracy on clean inputs
Degrades to 19.4% accuracy on informal inputs
Identifies relation classification as the main bottleneck
Abstract
Adding memory to pretrained language models typically requires architectural changes or weight modification. We present Prometheus Mind, which retrofits memory to a frozen Qwen3-4B using 11 modular adapters (530MB, 7% overhead) -- fully reversible by removing the adapters. Building this system required solving four problems: (1) Extraction -- we develop Contrastive Direction Discovery (CDD), which finds semantic directions via minimal pairs without labeled data. (2) Training -- end-to-end optimization collapses; stage-wise training of each adapter on simple proxy tasks succeeds. (3) Injection -- learned encoders fail to generalize; we find that lm_head-weight rows already provide the mapping we need, requiring no training. (4) Hidden state collapse -- transformers make ``wife'' and ``brother'' 0.98+ similar; we train projections to recover distinction (0.98 0.09). On…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Natural Language Processing Techniques
