PADD: Path-Aligned Decompression Distillation for Non-Router Teacher to Guide MoE Student Learning

27d ago · Global · primary source: export.arxiv.org

A new framework called Path-Aligned Decompression Distillation (PADD) aims to transfer knowledge from dense language models into more efficient mixture-of-experts (MoE) architectures, according to a paper submitted to arXiv in 2026 [1][2]. The approach addresses a central tension in large language model (LLM) development: scaling model capacity while operating within fixed computation budgets [2]. As LLMs — neural networks trained on vast text corpora for generation, summarization, and analysis — grow larger, the cost of running them at inference time becomes a binding constraint [8]. MoE models reduce that cost by activating only a subset of parameters for any given input, but training their routing policies without a pre-existing router in the teacher model has remained difficult [2]. PADD organizes the distillation process into four stages across two phases [1][2]. The initialization phase, Stage I, builds diverse functionality in the student’s experts through teacher neuron clustering and student-expert warmup [2]. The training phase, spanning Stages II through IV, integrates online adaptive distillation, path-refined policy optimization, and reward-augmented load balancing into a single pipeline [2]. On mathematical reasoning benchmarks, the resulting MoE student matched or surpassed its dense teacher while delivering substantial gains over strong baselines at the same inference cost [1][2]. The paper also reports stable routing behavior throughout training [2]. The work appeared on arXiv, the open-access e-print repository that has hosted preprints in physics, mathematics, and computer science since 1991 and now receives roughly 24,000 submissions per month [6].

research-paperregulationinfrastructuretool-release

Background sources we checked (7)
  • arxiv.org ↗ As large language models (LLMs) continue to scale, it becomes increasingly challenging to grow model capacity under fixed computation budgets. We propose Path-Aligned Decompression Distillation (PADD), a framework for distilling knowledge from dense teachers without explicit rout…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository [...] # arXivLabs: Showcase [...] arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. [...] While the arXiv team is focused on our core miss…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …

Sources

Spot something wrong? Report an issue