Keep pulling the thread on Liang Wenfeng.
A U-shaped scaling law governs the trade-off between neural computation (MoE) and static memory (Engram), guiding optimal capacity allocation.
The Engram-27B model demonstrates consistent improvements over Mixture-of-Experts (MoE) baselines across knowledge, reasoning, code, and math domains under strict iso-parameter and iso-FLOPs constraints.
The Transformer architecture lacks a native primitive for knowledge lookup, whereas Mixture-of-Experts (MoE) scales capacity via conditional computation.
The Engram module modernizes classic N-gram embeddings to achieve O(1) lookup time.
The Engram module relieves a model's early layers from the task of static pattern reconstruction, which may preserve the model's effective depth for complex reasoning.
The deterministic addressing used by the Engram module enables the offloading of its massive embedding tables to host memory with minimal inference overhead.
The Engram module augments a model's backbone by retrieving static N-gram memory and fusing it with the model's dynamic hidden states.