Mixture-of-Experts AI Models Struggle More When Training Data Is Repeated

Photo of author

By Sophia Chen

As artificial intelligence systems grow larger and more complex, the quality and quantity of the data used to train them become increasingly important. A newly published research paper explores how a popular type of AI architecture called Mixture-of-Experts (MoE) behaves when the same training data is repeated multiple times—a common practice when fresh human-written text runs scarce. The study reveals that these sparse models, known for their efficiency, are more prone to overfitting when exposed to repeated data compared to traditional dense models. Understanding this limitation is crucial as AI developers seek to balance model performance with practical constraints on data availability.

Key Takeaways

  • Mixture-of-Experts (MoE) models degrade in performance more quickly than dense models when training data is repeated multiple times.
  • This overfitting effect worsens as the model’s sparsity increases, meaning models with more inactive parameters are more sensitive to repeated data.
  • While dense models handle up to 8 times data repetition with little harm, MoEs start to suffer after just 4 repetitions and can underperform dense models after 32 repetitions.
  • Regularization techniques like dropout and masking-based methods can reduce overfitting in MoEs, allowing them to maintain advantages even with heavy data repetition.

The researchers conducted experiments on models ranging from 80 million to 1 billion “active” parameters, with total model sizes up to 8.5 billion parameters. MoE models are a form of “sparse” architecture, meaning only a subset of their parameters—called “experts”—are activated for any given input, unlike “dense” models where all parameters are engaged. This sparsity allows MoEs to be more compute-efficient, but it also introduces unique challenges when training data is limited or repeated.

To simulate data scarcity, the team varied how often the same training examples were repeated during model training. They tested different MoE configurations, adjusting the number of experts and how finely the model’s workload was divided among them. Their findings showed that as data repetition increased, MoEs began overfitting sooner and more severely than dense models. Overfitting occurs when a model memorizes the training data too closely, performing well on that data but poorly on new, unseen examples.

One key insight was that overfitting was linked to the total number of parameters in the model rather than just the active subset used at any time. The researchers also observed that the internal “routing” mechanism of MoEs—which decides which experts to activate for each input—became stable early in training and that experts specialized heavily in memorizing repeated data. This specialization appears to exacerbate overfitting, making it harder for the model to generalize.

To address these challenges, the team experimented with regularization methods—techniques designed to prevent overfitting by adding noise or constraints during training. Dropout, which randomly deactivates parts of the model during training, and masking-based regularization, which hides portions of the input or model parameters, showed promise. With strong masking, MoEs were able to outperform dense models even when data was repeated more than 64 times, though none of the methods fully matched the performance seen with completely unique training data.

These findings highlight important trade-offs when using sparse AI models like MoEs in real-world settings where fresh training data may be limited. As AI systems continue to scale, understanding how data repetition impacts different architectures will help researchers design more robust models. Future work could explore new ways to disrupt memorization patterns in MoEs, encouraging experts to learn more generalized features and reducing over-specialization. This research offers a valuable roadmap for improving AI training strategies in an era of growing data scarcity.

Based on research published on arXiv by Atindra Jha, Margaret Li, Jure Leskovec et al..

Editor's note

Editors matched this AI update with related coverage to show where it sits in the broader race over models, regulation and product strategy.

Article briefing

As artificial intelligence systems grow larger and more complex, the quality and quantity of the data used to train them become increasingly...

Story details

  • Author: Sophia Chen
  • Published: September 11, 2026
  • Category: AI

Key developments

  • As artificial intelligence systems grow larger and more complex, the quality and quantity of the data used to train them become increasingly important.
  • Understanding this limitation is crucial as AI developers seek to balance model performance with practical constraints on data availability.
  • The researchers conducted experiments on models ranging from 80 million to 1 billion “active” parameters, with total model sizes up to 8.5 billion parameters.

Why this matters

The study reveals that these sparse models, known for their efficiency, are more prone to overfitting when exposed to repeated data compared to traditional dense models.

Impact and next steps

To simulate data scarcity, the team varied how often the same training examples were repeated during model training.

Background

Their findings showed that as data repetition increased, MoEs began overfitting sooner and more severely than dense models.

Source

This article is based on source material from arxiv.org.

About the author

Sophia Chen

Sophia Chen covers artificial intelligence and emerging technology. With a background in computer science and a decade of tech journalism, she specialises in AI policy, machine learning applications and the societal impact of automation.

editorial@peacknews.com

Categories AI