tonative-org commited on
Commit
de3a6f9
·
verified ·
1 Parent(s): 2bd748e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -22
README.md CHANGED
@@ -1,22 +1,73 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- dataset_info:
4
- features:
5
- - name: swahili
6
- dtype: string
7
- - name: machine_translated_english
8
- dtype: string
9
- - name: validated_english
10
- dtype: string
11
- splits:
12
- - name: train
13
- num_bytes: 6491320
14
- num_examples: 29230
15
- download_size: 3885224
16
- dataset_size: 6491320
17
- configs:
18
- - config_name: default
19
- data_files:
20
- - split: train
21
- path: data/train-*
22
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Swahili–English Extension of Kidaw’ida, Kalenjin and Dholuo Parallel Corpus
2
+
3
+ ## Dataset Description
4
+
5
+ This dataset is an extension of the parallel corpora introduced in **[Building Low-Resource African Language Corpora: A Case Study of Kidaw’ida, Kalenjin and Dholuo](https://arxiv.org/html/2501.11003v1)** by:
6
+ - Ambrose N. Ambogho
7
+ - Quin Awuor
8
+ - Andrew Kipkebut
9
+ - Lilian Wanzare
10
+ - Vivian Oloo
11
+
12
+ The original dataset provides **Swahili–[Kidaw’ida/Kalenjin/Dholuo]** parallel sentence pairs. English was not included in the original corpus.
13
+
14
+ ### Our Contribution
15
+
16
+ We extend the original dataset by:
17
+
18
+ 1. Using Machine Translation (MT) to translate the Swahili side of the dataset into English.
19
+ 2. Conducting human validation of the English translations with language speakers.
20
+ 3. Releasing both:
21
+ - `machine_translated_english`
22
+ - `validated_english`
23
+
24
+ This results in a new **Swahili–English** aligned dataset, while preserving the integrity of the original Swahili source sentences.
25
+
26
+ **Please note that this data is still experimental and the validation may still be reviewed/improved.**
27
+
28
+ ---
29
+
30
+ ## Dataset Structure
31
+
32
+ ### Features
33
+
34
+ - `swahili` (string): Original Swahili sentence from the source dataset
35
+ - `machine_translated_english` (string): Raw MT output from Swahili → English
36
+ - `validated_english` (string): Human-reviewed and corrected English translation
37
+
38
+ ### Splits
39
+
40
+ - **train**
41
+ - Examples: 29,230
42
+ - Dataset size: 6,491,320 bytes
43
+
44
+ ---
45
+
46
+ ## Motivation
47
+
48
+ English parallel data significantly improves:
49
+
50
+ - Cross-lingual transfer learning
51
+ - Multilingual foundation model training
52
+ - Evaluation benchmarks
53
+ - Accessibility for global research communities
54
+
55
+ By adding validated English translations, we increase interoperability of these low-resource African languages with broader NLP ecosystems.
56
+
57
+ ---
58
+
59
+ ## Data Citation
60
+
61
+ If you use this dataset, please cite both:
62
+ 1. The original authors.
63
+ 2. This extended English translation version.
64
+
65
+ ---
66
+
67
+ ## License
68
+
69
+ This dataset follows the original dataset license:
70
+
71
+ **CC-BY-NC-4.0**
72
+
73
+ Please review the original paper and dataset terms before commercial use.