Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
extended|s2orc
ArXiv:
Tags:
License:
davzoku commited on
Commit
0fbdb8e
1 Parent(s): eeb00d8

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -163
dataset_infos.json DELETED
@@ -1,163 +0,0 @@
1
- {
2
- "qasper": {
3
- "description": "A dataset containing 1585 papers with 5049 information-seeking questions asked by regular readers of NLP papers, and answered by a separate set of NLP practitioners.\n",
4
- "citation": "@inproceedings{Dasigi2021ADO,\n title={A Dataset of Information-Seeking Questions and Answers Anchored in Research Papers},\n author={Pradeep Dasigi and Kyle Lo and Iz Beltagy and Arman Cohan and Noah A. Smith and Matt Gardner},\n year={2021}\n}\n",
5
- "homepage": "https://allenai.org/data/qasper",
6
- "license": "CC BY 4.0",
7
- "features": {
8
- "id": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "title": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "abstract": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "full_text": {
21
- "feature": {
22
- "section_name": {
23
- "dtype": "string",
24
- "_type": "Value"
25
- },
26
- "paragraphs": [
27
- {
28
- "dtype": "string",
29
- "_type": "Value"
30
- }
31
- ]
32
- },
33
- "_type": "Sequence"
34
- },
35
- "qas": {
36
- "feature": {
37
- "question": {
38
- "dtype": "string",
39
- "_type": "Value"
40
- },
41
- "question_id": {
42
- "dtype": "string",
43
- "_type": "Value"
44
- },
45
- "nlp_background": {
46
- "dtype": "string",
47
- "_type": "Value"
48
- },
49
- "topic_background": {
50
- "dtype": "string",
51
- "_type": "Value"
52
- },
53
- "paper_read": {
54
- "dtype": "string",
55
- "_type": "Value"
56
- },
57
- "search_query": {
58
- "dtype": "string",
59
- "_type": "Value"
60
- },
61
- "question_writer": {
62
- "dtype": "string",
63
- "_type": "Value"
64
- },
65
- "answers": {
66
- "feature": {
67
- "answer": {
68
- "unanswerable": {
69
- "dtype": "bool",
70
- "_type": "Value"
71
- },
72
- "extractive_spans": {
73
- "feature": {
74
- "dtype": "string",
75
- "_type": "Value"
76
- },
77
- "_type": "Sequence"
78
- },
79
- "yes_no": {
80
- "dtype": "bool",
81
- "_type": "Value"
82
- },
83
- "free_form_answer": {
84
- "dtype": "string",
85
- "_type": "Value"
86
- },
87
- "evidence": {
88
- "feature": {
89
- "dtype": "string",
90
- "_type": "Value"
91
- },
92
- "_type": "Sequence"
93
- },
94
- "highlighted_evidence": {
95
- "feature": {
96
- "dtype": "string",
97
- "_type": "Value"
98
- },
99
- "_type": "Sequence"
100
- }
101
- },
102
- "annotation_id": {
103
- "dtype": "string",
104
- "_type": "Value"
105
- },
106
- "worker_id": {
107
- "dtype": "string",
108
- "_type": "Value"
109
- }
110
- },
111
- "_type": "Sequence"
112
- }
113
- },
114
- "_type": "Sequence"
115
- },
116
- "figures_and_tables": {
117
- "feature": {
118
- "caption": {
119
- "dtype": "string",
120
- "_type": "Value"
121
- },
122
- "file": {
123
- "dtype": "string",
124
- "_type": "Value"
125
- }
126
- },
127
- "_type": "Sequence"
128
- }
129
- },
130
- "builder_name": "parquet",
131
- "dataset_name": "qasper",
132
- "config_name": "qasper",
133
- "version": {
134
- "version_str": "0.3.0",
135
- "major": 0,
136
- "minor": 3,
137
- "patch": 0
138
- },
139
- "splits": {
140
- "train": {
141
- "name": "train",
142
- "num_bytes": 28466446,
143
- "num_examples": 888,
144
- "dataset_name": null
145
- },
146
- "validation": {
147
- "name": "validation",
148
- "num_bytes": 9900193,
149
- "num_examples": 281,
150
- "dataset_name": null
151
- },
152
- "test": {
153
- "name": "test",
154
- "num_bytes": 15488891,
155
- "num_examples": 416,
156
- "dataset_name": null
157
- }
158
- },
159
- "download_size": 26199265,
160
- "dataset_size": 53855530,
161
- "size_in_bytes": 80054795
162
- }
163
- }