fkdosilovic's picture
Update README with general info about the dataset.
f96455a
|
raw
history blame
1.17 kB
metadata
language:
  - en
license:
  - mit
multilinguality:
  - monolingual
pretty_name: DocEE
size_categories:
  - 10K<n<100K
source_datasets:
  - original
tags:
  - wiki
  - news
  - event-detection
task_categories:
  - text-classification
task_ids:
  - multi-class-classification

This is a DocEE dataset adapted for easy use with HuggingFace models.

Dataset is described in DocEE: A Large-Scale and Fine-grained Benchmark for Document-level Event Extraction and can be downloaded from here.

Train split contains 21949 documents while test split contains 5536 documents. In total, dataset contains 27485 documents classified into 59 event types.

Differences from the original split(s)

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.

Finally, date, title and metadata columns were separated.