Gaze4Hate#
Gaze4Hate dataset
Gaze4Hate dataset [Alacam et al., 2024].
This dataset includes monocular eye tracking data from 43 participants annotating sentences for hate speech. 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 for details [Alacam 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='Gaze4Hate', path='path/to/your/data/directory')
# Download the dataset and extract all archives.
dataset.download()
# Load the dataset into memory for processing
dataset.load()