Uri commited on
Commit
1f2d922
1 Parent(s): 6626d47

Update scrolls.py

Browse files
Files changed (1) hide show
  1. scrolls.py +7 -6
scrolls.py CHANGED
@@ -7,12 +7,13 @@ import os
7
  import datasets
8
 
9
  _SCROLLS_CITATION = """
10
- @article{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
- journal={ArXiv},
14
- year={2022},
15
- volume={abs/TODO}
 
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.