igormorgado commited on
Commit
1439a20
1 Parent(s): cf9d25d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -41
README.md CHANGED
@@ -1,41 +1,20 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: storyid
5
- dtype: string
6
- - name: storytitle
7
- dtype: string
8
- - name: sentence1
9
- dtype: string
10
- - name: sentence2
11
- dtype: string
12
- - name: sentence3
13
- dtype: string
14
- - name: sentence4
15
- dtype: string
16
- - name: sentence5
17
- dtype: string
18
- - name: sentenceE
19
- dtype: string
20
- splits:
21
- - name: train
22
- num_bytes: 15739768
23
- num_examples: 52665
24
- - name: test
25
- num_bytes: 528775
26
- num_examples: 1571
27
- - name: validation
28
- num_bytes: 515411
29
- num_examples: 1571
30
- download_size: 11944029
31
- dataset_size: 16783954
32
- configs:
33
- - config_name: default
34
- data_files:
35
- - split: train
36
- path: data/train-*
37
- - split: test
38
- path: data/test-*
39
- - split: validation
40
- path: data/validation-*
41
- ---
 
1
+
2
+ # ROCStories 2018 Dataset
3
+
4
+ This is the HuggingFace version of ROCStories Dataset.
5
+
6
+ We take a few changes.
7
+
8
+ 1. Column names are renamed to match in each split, for example in `test` we have originally `InputSentenceX`, that was renamed do `sentenceX` to match the `train` split.
9
+
10
+ 2. Columns missing in different splits were add to the other split with empty values. For example `train` split contains `storytitle` column. This column as added in `test` and `validation` splits.
11
+
12
+ 3. There was three columns in `test`/`validation` splits. `RandomFifthSentenceQuiz[1|2]` and `AnswerRightEnding`. The first ones where renamed to `sentence5` if they are the correct answer (based on the `AnserRightEnding`) and the other was renamed to `sentenceE` (Error) if its not the right answer.
13
+
14
+ WARNING: The test set of 2018 dataset do not contains the column `AnswerRightEnding`, therefore, for sake of completeness we took `RandomFifthSentenceQuiz1` as the correct one and the `RandomFifthSentenceQuiz1` as the wrong one. If you know where to find the correct answers, please let me know and I will fix the dataset.
15
+
16
+ Most of these changes were taken to avoid a limitation in DatasetDicts in HuggingFace, since they all need to have the same columns.
17
+
18
+ Regarding the ROCStories these are the original papers
19
+
20
+ "Tackling The Story Ending Biases in The Story Cloze Test". Rishi Sharma, James Allen, Omid Bakhshandeh, Nasrin Mostafazadeh. In Proceedings of the 2018 Conference of the Association for Computational Linguistics (ACL), 2018