Update scrolls.py
Browse files- scrolls.py +7 -6
scrolls.py
CHANGED
@@ -7,12 +7,13 @@ import os
|
|
7 |
import datasets
|
8 |
|
9 |
_SCROLLS_CITATION = """
|
10 |
-
@
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
16 |
}
|
17 |
Note that each SCROLLS dataset has its own citation. Please see the source to
|
18 |
get the correct citation for each contained dataset.
|
|
|
7 |
import datasets
|
8 |
|
9 |
_SCROLLS_CITATION = """
|
10 |
+
@misc{shaham2022scrolls,
|
11 |
+
title={SCROLLS: Standardized CompaRison Over Long Language Sequences},
|
12 |
+
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},
|
13 |
+
year={2022},
|
14 |
+
eprint={2201.03533},
|
15 |
+
archivePrefix={arXiv},
|
16 |
+
primaryClass={cs.CL}
|
17 |
}
|
18 |
Note that each SCROLLS dataset has its own citation. Please see the source to
|
19 |
get the correct citation for each contained dataset.
|