Data

All Wordbank data are hosted on the datapages.wordbank Redivis dataset, versioned and freely downloadable. Use the download tool below to export filtered CSVs at three levels of aggregation, or access the full tables programmatically.

Most datasets are shared under a CC-BY license; some carry CC-BY-NC (see the license column of the datasets table).

Download data

Export CSVs of the data behind this site, computed in your browser from the raw child-by-word responses. Pick a level of aggregation, an instrument, and any filters; all three levels apply the same filter set.

Loading data — the first load can take a few seconds…
  • Data come from the current release of the datapages.wordbank dataset; record the dataset version alongside downloads used in analyses.
  • By child counts (words_produced, words_understood) are computed over word items only, matching the vocabulary scores in the administrations table.
  • By word proportions treat missing responses as negative, matching the Item Trajectories tool.
  • Child by word in long format has one row per child-item pair; in wide format one row per child with a TRUE/FALSE column per item (choose which measure fills the cells on Words & Gestures forms).
  • Full unfiltered tables (all instruments at once) are available on Redivis.

Programmatic access

You can access Wordbank data from R using the wordbankr package (see the data access vignette), which provides tidy tables of instruments, administrations, items, and child-by-word responses. From Python or other languages, use the Redivis API directly against the dataset.

Versions

Wordbank data are versioned on Redivis: every release is a citable snapshot, and older versions remain permanently available from the dataset’s version history. If you are running reproducible analyses, record the version you used: every wordbankr data-access function takes a version argument (e.g. get_administration_data(version = "v1.5")), defaults to the current release, and stamps the resolved version in a column of its output.

Wordbank Book

Many analyses of Wordbank data are described in detail in Variability and Consistency in Early Language Learning: The Wordbank Project, which characterizes vocabulary development across languages. All of the code for those analyses is available, and is a good starting point for item- and group-level analyses beyond what the site’s interactive tools offer.

Uni-lemmas

Cross-linguistic “uni-lemma” mappings (conceptual glosses linking items across languages, used by the Cross-Linguistic Trajectories tool and the uni_lemma column of the items table) are documented in the uni-lemma policy; the mappings are maintained in the update_unilemmas repository.

Teaching

Wordbank is used in courses on language development and on data analysis:

If you use Wordbank in your teaching, we would love to hear about it.

Infrastructure

Curious how the site works? See the FAQ and the wordbank-datapage repository.