GGTG#
Gaze-Guided Text Generation
GGTG dataset [Säuberli et al., 2026].
This dataset includes eye-tracking data from native (P13-24) and non-native (P01-P12) speakers of English reading multi-page texts generated via gaze-guided text generation. Eye movements are recorded at a sampling frequency of 1,000 Hz using an EyeLink 1000 Plus eye tracker and are provided as pixel coordinates.
Check the respective paper [Säuberli et al., 2026] and the OSF repository for details.
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='GGTG', path='path/to/your/data/directory')
# Download the dataset and extract all archives.
dataset.download()
# Load the dataset into memory for processing
dataset.load()