🤖 AI Summary
Existing data mixing strategies rely on predefined coarse-grained domains, failing to capture fine-grained semantic distinctions and incurring exponential computational overhead with increasing domain count. To address this, we propose a semantic-driven dynamic domain re-partitioning and gradient-guided data proportioning framework. Our method eliminates manual domain annotation by performing fine-grained, online regrouping based on semantic similarity. We further introduce the first adaptive data balancing mechanism that leverages the Gram matrix of domain-wise gradients—computed inherently during training—thus incurring no additional evaluation cost. We provide theoretical analysis establishing regularization properties of our approach. Evaluated across five diverse NLP, reasoning, and multimodal tasks, our method achieves performance on par with or surpassing state-of-the-art approaches while introducing only 0.01% extra computational overhead.
📝 Abstract
Data mixing strategies have successfully reduced the costs involved in training language models. While promising, such methods suffer from two flaws. First, they rely on predetermined data domains (e.g., data sources, task types), which may fail to capture critical semantic nuances, leaving performance on the table. Second, these methods scale with the number of domains in a computationally prohibitive way. We address these challenges via R&B, a framework that re-partitions training data based on semantic similarity (Regroup) to create finer-grained domains, and efficiently optimizes the data composition (Balance) by leveraging a Gram matrix induced by domain gradients obtained throughout training. Unlike prior works, it removes the need for additional compute to obtain evaluation information such as losses or gradients. We analyze this technique under standard regularity conditions and provide theoretical insights that justify R&B's effectiveness compared to non-adaptive mixing approaches. Empirically, we demonstrate the effectiveness of R&B on five diverse datasets ranging from natural language to reasoning and multimodal tasks. With as little as 0.01% additional compute overhead, R&B matches or exceeds the performance of state-of-the-art data mixing strategies.