CLAIJan 21, 2025

Preference Curriculum: LLMs Should Always Be Pretrained on Their Preferred Data

arXiv:2501.13126v215 citationsh-index: 7ACL
Originality Incremental advance
AI Analysis

This addresses the challenge of inefficient pretraining for large language models by dynamically adjusting data, though it is incremental as it builds on existing curriculum learning methods.

The paper tackles the problem of static data distribution in LLM pretraining by proposing a curriculum learning framework that adapts training data to the model's evolving preferences, resulting in an 8.1% average accuracy increase on benchmarks for a 3B model.

Large language models (LLMs) generally utilize a consistent data distribution throughout the pretraining process. However, as the model's capability improves, it is intuitive that its data preferences dynamically change, indicating the need for pretraining with different data at various training stages. To achieve it, we propose the Perplexity Difference (PD) based Preference Curriculum learning (PDPC) framework, which always perceives and uses the data preferred by LLMs to train and boost them. First, we introduce the PD metric to quantify the difference in how challenging a sample is for weak versus strong models. Samples with high PD are more challenging for weak models to learn and are more suitable to be arranged in the later stage of pretraining. Second, we propose the preference function to approximate and predict the data preference of the LLM at any training step, so as to complete the arrangement of the dataset offline and ensure continuous training without interruption. Experimental results on 1.3B and 3B models demonstrate that PDPC significantly surpasses baselines. Notably, the 3B model trained on 1T tokens achieves an increased average accuracy of over 8.1% across MMLU and CMMLU.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes