Paper#llm🔬 ResearchAnalyzed: Jan 3, 2026 15:42

Joint Data Selection for LLM Pre-training

Published:Dec 30, 2025 14:38
1 min read
ArXiv

Analysis

This paper addresses the challenge of efficiently selecting high-quality and diverse data for pre-training large language models (LLMs) at a massive scale. The authors propose DATAMASK, a policy gradient-based framework that jointly optimizes quality and diversity metrics, overcoming the computational limitations of existing methods. The significance lies in its ability to improve both training efficiency and model performance by selecting a more effective subset of data from extremely large datasets. The 98.9% reduction in selection time compared to greedy algorithms is a key contribution, enabling the application of joint learning to trillion-token datasets.

Reference

DATAMASK achieves significant improvements of 3.2% on a 1.5B dense model and 1.9% on a 7B MoE model.