This repository contains the experiments, data, analyses, and figures for the paper "Teleological essentialism in development".
Contents:
Overcoming appearances in categorizing is an important intellectual achievement. But children often rely heavily on appearances, as classic shape similarity (Landau, Smith, & Jones, 1988) and perceptual transformation tasks (Keil, 1989) show. We propose that children can rely on purposes to overcome appearances when categorizing not only artifacts, but biological kinds as well. Across three experiments, with 570 US based children, we find support for this. Children successfully categorized dissimilar-looking objects together based on shared purposes, both at basic (Experiment 1) and superordinate levels (Experiment 2). Children also used an object’s purpose to judge that it maintained its identity in the face of radical perceptual transformations (Experiment 3). We discuss our results in the context of essentialism. Some have proposed that scientific essences - placeholders for what gives something its identity that science fills out - might help children overcome appearances, but this requires a protracted development since scientific elaboration is challenging and rare (Gelman, 2003). Instead, we suggest that children can readily treat purposes as essences. That children can elaborate placeholders with purposes for biological kinds suggests a reorientation of essentialism.
├── code
│ ├── R
│ └── experiments
│ ├── experiment1
│ ├── ...
├── data
│ ├── experiment1
│ ├── experiment2
│ └── experiment3
├── docs
└── figures
├── experiment1
├── experiment2
├── experiment3
code/contains all the code for the experiments, analyzing data and generating figures.experimentscontains materials and code for each experiment that was run. Pre-registrations for all experiments are linked below.experiment1(pre-registration) was run asynchronously in Lookit.experiment2(pre-registration) was run synchronously over Zoom.
experiment3includes a two-part norming study and the experiement- two part norming study:
-
part1(pre-registration) andpart2(pre-registration) were run asynchronously in Lookit.- experiment:
experiment(pre-registration) was run asynchronously in Lookit.
- two part norming study:
-
Rcontains the analysis scripts that were used to analyze data and generate figures.data/contains anonymized data from all experiments:experiment1containsexp1.csvwhich includes trial and demographic data.experiment2containsexp2.csvwhich includes the trial and demographic data.experiment3containsexp3_norm_part1.csv,exp3_norm_part2.csv, adnexp3.csvwhich includes the trial demographic data for each respective experiement.
docs/contains R code for viewingfigures/contains all the figures from the paper (generated using the script incode/R/).
