ccibeekeoc42 commited on
Commit
f387c7c
1 Parent(s): e41e9db

added readme file

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # English-Igbo Parallel Corpus
2
+
3
+ ## Description
4
+
5
+ This dataset is a comprehensive collection of parallel sentences in English and Igbo. It has been compiled from multiple sources to create a rich resource for machine translation, language research, and natural language processing tasks. The dataset is particularly valuable for those focusing on Igbo, a language spoken primarily in Nigeria, which is underrepresented in the field of computational linguistics.
6
+
7
+ ## Composition
8
+
9
+ The dataset comprises the following components:
10
+
11
+ 1. **iamwille/igbo-translation Dataset:** Originally sourced from [Hugging Face](https://huggingface.co/datasets/iamwille/igbo-translation), this subset includes professionally translated sentences covering various topics.
12
+
13
+ 2. **Igbo-English Machine Translation Dataset:** This subset, also sourced from Hugging Face, provides additional translated sentences with a focus on common phrases and expressions.
14
+
15
+ 3. **Custom Text File Translations:** A set of English-Igbo sentence pairs extracted from a custom text file, offering a diverse range of everyday language usage.
16
+
17
+ 4. **JW300 Text Data:** Sourced from the JW300 corpus, this part includes religious and educational text, contributing to the diversity of the dataset.
18
+
19
+ ## Dataset Structure
20
+
21
+ ### Data Splits
22
+
23
+ The dataset is divided into two splits:
24
+
25
+ - **Training Set:** Contains a majority of the sentences, intended for training machine translation models or other NLP tasks.
26
+ - **Test Set:** A smaller set of sentences for evaluating model performance.
27
+
28
+ ### Data Fields
29
+
30
+ Each entry in the dataset consists of two fields:
31
+
32
+ - `English`: The sentence or phrase in English.
33
+ - `Igbo`: The corresponding translation in Igbo.
34
+
35
+ ### Data Format
36
+
37
+ The dataset is available in CSV format, with each row representing a parallel sentence pair.
38
+
39
+ ## Usage
40
+
41
+ This dataset can be used for various tasks in NLP, including but not limited to:
42
+
43
+ - Machine Translation
44
+ - Cross-lingual Transfer Learning
45
+ - Linguistic Research
46
+
47
+ ## Source and Acknowledgments
48
+
49
+ This dataset has been compiled from various sources. We acknowledge the contributions of:
50
+
51
+ - Hugging Face for hosting the initial datasets.
52
+ - The creators of the JW300 corpus.
53
+ - Individual contributors of the custom text translations.
54
+
55
+ ## Licensing
56
+
57
+ This dataset is released under [specify the license, e.g., MIT License]. Please ensure to adhere to the licensing terms of the original sources when using this dataset.
58
+
59
+ ## Contact
60
+
61
+ For any queries or contributions, please contact [Your Name/Your Organization's Name] at [Your Contact Information].