AldawsariNLP commited on
Commit
ba9f3cf
·
verified ·
1 Parent(s): 401e5bc

Update README.md

Browse files

AraEventCoref is an Arabic event coreference dataset comprising 50 annotated news articles with 12,069 tokens, 1,381 events, and 159 coreference chains. Target events are surrounded by position-aware markers <<حدث>> before and after each event. The label 1 indicates a coreference, while 0 indicates no coreference. The dataset features high annotation reliability with a CoNLL score of 75.8% and an inter-annotator agreement of 96% for event triggers.

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -26,4 +26,9 @@ configs:
26
  path: data/test-*
27
  - split: val
28
  path: data/val-*
29
- ---
 
 
 
 
 
 
26
  path: data/test-*
27
  - split: val
28
  path: data/val-*
29
+ license: apache-2.0
30
+ task_categories:
31
+ - text-classification
32
+ language:
33
+ - ar
34
+ ---