Dual-objective Language Models: Training Efficiency Without Overfitting

arXiv cs.CL / 3/30/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes training language models with a dual objective that combines autoregressive modeling and masked-diffusion objectives without any architectural changes.
  • It argues that this approach preserves the training efficiency benefits of autoregressive models while improving overfitting robustness relative to single-objective training.
  • Through experiments training and evaluating 50 models across different degrees of data repetition, the authors find that using both objectives is optimal under all tested conditions.
  • The study reports that the best weighting/balance between objectives is broadly similar whether the evaluation emphasizes downstream autoregressive or masked-diffusion performance.

Abstract

This paper combines autoregressive and masked-diffusion training objectives without any architectural modifications, resulting in flexible language models that outperform single-objective models. Autoregressive modeling has been a popular approach, partly because of its training efficiency; however, that comes at the cost of sensitivity to overfitting. On the other hand, masked-diffusion models are less efficient to train while being more resilient to overfitting. In this work, we demonstrate that dual-objective training achieves the best of both worlds. To derive the optimal balance between both objectives, we train and evaluate 50 language models under varying levels of data repetition. We show that it is optimal to combine both objectives under all evaluated settings and that the optimal balance is similar whether targeting autoregressive or masked-diffusion downstream performance.

Dual-objective Language Models: Training Efficiency Without Overfitting | AI Navigate