Cross-Model Memory Transfer via Target-Side Reader Adaptation

Mingyuan Li, Guangsheng Yu, Xu Wang, Shaoxiong Ji

arXiv:2608.17050 · 2026-08-19 공개 · arXiv · PDF

large-language-models retrieval-augmented question-answering model-alignment external-memory cross-model-transfer engram-memory reader-adaptation

Abstract

Methods for improving knowledge use in large language models typically fall into two regimes. Non-parametric retrieval offers flexible access to external knowledge, but adds retrieval latency, context overhead, and only shallow integration with the backbone. Parametric adaptation is efficient at inference time, but entangles knowledge with model weights and can be hard to update, audit, or transfer. Engram-style hashed memory occupies a middle regime: it stores learned information in an external, addressable table, yet consumes that table through a small learned reader. This raises a basic question: when such a memory is moved across backbones, what matters more, the frozen memory itself or the target-side reader? We study this question through cross-model frozen-memory extraction, in which a memory trained on a source model is frozen and attached to a different target model, with only a lightweight reader trained. Ablations show that learned memory content and correct addressing both matter, but the transferred table becomes useful only through a reader aligned to the target model. In downstream question answering tasks, a dual-layer, four-branch reader nearly closes the gap between same-model and cross-model reuse, achieving an average score of 38.8 under our controlled evaluation protocol. Moreover, when the provider reader is directly compatible with the target interface, the frozen artifact can provide substantial utility without target-side training, while optional reader adaptation yields further improvement. These results suggest that Engram can serve as a reusable external knowledge artifact, provided that the target has access to a compatible reader interface; target-side adaptation can further improve alignment when direct reader reuse is insufficient.

한국어 요약

한 줄 요약

Engram 스타일 해시 메모리를 타겟 모델에 전달할 때, 메모리 자체보다는 타겟 측 리더의 설계가 성능에 더 큰 영향을 미친다는 것을 실험적으로 입증했다.

핵심 기여도

핵심 아이디어

기존의 외부 지식 활용 방식은 비파라미트릭 검색과 파라미트릭 적응으로 나뉘며, 각각의 한계가 존재한다. Engram 스타일 해시 메모리는 외부 테이블에 학습된 정보를 저장하면서, 이를 소규모 리더를 통해 모델에 통합하는 하이브리드 구조를 채택한다. 이 연구는 **Engram 메모리가 다른 백본 모델로 이식되었을 때, 메모리 자체보다는 타겟 측 리더의 설계가 더 중요한 역할을 하는지**를 탐구한다. 핵심 통찰은, **타겟 모델이 메모리의 주소를 정확히 매핑하고, 리더가 이를 효과적으로 통합할 때, 외부 메모리의 이식성이 높아진다**는 점이다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용