ToluClassics commited on
Commit
1be2730
1 Parent(s): 59e27f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - af
4
+ - am
5
+ - arz
6
+ - ha
7
+ - ig
8
+ - ary
9
+ - nso
10
+ - sn
11
+ - so
12
+ - sw
13
+ - ti
14
+ - tw
15
+ - wo
16
+ - yo
17
+ - zu
18
+
19
+
20
+ multilinguality:
21
+ - multilingual
22
+ task_categories:
23
+ - text-retrieval
24
  license: apache-2.0
25
  ---
26
+
27
+ # Dataset Summary
28
+ AfriCLIRMatrix is a test collection for cross-lingual information retrieval research in 15 diverse African languages. This resource comprises English queries with query–document relevance judgments in 15 African languages automatically mined from Wikipedia
29
+
30
+ This dataset stores documents of Mr. TyDi. To access the queries and judgments, please refer to [castorini/africlirmatrix](https://github.com/castorini/africlirmatrix).
31
+
32
+ # Dataset Structure
33
+ The only configuration here is the `language`.
34
+
35
+ An example of document data entry looks as follows:
36
+ ```
37
+ {
38
+ 'id': '62443',
39
+ 'contents': 'Acyloin condensation jẹ́ ìyọkúrò àsopọ̀ àwọn carboxylic ester pẹ̀lú lílò metalic sodium lati ṣèdá α-hydroxyketone, tí wọ́n tún mọ̀ sí. Àdàpọ̀ ṣisẹ́ yìí jẹ́ èyí tó ...'
40
+ }
41
+
42
+ ```
43
+ # Load Dataset
44
+ An example to load the dataset:
45
+ ```
46
+ language = 'yoruba'
47
+ dataset = load_dataset('castorini/africlirmatrix', language, 'train')
48
+ ```
49
+ # Citation Information
50
+
51
+ ```
52
+ coming soon
53
+ ```