Mohd Abbas Zaidi

Research Engineer, NLP Lab — Samsung Research, Seoul

I work on the training dynamics of large language and multimodal models: how they learn, where that process becomes unstable or wasteful, and how to fix it — through knowledge distillation, signal propagation theory, and tokenization.

About

I'm a research engineer at Samsung Research's NLP Lab in Seoul. I work on pretraining and adapting large language and multimodal models — running training jobs, reading evaluation curves, and figuring out why certain training choices help or hurt.

Lately that's meant knowledge distillation, signal propagation in deep transformers, and tokenization. I did a Master's in Computer Science at Georgia Tech, and studied Electrical Engineering (minor in CS and Cognitive Science) at IIT Kanpur.

Featured research

ACL 2025 · Oral

Sparse Logit Sampling: Accelerating Knowledge Distillation in LLMs

Anshumann*, Mohd Abbas Zaidi*, Akhil Kedia*, Jinwoo Ahn, Taehwak Kwon, Kangwook Lee, Haejun Lee, Joohyung Lee

Figure from the Sparse Logit Sampling paper

Knowledge distillation is much cheaper if you can pre-compute and cache the teacher's output logits once, rather than running the teacher live during every student training step. The obvious way to keep that cache small — storing only the teacher's top-K probabilities per token — turns out to be biased: it systematically distorts the target distribution the student learns from, hurting both accuracy and calibration. We prove this formally, then propose an importance-sampling scheme that gives the student an unbiased estimate of the full teacher distribution while storing as few as 12 logits per token. It preserves the gradient in expectation and matches full-distribution distillation quality at a fraction of the storage and compute cost, making distillation practical at pretraining scale.

ICML 2024

Transformers Get Stable: An End-to-End Signal Propagation Theory for Language Models

Akhil Kedia*, Mohd Abbas Zaidi*, Sushil Khyalia*, Jungho Jung, Harshith Goka, Haejun Lee

Figure from the Transformers Get Stable paper

Transformers are hard to scale in depth: stack enough layers and training runs into vanishing or exploding gradients, rank collapse, and attention scores that saturate. We derive a unified theory for how the moments of the forward and backward signal evolve layer by layer through a transformer, which lets us pin down exactly where and why these failure modes appear. From that theory we build DeepScaleLM, an initialization and scaling scheme that keeps output and gradient moments constant with depth. It makes training genuinely deep transformers — up to 1000 layers — stable, and models trained this way outperform shallower ones with the same parameter count on language modeling, speech translation, and image classification.

Currently: extending this line of work to distillation across teacher/student models with mismatched vocabularies.

All publications

* equal contribution. Full list with citation counts on Google Scholar.