Datasets:

Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
albertvillanova HF staff commited on
Commit
81f0ec7
·
1 Parent(s): f952e07

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- pretty_name: ROPES
3
  annotations_creators:
4
  - crowdsourced
5
  language_creators:
@@ -21,7 +20,9 @@ task_categories:
21
  task_ids:
22
  - extractive-qa
23
  paperswithcode_id: ropes
 
24
  dataset_info:
 
25
  features:
26
  - name: id
27
  dtype: string
@@ -35,19 +36,28 @@ dataset_info:
35
  sequence:
36
  - name: text
37
  dtype: string
38
- config_name: plain_text
39
  splits:
40
  - name: train
41
- num_bytes: 12231940
42
  num_examples: 10924
43
  - name: test
44
- num_bytes: 1928532
45
  num_examples: 1710
46
  - name: validation
47
- num_bytes: 1643498
48
  num_examples: 1688
49
- download_size: 3516917
50
- dataset_size: 15803970
 
 
 
 
 
 
 
 
 
 
51
  ---
52
 
53
  # Dataset Card for ROPES
 
1
  ---
 
2
  annotations_creators:
3
  - crowdsourced
4
  language_creators:
 
20
  task_ids:
21
  - extractive-qa
22
  paperswithcode_id: ropes
23
+ pretty_name: ROPES
24
  dataset_info:
25
+ config_name: plain_text
26
  features:
27
  - name: id
28
  dtype: string
 
36
  sequence:
37
  - name: text
38
  dtype: string
 
39
  splits:
40
  - name: train
41
+ num_bytes: 12231892
42
  num_examples: 10924
43
  - name: test
44
+ num_bytes: 1928508
45
  num_examples: 1710
46
  - name: validation
47
+ num_bytes: 1643474
48
  num_examples: 1688
49
+ download_size: 1372548
50
+ dataset_size: 15803874
51
+ configs:
52
+ - config_name: plain_text
53
+ data_files:
54
+ - split: train
55
+ path: plain_text/train-*
56
+ - split: test
57
+ path: plain_text/test-*
58
+ - split: validation
59
+ path: plain_text/validation-*
60
+ default: true
61
  ---
62
 
63
  # Dataset Card for ROPES
dataset_infos.json CHANGED
@@ -1 +1,67 @@
1
- {"plain_text": {"description": "ROPES (Reasoning Over Paragraph Effects in Situations) is a QA dataset\nwhich tests a system's ability to apply knowledge from a passage\nof text to a new situation. A system is presented a background\npassage containing a causal or qualitative relation(s) (e.g.,\n\"animal pollinators increase efficiency of fertilization in flowers\"),\na novel situation that uses this background, and questions that require\nreasoning about effects of the relationships in the background\npassage in the background of the situation.\n", "citation": "@inproceedings{Lin2019ReasoningOP,\n title={Reasoning Over Paragraph Effects in Situations},\n author={Kevin Lin and Oyvind Tafjord and Peter Clark and Matt Gardner},\n booktitle={MRQA@EMNLP},\n year={2019}\n}\n", "homepage": "https://allenai.org/data/ropes", "license": "CC BY 4.0", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "background": {"dtype": "string", "id": null, "_type": "Value"}, "situation": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "answers": {"feature": {"text": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "ropes", "config_name": "plain_text", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12231940, "num_examples": 10924, "dataset_name": "ropes"}, "test": {"name": "test", "num_bytes": 1928532, "num_examples": 1710, "dataset_name": "ropes"}, "validation": {"name": "validation", "num_bytes": 1643498, "num_examples": 1688, "dataset_name": "ropes"}}, "download_checksums": {"https://ropes-dataset.s3-us-west-2.amazonaws.com/train_and_dev/ropes-train-dev-v1.0.tar.gz": {"num_bytes": 3395072, "checksum": "ba26329832f84d8c2660de1120a1d7ff086cdf8580eabeebd721c092020763e2"}, "https://ropes-dataset.s3-us-west-2.amazonaws.com/test/ropes-test-questions-v1.0.tar.gz": {"num_bytes": 121845, "checksum": "a489b9d0c0f2bcf495f6eab089ba4915e7832dc656237b40497acdccb8a45f95"}}, "download_size": 3516917, "post_processing_size": null, "dataset_size": 15803970, "size_in_bytes": 19320887}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "plain_text": {
3
+ "description": "ROPES (Reasoning Over Paragraph Effects in Situations) is a QA dataset\nwhich tests a system's ability to apply knowledge from a passage\nof text to a new situation. A system is presented a background\npassage containing a causal or qualitative relation(s) (e.g.,\n\"animal pollinators increase efficiency of fertilization in flowers\"),\na novel situation that uses this background, and questions that require\nreasoning about effects of the relationships in the background\npassage in the background of the situation.\n",
4
+ "citation": "@inproceedings{Lin2019ReasoningOP,\n title={Reasoning Over Paragraph Effects in Situations},\n author={Kevin Lin and Oyvind Tafjord and Peter Clark and Matt Gardner},\n booktitle={MRQA@EMNLP},\n year={2019}\n}\n",
5
+ "homepage": "https://allenai.org/data/ropes",
6
+ "license": "CC BY 4.0",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "background": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "situation": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "question": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "answers": {
25
+ "feature": {
26
+ "text": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ }
30
+ },
31
+ "_type": "Sequence"
32
+ }
33
+ },
34
+ "builder_name": "ropes",
35
+ "dataset_name": "ropes",
36
+ "config_name": "plain_text",
37
+ "version": {
38
+ "version_str": "1.1.0",
39
+ "major": 1,
40
+ "minor": 1,
41
+ "patch": 0
42
+ },
43
+ "splits": {
44
+ "train": {
45
+ "name": "train",
46
+ "num_bytes": 12231892,
47
+ "num_examples": 10924,
48
+ "dataset_name": null
49
+ },
50
+ "test": {
51
+ "name": "test",
52
+ "num_bytes": 1928508,
53
+ "num_examples": 1710,
54
+ "dataset_name": null
55
+ },
56
+ "validation": {
57
+ "name": "validation",
58
+ "num_bytes": 1643474,
59
+ "num_examples": 1688,
60
+ "dataset_name": null
61
+ }
62
+ },
63
+ "download_size": 1372548,
64
+ "dataset_size": 15803874,
65
+ "size_in_bytes": 17176422
66
+ }
67
+ }
plain_text/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95b2ae3c1403b56a8e6a9250ccf7b0667b4c1b82b68694050654b142f5e868a6
3
+ size 199757
plain_text/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dd4781f69556326f366989e1e5df6603b43269388d5c2e22e0a7229c08df687
3
+ size 1063606
plain_text/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ad558e4089cbc1c0014fcd72f2bdfa3271d0a2ab04d19823ebba927323b6e26
3
+ size 109185