Datasets:

Modalities:
Text
Formats:
json
Languages:
Amharic
ArXiv:
Libraries:
Datasets
pandas
License:
Henok commited on
Commit
d392a23
1 Parent(s): 1ff7208

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -16,13 +16,6 @@ Amharic question and answer dataset in a prompt and completion format.
16
  ## Dataset Details
17
 
18
  In Amharic, interrogative sentences can be formulated using information-seeking pronouns like “ምን” (what), “መቼ” (when), “ማን” (who), “የት” (where), “የትኛው” (which), etc. and prepositional interrogative phrases like “ለምን” [ለ-ምን] (why), “በምን” [በ-ምን] (by what), etc. Besides, a verb phrase could be used to pose questions (Getahun 2013; Baye 2009). As shown bellow, the AmQA dataset contains context, question, and answer triplets. The contexts are articles collected from Amharic Wikipedia dump file. The question-answer pairs are created by crowdsourcing and annotated using the Haystack QA annotation tool. 2628 question and answer pairs are created from 378 documents. The whole AmQA dataset can be found here. We also split the datset into train, dev, and test with a size of 1728, 600, and 300 respectively.
19
-
20
-
21
-
22
- - **Curated by:** [Tilahun Abedissa, Ricardo Usbeck, Yaregal Assabie]
23
- - **Language(s) (NLP):** [Amharic]
24
- - **License:** [MIT]
25
-
26
  ### Dataset Sources
27
 
28
  <!-- Provide the basic links for the dataset. -->
@@ -30,7 +23,12 @@ In Amharic, interrogative sentences can be formulated using information-seeking
30
  - **Repository:** [https://github.com/semantic-systems/amharic-qa]
31
  - **Paper [optional]:** [https://arxiv.org/abs/2303.03290]
32
 
 
 
 
 
33
  ## Dataset Structure
 
34
 
35
  The dataset is restructured in a new JSON format of the following:
36
  ```
 
16
  ## Dataset Details
17
 
18
  In Amharic, interrogative sentences can be formulated using information-seeking pronouns like “ምን” (what), “መቼ” (when), “ማን” (who), “የት” (where), “የትኛው” (which), etc. and prepositional interrogative phrases like “ለምን” [ለ-ምን] (why), “በምን” [በ-ምን] (by what), etc. Besides, a verb phrase could be used to pose questions (Getahun 2013; Baye 2009). As shown bellow, the AmQA dataset contains context, question, and answer triplets. The contexts are articles collected from Amharic Wikipedia dump file. The question-answer pairs are created by crowdsourcing and annotated using the Haystack QA annotation tool. 2628 question and answer pairs are created from 378 documents. The whole AmQA dataset can be found here. We also split the datset into train, dev, and test with a size of 1728, 600, and 300 respectively.
 
 
 
 
 
 
 
19
  ### Dataset Sources
20
 
21
  <!-- Provide the basic links for the dataset. -->
 
23
  - **Repository:** [https://github.com/semantic-systems/amharic-qa]
24
  - **Paper [optional]:** [https://arxiv.org/abs/2303.03290]
25
 
26
+ - **Curated by:** [Tilahun Abedissa, Ricardo Usbeck, Yaregal Assabie]
27
+ - **Language(s) (NLP):** [Amharic]
28
+ - **License:** [MIT]
29
+
30
  ## Dataset Structure
31
+ The dataset is classified into 70% train, 20% test, and 10% dev datasets.
32
 
33
  The dataset is restructured in a new JSON format of the following:
34
  ```