eladsegal commited on
Commit
4cf10f7
1 Parent(s): 73f12af

Update metrics/scrolls.py

Browse files
Files changed (1) hide show
  1. metrics/scrolls.py +7 -1
metrics/scrolls.py CHANGED
@@ -11,7 +11,13 @@ from .f1 import compute_f1 # From: https://huggingface.co/datasets/tau/scrolls/
11
  # fmt: on
12
 
13
  _CITATION = """\
14
- # TODO: Add citation
 
 
 
 
 
 
15
  """
16
 
17
  _DESCRIPTION = """\
 
11
  # fmt: on
12
 
13
  _CITATION = """\
14
+ @article{shaham2022scrolls,
15
+ title={SCROLLS: Standardized CompaRison Over Long Language Sequences},
16
+ author={Uri Shaham and Elad Segal and Maor Ivgi and Avia Efrat and Ori Yoran and Adi Haviv and Ankit Gupta and Wenhan Xiong and Mor Geva and Jonathan Berant and Omer Levy},
17
+ journal={ArXiv},
18
+ year={2022},
19
+ volume={abs/TODO}
20
+ }
21
  """
22
 
23
  _DESCRIPTION = """\