Datasets:

Multilinguality:
multilingual
Size Categories:
1M<n<10M
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
extended|c4
ArXiv:
Tags:
License:
Sean MacAvaney commited on
Commit
bc33483
1 Parent(s): d768c3a

initial commit

Browse files
.gitattributes CHANGED
@@ -52,3 +52,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
 
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
55
+ *.jsonl.gz filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language:
5
+ - fa
6
+ - ru
7
+ - zh
8
+ language_creators:
9
+ - found
10
+ license:
11
+ - odc-by
12
+ multilinguality:
13
+ - multilingual
14
+ pretty_name: HC4
15
+ size_categories:
16
+ - 1M<n<10M
17
+ source_datasets:
18
+ - extended|c4
19
+ tags: []
20
+ task_categories:
21
+ - text-retrieval
22
+ task_ids:
23
+ - document-retrieval
24
+ ---
25
+
26
+ # Dataset Card for HC4
27
+
28
+ ## Dataset Description
29
+
30
+ - **Repository:** https://github.com/hltcoe/HC4
31
+ - **Paper:** https://arxiv.org/abs/2201.09992
32
+
33
+ ### Dataset Summary
34
+
35
+ HC4 is a suite of test collections for ad hoc Cross-Language Information Retrieval (CLIR), with Common Crawl News documents in Chinese, Persian, and Russian. The documents
36
+ are Web pages from Common Crawl in Chinese, Persian, and Russian.
37
+
38
+ ### Languages
39
+
40
+ - Chinese
41
+ - Persian
42
+ - Russian
43
+
44
+ ## Dataset Structure
45
+
46
+ ### Data Instances
47
+
48
+ | Split | Documents |
49
+ |----------------|----------:|
50
+ | `fa` (Persian) | 486K |
51
+ | `ru` (Russian) | 4.7M |
52
+ | `zh` (Chinese) | 646K |
53
+
54
+ ### Data Fields
55
+ - `id`: unique identifier for this document
56
+ - `cc_file`: source file from connon crawl
57
+ - `time`: extracted date/time from article
58
+ - `title`: title extracted from article
59
+ - `text`: extracted article body
60
+ - `url`: source URL
61
+
62
+ ### Citation Information
63
+
64
+ ```
65
+ @article{Lawrie2022HC4,
66
+ author = {Dawn Lawrie and James Mayfield and Douglas W. Oard and Eugene Yang},
67
+ title = {HC4: A New Suite of Test Collections for Ad Hoc CLIR},
68
+ booktitle = {{Advances in Information Retrieval. 44th European Conference on IR Research (ECIR 2022)},
69
+ year = {2022},
70
+ month = apr,
71
+ publisher = {Springer},
72
+ series = {Lecture Notes in Computer Science},
73
+ site = {Stavanger, Norway},
74
+ url = {https://arxiv.org/abs/2201.09992}
75
+ }
76
+ ```
data/fas-00000-of-00001.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b15f68b9e0b530f3ba5ad6c586a3a8b4288ce833468d87af9ed2ce07ca8202d1
3
+ size 518142839
data/rus-00000-of-00001.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec3b78f69f02968f638789e796f4474cb0a1f335bcf3549be0ce81cac8a75e0f
3
+ size 4220240321
data/zho-00000-of-00001.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63a8b2bdf7b9977bda2da87e2d096edc07efee945f5719639f99edb0b2f6b67f
3
+ size 578213701