Upload dataset
Browse files- README.md +31 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +61 -1
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 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
}
|