ChineseReading#
ChineseReading dataset [Zhang et al., 2022].
This dataset includes eye tracking data from more than 300 participants recorded in a single session. Precomputed events and word-level reading measures are reported. Each participant is instructed to read several sentences. Check the respective paper for details [Zhang et al., 2022].
How to Download#
import pymovements as pm
# Initialize the dataset object with its name
# Specify your local directory for saving and loading data
dataset = pm.Dataset(name='ChineseReading', path='path/to/your/data/directory')
# Download the dataset and extract all archives.
dataset.download()
# Load the dataset into memory for processing
dataset.load()