tracked author

Wangding Zeng

DeepSeek researcher, DeepSeekMoE coauthor, DeepSeek-V2 MLA architecture innovations contributor, and Engram coauthor. OpenReview lists DeepSeek researcher with confirmed DeepSeek and BUPT emails; Scholar and Hugging Face profiles align with the DeepSeek identity. No high-confidence personal X account was found.

3 archived notes X: not-found Hugging Face

Related Notes

按论文归档时间排序,展示该作者在本站已经出现的材料。

Jun 24, 2026

DeepSeekMoE: Towards Ultimate Expert Specialization in Mixture-of-Experts Language Models

DeepSeekMoE 把 MoE (Mixture of Experts,混合专家) 的效率问题改写成专家专门化问题:fine grained expert segmentation 通过切小 FFN (Feed Forward Network,前馈网络) 专家并增加激活专家数,提高每个 token 的专家组合分辨率;shared expert isolation 通过固定激活共享专家承载通用知识,让 routed experts ...

2401.06066-deepseekmoe-expert-specialization MoE Architecture
Jun 24, 2026

Conditional Memory via Scalable Lookup: A New Axis of Sparsity for Large Language Models

Engram 把大模型稀疏性从 MoE (Mixture of Experts,混合专家,用条件计算扩大 total 参数并控制 active compute) 扩展到 conditional memory:用 hashed N gram lookup 存静态局部模式,用 context aware gate 决定是否把查到的记忆注入 hidden state;在 iso parameter / iso FLOPs 的 27B MoE...

2601.07372-conditional-memory-engram-scalable-lookup Memory ArchitectureMoE Architecture