Datasets:

Modalities:
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
moha commited on
Commit
267bb35
·
verified ·
1 Parent(s): 9a06930

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+ # ANETAC: Arabic Named Entity Transliteration and Classification Dataset
5
+
6
+ ## Description
7
+
8
+ ANETAC our English-Arabic named entity transliteration and classification dataset that we built from freely available parallel translation corpora. The dataset contains 79,924 instances, each instance is a triplet (e, a, c), where e is the English named entity, a is its Arabic transliteration and c is its class that can be either a Person, a Location, or an Organization. The ANETAC dataset is mainly aimed for the researchers that are working on Arabic named entity transliteration, but it can also be used for named entity classification purposes.
9
+
10
+
11
+ ---
12
+
13
+
14
+ ## Statistics
15
+
16
+ The statistics **for** the dataset are provided in the below Table:
17
+
18
+
19
+
20
+
21
+
22
+
23
+ ![ANETAC stats](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F904283%2F2854f55145369d6206c6e8aa2c6437fd%2FANETAC_stats.JPG?generation=1759738683660789&alt=media)
24
+
25
+
26
+
27
+ ![ANETAC stats 2](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F904283%2Ff237f0313c7a80faa9733f2fe9deafd8%2FANETAC_stats2.JPG?generation=1759738732742398&alt=media)
28
+
29
+
30
+ ## Citations
31
+ If you want to use the dataset please cite the following arXiv paper:
32
+
33
+
34
+ ```
35
+ @article{ameur2019anetac,
36
+ title={Anetac: Arabic named entity transliteration and classification dataset},
37
+ author={Ameur, Mohamed Seghir Hadj and Meziane, Farid and Guessoum, Ahmed},
38
+ journal={arXiv preprint arXiv:1907.03110},
39
+ year={2019}
40
+ }
41
+ ```
42
+
43
+ ## Contacts:
44
+ For all questions please contact ``mohamedhadjameur@gmail.com``
45
+