crystina-z commited on
Commit
1ad4294
·
1 Parent(s): 1c5d082

Update hc4-corpus.py

Browse files
Files changed (1) hide show
  1. hc4-corpus.py +10 -5
hc4-corpus.py CHANGED
@@ -21,11 +21,16 @@ import datasets
21
  from dataclasses import dataclass
22
 
23
  _CITATION = '''
24
- @article{mrtydi,
25
- title={{Mr. TyDi}: A Multi-lingual Benchmark for Dense Retrieval},
26
- author={Xinyu Zhang and Xueguang Ma and Peng Shi and Jimmy Lin},
27
- year={2021},
28
- journal={arXiv:2108.08787},
 
 
 
 
 
29
  }
30
  '''
31
 
 
21
  from dataclasses import dataclass
22
 
23
  _CITATION = '''
24
+ @article{Lawrie2022HC4,
25
+ author = {Dawn Lawrie and James Mayfield and Douglas W. Oard and Eugene Yang},
26
+ title = {HC4: A New Suite of Test Collections for Ad Hoc CLIR},
27
+ booktitle = {{Advances in Information Retrieval. 44th European Conference on IR Research (ECIR 2022)},
28
+ year = {2022},
29
+ month = apr,
30
+ publisher = {Springer},
31
+ series = {Lecture Notes in Computer Science},
32
+ site = {Stavanger, Norway},
33
+ url = {https://arxiv.org/abs/2201.09992}
34
  }
35
  '''
36