TL;DR
Existing methods for selecting pretraining data for language models often require additional classifiers, which can be computationally expensive and reliant on labeled data. WebGraphMix is a new framework that calculates structural centrality scores from the Common Crawl web graph to adjust the mix of central and peripheral documents.
✦ Why It Matters
Engineers can implement WebGraphMix to optimize pretraining data selection, improving model performance while reducing computational costs.
Key Takeaways
How It Works
WebGraphMix computes structural centrality scores from the Common Crawl web graph, identifying central hosts that provide broad knowledge and peripheral hosts that offer niche insights. By varying the ratio of these document types in the training data, the framework enhances the model's ability to generalize and reason across diverse tasks.
Related