Datasets:

License:
Mofe commited on
Commit
c6bc2b6
·
1 Parent(s): e87270a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,3 +1,38 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+
4
+ language:
5
+ - ha
6
+ - so
7
+ - sw
8
+ - yo
9
+
10
+ task_categories:
11
+ - text-retrieval
12
+
13
+ mutilinguality:
14
+ - multilingual
15
+
16
+ viewer: true
17
  ---
18
+
19
+
20
+ # Dataset Summary
21
+
22
+ CIRAL is a collection for cross-lingual information retrieval research across four (4) African languages. The collection comprises English queries and query-passage
23
+
24
+ This dataset contains the queries and relevance judgements.
25
+
26
+ ## Load Dataset
27
+
28
+ An example to load the dataset
29
+
30
+ ```python
31
+ language = "hausa"
32
+
33
+ dataset = load_dataset("ciral/ciral", language)
34
+ ```
35
+
36
+ ## Citation
37
+
38
+ ...