racdale / cornish-strings

Data and code for the Cornish et al. manuscript on the emergence of structural reuse in an iterated-learning memory task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cornish-strings

Data and code for the Cornish et al. manuscript on the emergence of structural reuse in an iterated-learning memory task.

Cornish, H., Dale, R., Kirby, S., and Christiansen. M. H. (submitted). Sequence memory constraints give rise to lingistic structure through iterated learning.

For a summary of analyses see "all-analyses.Rmd". A readable HTML rendering of the markup is shown in "all-analyses.HTML". The "figure" folder contains images for this HTML file. All data are contained in the "data" folder.

Corresponding author:

Morten H. Christiansen (christiansen@cornell.edu)

Experiment code

This "Processing code" directory includes the original Processing code for running the experiment. This is no longer compatible with the current version of Processing, but it should be possible to update it without too much effort. It is given here for those wishing to understand the procedure more closely.

When the experiment is started, it requests an input file which contains the language to be learned plus some parameters (specifically: the number of strings; the number of passes over the language during training; the pretest, test and posttest delays in milliseconds; a list of legal characters). An example input file is given as 'input.txt'. The software will produce an output file that can be used as input for the next generation. This also includes information on the training phase of the experiment. An example is given as 'output.txt'.

Also included is an example python script that will complete the shuffling of letters between generations as described in the paper.

About

Data and code for the Cornish et al. manuscript on the emergence of structural reuse in an iterated-learning memory task


Languages

Language:HTML 99.4%Language:R 0.4%Language:Processing 0.2%Language:Python 0.0%