--- license: mit language: - en tags: - gaze, hallucination --- ## Dataset Details This repository consists the eye-tracking dataset released as part of EMNLP 2023 paper: [Eyes Show the Way: Modelling Gaze Behaviour for Hallucination Detection](https://aclanthology.org/2023.findings-emnlp.764.pdf) . We collect a first-of-its-kind eye-tracking data, IITB-HGC, in which we employ 5 annotators for annotating 500 instances of claim-context pairs, carefully derived from the FactCC dataset (Kryscinski et al., 2020). During the annotation process, we capture the fixation durations of annotators on both the claim and context texts, along with their corresponding labels. The dataset is formatted as a jsonl file ([jsonlines-guide](https://jsonlines.org/)). Each line can be loaded as a json object, and has the following format: ``` { 'trial_id' : 'text' : 'participant_id' : 'fixation_seqs' : 'fixation_word_ids' : 'fixation_word_texts' : 'fixation_durations' : 'annotator_labels' :