nebhailema commited on
Commit
c2c1e79
·
verified ·
1 Parent(s): e9843e9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - am
7
+ pretty_name: AmaSquad
8
+ ---
9
+ # AmaSQuAD - Amharic Question Answering Dataset
10
+
11
+ ## Dataset Overview
12
+ AmaSQuAD is a synthetic dataset created by translating the SQuAD 2.0 dataset into Amharic using a novel translation framework. The dataset addresses key challenges, including:
13
+ - Misalignment between translated questions and answers.
14
+ - Presence of multiple answers in the translated context.
15
+
16
+ Techniques such as cosine similarity (using embeddings from a fine-tuned Amharic BERT model) and Longest Common Subsequence (LCS) were used to ensure high-quality alignment between questions and answers.
17
+
18
+ ## Key Features
19
+ - **Language**: Amharic, a widely spoken Semitic language with limited NLP resources.
20
+ - **Data Size**: Includes training and development sets based on SQuAD 2.0, tailored for extractive machine reading comprehension.
21
+ - **Use Case**: Designed for training and evaluating Amharic Question Answering systems, particularly extractive QA models.
22
+
23
+ ## Applications
24
+ - Developing and benchmarking machine reading comprehension models for Amharic.
25
+ - Bridging the resource gap in low-resource language NLP research.
26
+
27
+ ## Caveats
28
+ - As a synthetic dataset, some translation-induced artifacts may be present.
29
+ - The dataset complements but does not replace the need for human-curated Amharic QA datasets.
30
+
31
+ ## Citation
32
+ If you use this dataset, please cite:
33
+ Hailemariam, N. D., Guda, B., & Tefferi, T. *XLM-R Based Extractive Amharic Question Answering with AmaSQuAD*. Carnegie Mellon University Africa, Rwanda.