fkdosilovic commited on
Commit
f96455a
1 Parent(s): 8e85d9e

Update README with general info about the dataset.

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -19,3 +19,15 @@ task_categories:
19
  task_ids:
20
  - multi-class-classification
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  task_ids:
20
  - multi-class-classification
21
  ---
22
+
23
+ This is a [DocEE dataset](https://github.com/tongmeihan1995/docee) adapted for easy use with HuggingFace models.
24
+
25
+ Dataset is described in [DocEE: A Large-Scale and Fine-grained Benchmark for Document-level Event Extraction](https://aclanthology.org/2022.naacl-main.291/) and can be downloaded from [here](https://github.com/tongmeihan1995/docee).
26
+
27
+ Train split contains 21949 documents while test split contains 5536 documents. In total, dataset contains 27485 documents classified into 59 event types.
28
+
29
+ ## Differences from the original split(s)
30
+
31
+ Originally, dataset is split into three splits: train, validation and test. For the purposes of this repository, original splits were joined back together and divided into train and test splits while making sure that splits were stratified across document sources (news and wiki) and event types.
32
+
33
+ Finally, `date`, `title` and `metadata` columns were separated.