MCPcopy Index your code
hub / github.com/deepseek-ai/Engram

github.com/deepseek-ai/Engram @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
27 symbols 58 edges 1 files 2 documented · 7% updated 5mo ago★ 4,49214 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

DeepSeek-V3


Homepage Chat Hugging Face

Discord Wechat Twitter Follow

License

1. Introduction

This repository contains the official implementation for the paper: Conditional Memory via Scalable Lookup: A New Axis of Sparsity for Large Language Models.

Abstract: While Mixture-of-Experts (MoE) scales capacity via conditional computation, Transformers lack a native primitive for knowledge lookup. To address this, we explore conditional memory as a complementary sparsity axis, instantiated via Engram, a module that modernizes classic $N$-gram embeddings for $\mathcal{O}(1)$ lookup.

Key Contributions: - Sparsity Allocation: We formulate the trade-off between neural computation (MoE) and static memory (Engram), identifying a U-shaped scaling law that guides optimal capacity allocation. - Empirical Verification: Under strict iso-parameter and iso-FLOPs constraints, the Engram-27B model demonstrates consistent improvements over MoE baselines across knowledge, reasoning, code and math domains. - Mechanistic Analysis: Our analysis suggests that Engram relieves early layers from static pattern reconstruction, potentially preserving effective depth for complex reasoning. - System Efficiency: The module employs deterministic addressing, enabling the offloading of massive embedding tables to host memory with minimal inference overhead.

2. Architecture

The Engram module augments the backbone by retrieving static $N$-gram memory and fusing it with dynamic hidden states. The architecture is shown below (drawio provided):

Engram Architecture

3. Evaluation

Scaling Law

Scaling Law


Large Scale Pre-training

Pre-training Results


Long-context Training

Long Context Results

4. Case Study of Engram

Long Context Results

5. Quick Start

We recommend using Python 3.8+ and PyTorch.

pip install torch numpy transformers sympy

We provide a standalone implementation to demonstrate the core logic of the Engram module:

python engram_demo_v1.py

⚠️ Note: The provided code is a demonstration version intended to illustrate the data flow. It mocks standard components (like Attention/MoE/mHC) to focus on the Engram module.

6. License

The use of Engram models is subject to the Model License.

7. Contact

If you have any questions, please raise an issue or contact us at service@deepseek.com.

Core symbols most depended-on inside this repo

_build_lookup_table
called by 1
engram_demo_v1.py
_compress
called by 1
engram_demo_v1.py
find_next_prime
called by 1
engram_demo_v1.py
calculate_vocab_size_across_layers
called by 1
engram_demo_v1.py
_get_ngram_hashes
called by 1
engram_demo_v1.py
hash
called by 1
engram_demo_v1.py
forward
called by 0
engram_demo_v1.py
shift_k
called by 0
engram_demo_v1.py

Shape

Method 18
Class 8
Function 1

Languages

Python100%

Modules by API surface

engram_demo_v1.py27 symbols

For agents

$ claude mcp add Engram \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact