Ashitasaxena commited on
Commit
cbfe370
1 Parent(s): e71f4db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -10,6 +10,9 @@ tags:
10
 
11
  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) .
12
 
 
 
 
13
  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:
14
 
15
  ```
@@ -26,6 +29,7 @@ The dataset is formatted as a jsonl file ([jsonlines-guide](https://jsonlines.or
26
  }
27
  ```
28
 
 
29
  ## Cite the work
30
 
31
  If you make use of the dataset or the code please cite our paper.
 
10
 
11
  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) .
12
 
13
+ 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
14
+ context texts, along with their corresponding labels.
15
+
16
  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:
17
 
18
  ```
 
29
  }
30
  ```
31
 
32
+ For the code, check our [github repository](https://github.com/kishanmaharaj/gaze-hallucination-detection/).
33
  ## Cite the work
34
 
35
  If you make use of the dataset or the code please cite our paper.