Entropy-Guided Token Dropout: Training Autoregressive Language Models with Limited Domain Data
Jiapeng Wang, Yiwen Hu, Yanzipeng Gao, Haoyu Wang, Shuo Wang, Hongyu Lu, Jiaxin Mao, Wayne Xin Zhao, Junyi Li, Xiao Zhang
TL;DR
Faced with data scarcity in domain-specific LLM adaptation, the paper shows that repeated exposure during multi-epoch training can yield gains but eventually leads to degradation due to imbalanced token learning. It proposes EntroDrop, an entropy-guided token dropout with a curriculum schedule that selectively perturbs low-entropy tokens in target-domain data while preserving informative high-entropy content. Across 0.6B–8B parameter models, EntroDrop achieves consistent gains on math reasoning and code generation and largely preserves general capabilities, extending the useful training horizon and mitigating overfitting. The work provides a practical pathway to improve data efficiency and domain adaptation for autoregressive LLMs in data-constrained settings.
Abstract
As access to high-quality, domain-specific data grows increasingly scarce, multi-epoch training has become a practical strategy for adapting large language models (LLMs). However, autoregressive models often suffer from performance degradation under repeated data exposure, where overfitting leads to a marked decline in model capability. Through empirical analysis, we trace this degradation to an imbalance in learning dynamics: predictable, low-entropy tokens are learned quickly and come to dominate optimization, while the model's ability to generalize on high-entropy tokens deteriorates with continued training. To address this, we introduce EntroDrop, an entropy-guided token dropout method that functions as structured data regularization. EntroDrop selectively masks low-entropy tokens during training and employs a curriculum schedule to adjust regularization strength in alignment with training progress. Experiments across model scales from 0.6B to 8B parameters show that EntroDrop consistently outperforms standard regularization baselines and maintains robust performance throughout extended multi-epoch training. These findings underscore the importance of aligning regularization with token-level learning dynamics when training on limited data. Our approach offers a promising pathway toward more effective adaptation of LLMs in data-constrained domains.
