vix.ing · top · new · best · stats · spec

What Should Baby Models Read? Exploring Sample-Efficient Data Composition on Model Performance

2024/11/11 by Hong Meng Yam, Yam, Hong Meng, Nathan J Paek +1
Computer Science · Decision Sciences · #Artificial Intelligence (cs.AI) #Bayesian Modeling and Causal Inference #Computation and Language (cs.CL) #Data Management and Algorithms #Data Quality and Management #FOS: Computer and information sciences

paper · pdf · doi:10.48550/arxiv.2411.06672

openalex publication_date 2024/11/11 · openalex created_date 2024/11/15 · openalex updated_date 2026/07/28

Abstract

We explore the impact of pre-training data composition on the performance of small language models in a sample-efficient setting. Using datasets limited to 10 million words, we evaluate several dataset sources, including child-directed speech (CHILDES), classic books (Gutenberg), synthetic data (TinyStories), and a mix of these (Mix) across different model sizes ranging from 18 million to 705 million parameters. Our experiments show that smaller models (e.g., GPT2-97M, GPT2-705M, Llama-360M) perform better when trained on more complex and rich datasets like Gutenberg. Models trained on the CHILDES and TinyStories datasets underperformed across all model sizes. These findings suggest that the optimal dataset for sample efficient training depends on the model size, and that neither child-directed speech nor simplified stories are optimal for language models of all sizes. We highlight the importance of considering both dataset composition and model capacity for effective sample efficient language model training.

Related