PulseAugur
EN
LIVE 07:01:56

Sparse MoE models show behavioral divergence due to numerical state tracing differences

A new arXiv paper details how different numerical state tracing methods can lead to behavioral divergence in sparse Mixture-of-Experts (MoE) models, even when mathematically equivalent. Researchers found that varying aggregation semantics in DeepSeek-V4 Flash, while keeping MoE state frozen, resulted in distinct execution paths and output continuations. The study highlights that identical tokens do not guarantee identical autoregressive states, as divergence can emerge later in the generation process. These findings suggest that operand conversion, accumulator precision, and reduction order are critical components of a numerical compatibility contract for MoE runtimes and hardware. AI

IMPACT Highlights potential issues in MoE model reproducibility and the need for standardized numerical compatibility contracts.

RANK_REASON Academic paper detailing novel findings on model behavior. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Sparse MoE models show behavioral divergence due to numerical state tracing differences

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Tianyang Zhu ·

    From Expert Reduction to Behavioral Divergence: Tracing Numerical State through Sparse MoE Inference

    arXiv:2607.28097v1 Announce Type: new Abstract: Mathematically equivalent expert-reduction orders can produce observably different sparse-MoE executions. We isolate this effect in native DeepSeek-V4-Flash by freezing local MoE state and varying only aggregation semantics. Four sc…