eladsegal commited on
Commit
769ae7b
1 Parent(s): 4cf10f7

Update scrolls.py

Browse files
Files changed (1) hide show
  1. scrolls.py +6 -1
scrolls.py CHANGED
@@ -7,7 +7,12 @@ import os
7
  import datasets
8
 
9
  _SCROLLS_CITATION = """
10
- @article{ TODO citation here
 
 
 
 
 
11
  }
12
  Note that each SCROLLS dataset has its own citation. Please see the source to
13
  get the correct citation for each contained dataset.
 
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.