File size: 6,221 Bytes
8df203f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
    "SelfRC": {
        "description": "DuoRC contains 186,089 unique question-answer pairs created from a collection of 7680 pairs of movie plots where each pair in the collection reflects two versions of the same movie.\n",
        "citation": "@inproceedings{DuoRC,\nauthor = { Amrita Saha and Rahul Aralikatte and Mitesh M. Khapra and Karthik Sankaranarayanan},title = {{DuoRC: Towards Complex Language Understanding with Paraphrased Reading Comprehension}},\nbooktitle = {Meeting of the Association for Computational Linguistics (ACL)},\nyear = {2018}\n}\n",
        "homepage": "https://duorc.github.io/",
        "license": "https://raw.githubusercontent.com/duorc/duorc/master/LICENSE",
        "features": {
            "plot_id": {
                "dtype": "string",
                "_type": "Value"
            },
            "plot": {
                "dtype": "string",
                "_type": "Value"
            },
            "title": {
                "dtype": "string",
                "_type": "Value"
            },
            "question_id": {
                "dtype": "string",
                "_type": "Value"
            },
            "question": {
                "dtype": "string",
                "_type": "Value"
            },
            "answers": {
                "feature": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "_type": "Sequence"
            },
            "no_answer": {
                "dtype": "bool",
                "_type": "Value"
            }
        },
        "builder_name": "duorc",
        "dataset_name": "duorc",
        "config_name": "SelfRC",
        "version": {
            "version_str": "1.0.0",
            "major": 1,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 239852729,
                "num_examples": 60721,
                "dataset_name": null
            },
            "validation": {
                "name": "validation",
                "num_bytes": 51662519,
                "num_examples": 12961,
                "dataset_name": null
            },
            "test": {
                "name": "test",
                "num_bytes": 49142710,
                "num_examples": 12559,
                "dataset_name": null
            }
        },
        "download_size": 21001846,
        "dataset_size": 340657958,
        "size_in_bytes": 361659804
    },
    "ParaphraseRC": {
        "description": "DuoRC contains 186,089 unique question-answer pairs created from a collection of 7680 pairs of movie plots where each pair in the collection reflects two versions of the same movie.\n",
        "citation": "@inproceedings{DuoRC,\nauthor = { Amrita Saha and Rahul Aralikatte and Mitesh M. Khapra and Karthik Sankaranarayanan},title = {{DuoRC: Towards Complex Language Understanding with Paraphrased Reading Comprehension}},\nbooktitle = {Meeting of the Association for Computational Linguistics (ACL)},\nyear = {2018}\n}\n",
        "homepage": "https://duorc.github.io/",
        "license": "https://raw.githubusercontent.com/duorc/duorc/master/LICENSE",
        "features": {
            "plot_id": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "plot": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "title": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "question_id": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "question": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "answers": {
                "feature": {
                    "dtype": "string",
                    "id": null,
                    "_type": "Value"
                },
                "length": -1,
                "id": null,
                "_type": "Sequence"
            },
            "no_answer": {
                "dtype": "bool",
                "id": null,
                "_type": "Value"
            }
        },
        "post_processed": null,
        "supervised_keys": null,
        "builder_name": "duorc",
        "config_name": "ParaphraseRC",
        "version": {
            "version_str": "1.0.0",
            "description": null,
            "major": 1,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 496683105,
                "num_examples": 69524,
                "dataset_name": "duorc"
            },
            "validation": {
                "name": "validation",
                "num_bytes": 106510545,
                "num_examples": 15591,
                "dataset_name": "duorc"
            },
            "test": {
                "name": "test",
                "num_bytes": 115215816,
                "num_examples": 15857,
                "dataset_name": "duorc"
            }
        },
        "download_checksums": {
            "https://raw.githubusercontent.com/duorc/duorc/master/dataset/ParaphraseRC_train.json": {
                "num_bytes": 43374860,
                "checksum": "8a22500def833cf33a4eaaf7c00b5fc144b5fe26d40e6d94a96bd23a88056193"
            },
            "https://raw.githubusercontent.com/duorc/duorc/master/dataset/ParaphraseRC_dev.json": {
                "num_bytes": 9319561,
                "checksum": "6d49a1ace1cebe7c73063551e91548725c75db505e1ada58af81c0e1dd21fe60"
            },
            "https://raw.githubusercontent.com/duorc/duorc/master/dataset/ParaphraseRC_test.json": {
                "num_bytes": 10226629,
                "checksum": "98e471e3b8203664b1656f19fd22d50c3e8ec4e84792846ccf1ccbf0c1298799"
            }
        },
        "download_size": 62921050,
        "post_processing_size": null,
        "dataset_size": 718409466,
        "size_in_bytes": 781330516
    }
}