This repository contains the materials for the paper "Inference from Explanation" by Lara Kirfel, Thomas Icard, and Tobias Gerstenberg.
.
├── code
│ ├── R
│ │ ├── cache
│ │ └── inference_from_explanation_files
│ └── qualtrics
├── data
├── docs
├── figures
│ ├── diagrams
│ ├── experiment_screenshots
│ └── plots
└── videos
├── experiment_1
│ ├── conjunctive
│ └── disjunctive
└── experiment_2
├── conjunctive
└── disjunctive
Contains the analysis script. You can view the analysis in your browser here.
Contains the qualtrics files for all of the experiments.
Experiment 1: Normality inference
statistical_conjunctive.qsf
: statistical norm, conjunctive structurestatistical_disjunctive.qsf
: statistical norm, disjunctive structureprescriptive_conjunctive.qsf
: prescriptive norm, conjunctive structureprescriptive_disjunctive.qsf
: prescriptive norm, disjunctive structure
Experiment 2: Structure inference
statistical_abnormal.qsf
: statistical norm, abnormal eventstatistical_normal.qsf
: statistical norm, normal eventprescriptive_normal.qsf
: prescriptive norm, abnormal eventprescriptive_abnormal.qsf
: prescriptive norm, normal event
Contains the raw data files. The names of the data files follow the same convention as specified for the qualtrics files. For example, prescriptive_abnormal.csv
contains that data from Experiment 2 in which participants were asked to infer the causal structure when an abnormal event was cited in the explanation.
Contains the diagrams, experiment materials, and plots.
Contains the videos from both experiments.