EMTeC#
Eye movements on Machine-generated Texts Corpus
EMTeC dataset [Bolliger et al., 2024].
This dataset includes eye-tracking data from 107 native speakers of English reading machine-generated texts. Eye movements are recorded at a sampling frequency of 1,000 Hz using an EyeLink 1000 eye tracker and are provided as pixel coordinates.
Check the respective paper for details [Bolliger et al., 2024].
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='EMTeC', path='path/to/your/data/directory')
# Download the dataset and extract all archives.
dataset.download()
# Load the dataset into memory for processing
dataset.load()