Osama-Rakan-Al-Mraikhat commited on
Commit
645234e
1 Parent(s): 8fa81f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,3 +1,47 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - token-classification
5
+ language:
6
+ - ar
7
+ size_categories:
8
+ - 100K<n<1M
9
+ ---
10
+ # AREEj: Arabic Relation Extraction with Evidence
11
+
12
+ This dataset is from the Proceedings of The Second Arabic Natural Language Processing Conference paper [AREEj: Arabic Relation Extraction with Evidence](https://aclanthology.org/2024.arabicnlp-1.6/). If you use the dataset or the model, please reference this work in your paper:
13
+ ```
14
+ @inproceedings{mraikhat-etal-2024-areej,
15
+ title = "{AREE}j: {A}rabic Relation Extraction with Evidence",
16
+ author = "Mraikhat, Osama and
17
+ Hamoud, Hadi and
18
+ Zaraket, Fadi",
19
+ editor = "Habash, Nizar and
20
+ Bouamor, Houda and
21
+ Eskander, Ramy and
22
+ Tomeh, Nadi and
23
+ Abu Farha, Ibrahim and
24
+ Abdelali, Ahmed and
25
+ Touileb, Samia and
26
+ Hamed, Injy and
27
+ Onaizan, Yaser and
28
+ Alhafni, Bashar and
29
+ Antoun, Wissam and
30
+ Khalifa, Salam and
31
+ Haddad, Hatem and
32
+ Zitouni, Imed and
33
+ AlKhamissi, Badr and
34
+ Almatham, Rawan and
35
+ Mrini, Khalil",
36
+ booktitle = "Proceedings of The Second Arabic Natural Language Processing Conference",
37
+ month = aug,
38
+ year = "2024",
39
+ address = "Bangkok, Thailand",
40
+ publisher = "Association for Computational Linguistics",
41
+ url = "https://aclanthology.org/2024.arabicnlp-1.6",
42
+ pages = "67--72",
43
+ abstract = "Relational entity extraction is key in building knowledge graphs. A relational entity has a source, a tail and atype. In this paper, we consider Arabic text and introduce evidence enrichment which intuitivelyinforms models for better predictions. Relational evidence is an expression in the textthat explains how sources and targets relate. {\%}It also provides hints from which models learn. This paper augments the existing relational extraction dataset with evidence annotation to its 2.9-million Arabic relations.We leverage the augmented dataset to build , a relation extraction with evidence model from Arabic documents. The evidence augmentation model we constructed to complete the dataset achieved .82 F1-score (.93 precision, .73 recall). The target outperformed SOTA mREBEL with .72 F1-score (.78 precision, .66 recall).",
44
+ }
45
+ ```
46
+ ### License
47
+ ArSRED is licensed under the CC BY-SA 4.0 license. The text of the license can be found [here](https://creativecommons.org/licenses/by-sa/4.0/).