mabuodeh commited on
Commit
5143145
·
1 Parent(s): 0ff3b78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # CAMeLBERT-CATiB-parser
6
+
7
+ ## Model description
8
+ The **CAMeLBERT-CATiB-parser** is a neural dependency parsing model for Arabic text, specifically designed for the CATiB dependency formalism.
9
+ It is based on the Biaffine Attention Dependency Parsing model introduced by [Dozat and Manning (2017)](https://arxiv.org/pdf/1611.01734.pdf) and implemented in
10
+ [SuPar](https://github.com/yzhangcs/parser), which has been shown to be very effective for dependency parsing in many languages.
11
+ The model is trained on the CamelTB and PATB combined train sets, which are both large Arabic corpora.
12
+ The model uses a CamelBERT-MSA word embedding layer, which is a pre-trained language model that has been trained on a massive dataset of Arabic text.
13
+ The model was introduced in our paper "CamelParser2.0: A State-of-the-Art Dependency Parser for Arabic".
14
+ The paper describes the model in detail and evaluates its performance on various Arabic dependency parsing tasks.
15
+
16
+ ## Intended uses
17
+ The CAMeLBERT-CATiB-parser is shipped with the (CAMeLParser)[https://github.com/CAMeL-Lab/camel_parser] as one of the default parsing models,
18
+ and can be selected when parsing texts using the CATiB formalism.
19
+
20
+ ## Citation
21
+ ```bibtex
22
+ @inproceedings{Elshabrawy:2023:camelparser,
23
+ title = "{CamelParser2.0: A State-of-the-Art Dependency Parser for Arabic}",
24
+ author = {Ahmed Elshabrawy and
25
+ Muhammed AbuOdeh and
26
+ Go Inoue and
27
+ Nizar Habash} ,
28
+ booktitle = {Proceedings of The First Arabic Natural Language Processing Conference (ArabicNLP 2023)},
29
+ year = "2023"
30
+ }
31
+ ```