Datasets:

ArXiv:
Tags:
License:
ianporada commited on
Commit
b6cddd6
1 Parent(s): f0255af

Upload dataset

Browse files
README.md CHANGED
@@ -1,5 +1,36 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # The Modified Winograd Schema Challenge (MWSC)
 
1
  ---
2
  license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: sentence
6
+ dtype: string
7
+ - name: question
8
+ dtype: string
9
+ - name: options
10
+ sequence: string
11
+ - name: answer
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 11002
16
+ num_examples: 80
17
+ - name: test
18
+ num_bytes: 15200
19
+ num_examples: 100
20
+ - name: validation
21
+ num_bytes: 13089
22
+ num_examples: 82
23
+ download_size: 28710
24
+ dataset_size: 39291
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: train
29
+ path: data/train-*
30
+ - split: test
31
+ path: data/test-*
32
+ - split: validation
33
+ path: data/validation-*
34
  ---
35
 
36
  # The Modified Winograd Schema Challenge (MWSC)
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bde7894c28d6854442831fd7b440cc4056e025163014f1d679903ff35884b6b
3
+ size 10962
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1623e6894519a6f0f706ffd7cbe72f55a94b7f4f0494934f10a431a4aec716ba
3
+ size 8368
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4af3bfac03b678fc4fd4156e2e6dfd273a5554b0a0fd4503a591497ac9ceb066
3
+ size 9380
dataset_infos.json CHANGED
@@ -1 +1,61 @@
1
- {"default": {"description": "Examples taken from the Winograd Schema Challenge modified to ensure that answers are a single word from the context.\nThis modified Winograd Schema Challenge (MWSC) ensures that scores are neither inflated nor deflated by oddities in phrasing.\n", "citation": "@article{McCann2018decaNLP,\n title={The Natural Language Decathlon: Multitask Learning as Question Answering},\n author={Bryan McCann and Nitish Shirish Keskar and Caiming Xiong and Richard Socher},\n journal={arXiv preprint arXiv:1806.08730},\n year={2018}\n}\n", "homepage": "http://decanlp.com", "license": "", "features": {"sentence": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}}, "supervised_keys": null, "builder_name": "mwsc", "config_name": "default", "version": {"version_str": "0.1.0", "description": null, "datasets_version_to_prepare": null, "major": 0, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11022, "num_examples": 80, "dataset_name": "mwsc"}, "test": {"name": "test", "num_bytes": 15220, "num_examples": 100, "dataset_name": "mwsc"}, "validation": {"name": "validation", "num_bytes": 13109, "num_examples": 82, "dataset_name": "mwsc"}}, "download_checksums": {"https://raw.githubusercontent.com/salesforce/decaNLP/1e9605f246b9e05199b28bde2a2093bc49feeeaa/local_data/schema.txt": {"num_bytes": 19197, "checksum": "31da9bee05796bbe0f6c957f54d1eb82eb5c644a8ee59f2ff1fa890eff3885dd"}}, "download_size": 19197, "dataset_size": 39351, "size_in_bytes": 58548}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "Examples taken from the Winograd Schema Challenge modified to ensure that answers are a single word from the context.\nThis modified Winograd Schema Challenge (MWSC) ensures that scores are neither inflated nor deflated by oddities in phrasing.\n",
4
+ "citation": "@article{McCann2018decaNLP,\n title={The Natural Language Decathlon: Multitask Learning as Question Answering},\n author={Bryan McCann and Nitish Shirish Keskar and Caiming Xiong and Richard Socher},\n journal={arXiv preprint arXiv:1806.08730},\n year={2018}\n}\n",
5
+ "homepage": "http://decanlp.com",
6
+ "license": "",
7
+ "features": {
8
+ "sentence": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "question": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "options": {
17
+ "feature": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "answer": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ }
27
+ },
28
+ "builder_name": "mwsc_raw",
29
+ "dataset_name": "mwsc_raw",
30
+ "config_name": "default",
31
+ "version": {
32
+ "version_str": "0.1.0",
33
+ "major": 0,
34
+ "minor": 1,
35
+ "patch": 0
36
+ },
37
+ "splits": {
38
+ "train": {
39
+ "name": "train",
40
+ "num_bytes": 11002,
41
+ "num_examples": 80,
42
+ "dataset_name": null
43
+ },
44
+ "test": {
45
+ "name": "test",
46
+ "num_bytes": 15200,
47
+ "num_examples": 100,
48
+ "dataset_name": null
49
+ },
50
+ "validation": {
51
+ "name": "validation",
52
+ "num_bytes": 13089,
53
+ "num_examples": 82,
54
+ "dataset_name": null
55
+ }
56
+ },
57
+ "download_size": 28710,
58
+ "dataset_size": 39291,
59
+ "size_in_bytes": 68001
60
+ }
61
+ }