fkdosilovic commited on
Commit
3fa10cf
1 Parent(s): f96455a

Update README.

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,6 +28,6 @@ Train split contains 21949 documents while test split contains 5536 documents. I
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.
 
28
 
29
  ## Differences from the original split(s)
30
 
31
+ Originally, the 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
+ Originally, the `title` column additionally contained `date` and `metadata` columns. They are now separated into three columns: `date`, `metadata` and `title`.