IITB_HGC#
IITB-Hallucination Gaze Corpus
IITB-Hallucination Gaze Corpus [Maharaj et al., 2023].
This dataset includes monocular eye tracking data from 5 participants in a single session. Recording both eyes at 2000 Hz, each participant reads 500 generated paragraphs and judges whether it was hallucinated or not.
Check the respective paper for details [Maharaj et al., 2023].
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='IITB_HGC', path='path/to/your/data/directory')
# Download the dataset and extract all archives.
dataset.download()
# Load the dataset into memory for processing
dataset.load()