English

Is Child-Directed Speech Effective Training Data for Language Models?

Computation and Language 2024-10-10 v2 Artificial Intelligence Machine Learning

Abstract

While high-performing language models are typically trained on hundreds of billions of words, human children become fluent language users with a much smaller amount of data. What are the features of the data they receive, and how do these features support language modeling objectives? To investigate this question, we train GPT-2 and RoBERTa models on 29M words of English child-directed speech and a new matched, synthetic dataset (TinyDialogues), comparing to OpenSubtitles, Wikipedia, and a heterogeneous blend of datasets from the BabyLM challenge. We evaluate the syntactic and semantic knowledge of these models using developmentally-inspired evaluations. Through pretraining experiments, we test whether the global developmental ordering or the local discourse ordering of children's training data supports high performance relative to other datasets. The local properties of the data affect model results, but surprisingly, global properties do not. Further, child language input is not uniquely valuable for training language models. These findings support the hypothesis that, rather than proceeding from better data, the child's learning algorithm is substantially more data-efficient than current language modeling techniques.

Keywords

Cite

@article{arxiv.2408.03617,
  title  = {Is Child-Directed Speech Effective Training Data for Language Models?},
  author = {Steven Y. Feng and Noah D. Goodman and Michael C. Frank},
  journal= {arXiv preprint arXiv:2408.03617},
  year   = {2024}
}

Comments

EMNLP 2024. Code and data at https://github.com/styfeng/TinyDialogues

R2 v1 2026-06-28T18:06:08.716Z