This repo was used to process data and explore results for the Senses of Stories project.
The repo is structured as follows:
├── README.md
├── data/
│ ├── beta_data/ # Data from the beta study (not pushed)
│ └── org_data_processing/
│ ├── README.md # Description of the columns in the dataset
│ ├── process_data.py # Script to process raw data files
│ └── data/ # Raw and processed data files (not pushed)
├── notebooks/
│ ├── checkout_corrs.py # Exploratory data analysis
│ ├── find_example_sentences.py # Find example sentences from the dataset
│ └── exploring_results.ipynb # Explore annotated data
├── src/
│ ├── utils.py # Utility functions
│ ├── process_data.py # Process raw data files
│ └── remove_sexual_content.py # Filter sexual/profanity content
├── results/
└── figs/ # Generated figures
The project is a collaboration between several Canadian (University of Alberta, McGill University) and European universities (Aarhus University, University of Groningen) and is led by McGill University.
To get in touch, contact:
- Pascale Feldkamp (pascale.feldkamp@au.cas.dk)