Datasets:

Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
albertvillanova HF staff commited on
Commit
7e8df12
1 Parent(s): 239fef9

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -67
dataset_infos.json DELETED
@@ -1,67 +0,0 @@
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
- }