hananour commited on
Commit
d150b14
·
1 Parent(s): 2848670

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -15
README.md CHANGED
@@ -46,6 +46,7 @@ F1 score.
46
  ### Results
47
 
48
  DarNERcorp_test: F1 = 66.06
 
49
  MixedNERcorp_test: F1 = 70.06
50
 
51
  ## Environmental Impact
@@ -65,21 +66,15 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
65
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
66
  If you use DarNERcorp dataset to train your models, cite the following paper:
67
 
68
- **BibTeX:**
69
-
70
- @article{MOUSSA2023109234,
71
- title = {DarNERcorp: An annotated named entity recognition dataset in the Moroccan dialect},
72
- journal = {Data in Brief},
73
- volume = {48},
74
- pages = {109234},
75
- year = {2023},
76
- issn = {2352-3409},
77
- doi = {https://doi.org/10.1016/j.dib.2023.109234},
78
- url = {https://www.sciencedirect.com/science/article/pii/S2352340923003530},
79
- author = {Hanane Nour Moussa and Asmaa Mourhir},
80
- keywords = {Natural language processing, Text mining, Named entity recognition, Dialectal Arabic, Corpus, BIO},
81
- abstract = {DarNERcorp is a manually annotated named entity recognition (NER) dataset in the Moroccan dialect, also called Darija. The dataset consists of 65,905 tokens and their corresponding tags according to BIO scheme. 13.8% of the tokens are named entities spanning four categories: person, location, organization, and miscellaneous. The data were scraped from the Moroccan Dialect section of Wikipedia and processed and annotated using open-source libraries and tools. The data are useful for the Arabic natural language processing (NLP) community as they address the lack in dialectal Arabic annotated corpora. This dataset can be used to train and evaluate named entity recognition systems in dialectal and mixed Arabic.}
82
- }
83
 
84
  ## Model Card Authors [optional]
85
 
 
46
  ### Results
47
 
48
  DarNERcorp_test: F1 = 66.06
49
+
50
  MixedNERcorp_test: F1 = 70.06
51
 
52
  ## Environmental Impact
 
66
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
67
  If you use DarNERcorp dataset to train your models, cite the following paper:
68
 
69
+ Hanane Nour Moussa, Asmaa Mourhir,
70
+ DarNERcorp: An annotated named entity recognition dataset in the Moroccan dialect,
71
+ Data in Brief,
72
+ Volume 48,
73
+ 2023,
74
+ 109234,
75
+ ISSN 2352-3409,
76
+ https://doi.org/10.1016/j.dib.2023.109234.
77
+ (https://www.sciencedirect.com/science/article/pii/S2352340923003530)
 
 
 
 
 
 
78
 
79
  ## Model Card Authors [optional]
80