--- 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) . 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' :