add story_cloze dataset
Browse files- story_cloze/2016/dataset_dict.json +1 -0
- story_cloze/2016/test/dataset.arrow +3 -0
- story_cloze/2016/test/dataset_info.json +79 -0
- story_cloze/2016/test/state.json +14 -0
- story_cloze/2016/validation/dataset.arrow +3 -0
- story_cloze/2016/validation/dataset_info.json +79 -0
- story_cloze/2016/validation/state.json +14 -0
story_cloze/2016/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["validation", "test"]}
|
story_cloze/2016/test/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37000846592b05bcbfabf12628616648c2ceb264054b2549bed2dfe08f1525f7
|
3 |
+
size 614976
|
story_cloze/2016/test/dataset_info.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "story_cloze",
|
3 |
+
"citation": "@inproceedings{mostafazadeh2017lsdsem,\n title={Lsdsem 2017 shared task: The story cloze test},\n author={Mostafazadeh, Nasrin and Roth, Michael and Louis, Annie and Chambers, Nathanael and Allen, James},\n booktitle={Proceedings of the 2nd Workshop on Linking Models of Lexical, Sentential and Discourse-level Semantics},\n pages={46--51},\n year={2017}\n}\n",
|
4 |
+
"config_name": "2016",
|
5 |
+
"dataset_size": 1227736,
|
6 |
+
"description": "\nStory Cloze Test' is a commonsense reasoning framework for evaluating story understanding,\nstory generation, and script learning.This test requires a system to choose the correct ending\nto a four-sentence story.\n",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"story_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"input_sentence_1": {
|
16 |
+
"dtype": "string",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"input_sentence_2": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"input_sentence_3": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"input_sentence_4": {
|
31 |
+
"dtype": "string",
|
32 |
+
"id": null,
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"sentence_quiz1": {
|
36 |
+
"dtype": "string",
|
37 |
+
"id": null,
|
38 |
+
"_type": "Value"
|
39 |
+
},
|
40 |
+
"sentence_quiz2": {
|
41 |
+
"dtype": "string",
|
42 |
+
"id": null,
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"answer_right_ending": {
|
46 |
+
"dtype": "int32",
|
47 |
+
"id": null,
|
48 |
+
"_type": "Value"
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"homepage": "https://cs.rochester.edu/nlp/rocstories/",
|
52 |
+
"license": "",
|
53 |
+
"post_processed": null,
|
54 |
+
"post_processing_size": null,
|
55 |
+
"size_in_bytes": 1227736,
|
56 |
+
"splits": {
|
57 |
+
"validation": {
|
58 |
+
"name": "validation",
|
59 |
+
"num_bytes": 614318,
|
60 |
+
"num_examples": 1871,
|
61 |
+
"dataset_name": "story_cloze"
|
62 |
+
},
|
63 |
+
"test": {
|
64 |
+
"name": "test",
|
65 |
+
"num_bytes": 613418,
|
66 |
+
"num_examples": 1871,
|
67 |
+
"dataset_name": "story_cloze"
|
68 |
+
}
|
69 |
+
},
|
70 |
+
"supervised_keys": null,
|
71 |
+
"task_templates": null,
|
72 |
+
"version": {
|
73 |
+
"version_str": "0.0.0",
|
74 |
+
"description": null,
|
75 |
+
"major": 0,
|
76 |
+
"minor": 0,
|
77 |
+
"patch": 0
|
78 |
+
}
|
79 |
+
}
|
story_cloze/2016/test/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "3a9e42a5ceadf9fb",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "test"
|
14 |
+
}
|
story_cloze/2016/validation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4f8f986373a57173ddd702ad0dc8cea81ea0d8328f612f25470f875ac89373a
|
3 |
+
size 615872
|
story_cloze/2016/validation/dataset_info.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "story_cloze",
|
3 |
+
"citation": "@inproceedings{mostafazadeh2017lsdsem,\n title={Lsdsem 2017 shared task: The story cloze test},\n author={Mostafazadeh, Nasrin and Roth, Michael and Louis, Annie and Chambers, Nathanael and Allen, James},\n booktitle={Proceedings of the 2nd Workshop on Linking Models of Lexical, Sentential and Discourse-level Semantics},\n pages={46--51},\n year={2017}\n}\n",
|
4 |
+
"config_name": "2016",
|
5 |
+
"dataset_size": 1227736,
|
6 |
+
"description": "\nStory Cloze Test' is a commonsense reasoning framework for evaluating story understanding,\nstory generation, and script learning.This test requires a system to choose the correct ending\nto a four-sentence story.\n",
|
7 |
+
"download_checksums": {},
|
8 |
+
"download_size": 0,
|
9 |
+
"features": {
|
10 |
+
"story_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"input_sentence_1": {
|
16 |
+
"dtype": "string",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"input_sentence_2": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"input_sentence_3": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"input_sentence_4": {
|
31 |
+
"dtype": "string",
|
32 |
+
"id": null,
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"sentence_quiz1": {
|
36 |
+
"dtype": "string",
|
37 |
+
"id": null,
|
38 |
+
"_type": "Value"
|
39 |
+
},
|
40 |
+
"sentence_quiz2": {
|
41 |
+
"dtype": "string",
|
42 |
+
"id": null,
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"answer_right_ending": {
|
46 |
+
"dtype": "int32",
|
47 |
+
"id": null,
|
48 |
+
"_type": "Value"
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"homepage": "https://cs.rochester.edu/nlp/rocstories/",
|
52 |
+
"license": "",
|
53 |
+
"post_processed": null,
|
54 |
+
"post_processing_size": null,
|
55 |
+
"size_in_bytes": 1227736,
|
56 |
+
"splits": {
|
57 |
+
"validation": {
|
58 |
+
"name": "validation",
|
59 |
+
"num_bytes": 614318,
|
60 |
+
"num_examples": 1871,
|
61 |
+
"dataset_name": "story_cloze"
|
62 |
+
},
|
63 |
+
"test": {
|
64 |
+
"name": "test",
|
65 |
+
"num_bytes": 613418,
|
66 |
+
"num_examples": 1871,
|
67 |
+
"dataset_name": "story_cloze"
|
68 |
+
}
|
69 |
+
},
|
70 |
+
"supervised_keys": null,
|
71 |
+
"task_templates": null,
|
72 |
+
"version": {
|
73 |
+
"version_str": "0.0.0",
|
74 |
+
"description": null,
|
75 |
+
"major": 0,
|
76 |
+
"minor": 0,
|
77 |
+
"patch": 0
|
78 |
+
}
|
79 |
+
}
|
story_cloze/2016/validation/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "862e7efc162a213b",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": "validation"
|
14 |
+
}
|