Update README.md
Browse files
README.md
CHANGED
|
@@ -51,9 +51,9 @@ print('Prediction:', prediction)
|
|
| 51 |
```
|
| 52 |
@inproceedings{mraikhat-etal-2024-areej,
|
| 53 |
title = "{AREE}j: {A}rabic Relation Extraction with Evidence",
|
| 54 |
-
author = "Mraikhat, Osama and
|
| 55 |
Hamoud, Hadi and
|
| 56 |
-
Zaraket, Fadi",
|
| 57 |
editor = "Habash, Nizar and
|
| 58 |
Bouamor, Houda and
|
| 59 |
Eskander, Ramy and
|
|
@@ -76,9 +76,10 @@ print('Prediction:', prediction)
|
|
| 76 |
year = "2024",
|
| 77 |
address = "Bangkok, Thailand",
|
| 78 |
publisher = "Association for Computational Linguistics",
|
| 79 |
-
url = "https://aclanthology.org/2024.arabicnlp-1.6",
|
|
|
|
| 80 |
pages = "67--72",
|
| 81 |
-
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)."
|
| 82 |
}
|
| 83 |
```
|
| 84 |
### License
|
|
|
|
| 51 |
```
|
| 52 |
@inproceedings{mraikhat-etal-2024-areej,
|
| 53 |
title = "{AREE}j: {A}rabic Relation Extraction with Evidence",
|
| 54 |
+
author = "Rakan Al Mraikhat, Osama and
|
| 55 |
Hamoud, Hadi and
|
| 56 |
+
Zaraket, Fadi A.",
|
| 57 |
editor = "Habash, Nizar and
|
| 58 |
Bouamor, Houda and
|
| 59 |
Eskander, Ramy and
|
|
|
|
| 76 |
year = "2024",
|
| 77 |
address = "Bangkok, Thailand",
|
| 78 |
publisher = "Association for Computational Linguistics",
|
| 79 |
+
url = "https://aclanthology.org/2024.arabicnlp-1.6/",
|
| 80 |
+
doi = "10.18653/v1/2024.arabicnlp-1.6",
|
| 81 |
pages = "67--72",
|
| 82 |
+
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)."
|
| 83 |
}
|
| 84 |
```
|
| 85 |
### License
|