Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

NGM: A Plug-and-Play Training-Free Memory Module for LLMs

About

Recent studies introduce conditional memory modules that decouple knowledge storage from neural computation, enabling more direct knowledge access. Compared to MoE, which relies on dynamic computation paths, explicit lookup provides a more efficient knowledge retrieval mechanism. However, these approaches still depend on learned memory embeddings, requiring additional training and limiting flexibility. To address this, we propose N-gram Memory (NGM), a training-free, plug-and-play module composed of a Causal N-Gram Encoder and a Cosine-Gated Memory Injector. The Causal N-Gram Encoder directly averages the pretrained token embeddings of the backbone model to construct N-gram representations, thereby eliminating the need to train separate N-gram embeddings from scratch. This design requires neither an additional memory table nor a retrieval pipeline. The Cosine-Gated Memory Injector then uses a non-parametric cosine gate with ReLU to modulate the retrieved embeddings into the contextual representations. We evaluate NGM on the Qwen3 series from 0.6B to 14B across eight benchmarks. NGM improves average performance by 0.5 to 1.2 points, with particularly clear gains on code generation and knowledge-intensive tasks (e.g., +3.0 on LiveCodeBench and +3.03 on GPQA for Qwen3-14B). Moreover, NGM also improves performance in multimodal benchmarks (e.g., MMStar +1.53 on Qwen3-VL-2B).

Yuwen Qu, Wenhui Dong, Chenyang Si, Caifeng Shan• 2026

Related benchmarks

TaskDatasetResultRank
Optical Character RecognitionOCRBench
Score829
433
MathGSM8K
Accuracy0.9174
216
CodeHumanEval
HumanEval Accuracy88.41
118
Truthful Question AnsweringTruthfulQA MC2
MC2 Accuracy52.63
51
Multi-task Language UnderstandingMMLU-Redux
Accuracy67.82
48
MathMATH500
Score87
39
KnowledgeGPQA Diamond
Accuracy (GPQA Knowledge)52.02
37
Multimodal UnderstandingMMStar
Score56.2
26
AlignmentIFEval strict prompt
pass@183.92
26
Multimodal UnderstandingMMBench EN v1.1 (dev)
Accuracy76.63
21
Showing 10 of 14 rows

Other info

GitHub

Follow for update