Update README.md
Browse files
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 |
+

|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+

|
| 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 |
+
|