Views
No views yet
| Field | Value |
|---|---|
| Memory size | 1.7B class |
| Architecture/tokenizer family | Qwen3-style 1.7B memory; OLMo tokenizer/vocabulary |
| Domain | Biology |
| Evaluation benchmark | BioInst |
| Intended backbone | Frozen OLMo-family model with the matching tokenizer/vocabulary |
| Release contents | Inference weights, configuration, and tokenizer files |
MODEL_PATH to a compatible frozen backbone and MEMDEC_PATH to this
repository:1MODEL_PATH=/path/to/compatible-base-model \
2MEMDEC_PATH=Rubin-Wei/MemoryDecoder-OLMo-1.7B-biology \
3bash eval/opencompass/scripts/domain/evaluate_bioinst.sh1@misc{wei2026memorydecoderscalepretrained,
2 title={Memory Decoder at Scale: A Pretrained, Parametric Long-Term Memory},
3 author={Rubin Wei and Jiaqi Cao and Jiarui Wang and Junming Zhang and Qipeng Guo and Bowen Zhou and Zhouhan Lin},
4 year={2026},
5 eprint={2607.27919},
6 archivePrefix={arXiv},
7 primaryClass={cs.CL},
8 url={https://arxiv.org/abs/2607.27919},
9}