Views
No views yet
| Field | Value |
|---|---|
| Memory size | 1.7B class |
| Architecture/tokenizer family | Qwen3ForCausalLM memory; Qwen3 tokenizer/vocabulary |
| Domain | Law |
| Evaluation benchmark | LawBench |
| Intended backbone | Frozen, tokenizer-compatible Qwen3 Base model |
| 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-Qwen3-1.7B-law \
3bash eval/opencompass/scripts/domain/evaluate_lawbench.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}