Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,8 @@ language:
|
|
5 |
tags:
|
6 |
- Relation Extraction
|
7 |
- Evidence Extraction
|
|
|
|
|
8 |
---
|
9 |
# AREEj: Arabic Relation Extraction with Evidence
|
10 |
You can use AREEj to extract relations from Arabic documents. Each document can contain multiple relations, and each relation contains six elements, the source, target, their named entities, relation type between them, and evidence. The evidence is used for two reasons: improving the Relation Extraction task, and explaining the LLM's predictions. You can also use it as an edge between the related entities.
|
|
|
5 |
tags:
|
6 |
- Relation Extraction
|
7 |
- Evidence Extraction
|
8 |
+
datasets:
|
9 |
+
- dru-ac/ArSRED
|
10 |
---
|
11 |
# AREEj: Arabic Relation Extraction with Evidence
|
12 |
You can use AREEj to extract relations from Arabic documents. Each document can contain multiple relations, and each relation contains six elements, the source, target, their named entities, relation type between them, and evidence. The evidence is used for two reasons: improving the Relation Extraction task, and explaining the LLM's predictions. You can also use it as an edge between the related entities.
|