Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
Dask
mdocekal commited on
Commit
43b75e3
·
verified ·
1 Parent(s): c107959

Upload dataset (part 00001-of-00002)

Browse files
Files changed (34) hide show
  1. README.md +119 -0
  2. greedy_oracle_paragraphs/test-00000-of-00002.parquet +3 -0
  3. greedy_oracle_paragraphs/test-00001-of-00002.parquet +3 -0
  4. greedy_oracle_paragraphs/train-00050-of-00079.parquet +3 -0
  5. greedy_oracle_paragraphs/train-00051-of-00079.parquet +3 -0
  6. greedy_oracle_paragraphs/train-00052-of-00079.parquet +3 -0
  7. greedy_oracle_paragraphs/train-00053-of-00079.parquet +3 -0
  8. greedy_oracle_paragraphs/train-00054-of-00079.parquet +3 -0
  9. greedy_oracle_paragraphs/train-00055-of-00079.parquet +3 -0
  10. greedy_oracle_paragraphs/train-00056-of-00079.parquet +3 -0
  11. greedy_oracle_paragraphs/train-00057-of-00079.parquet +3 -0
  12. greedy_oracle_paragraphs/train-00058-of-00079.parquet +3 -0
  13. greedy_oracle_paragraphs/train-00059-of-00079.parquet +3 -0
  14. greedy_oracle_paragraphs/train-00060-of-00079.parquet +3 -0
  15. greedy_oracle_paragraphs/train-00061-of-00079.parquet +3 -0
  16. greedy_oracle_paragraphs/train-00062-of-00079.parquet +3 -0
  17. greedy_oracle_paragraphs/train-00063-of-00079.parquet +3 -0
  18. greedy_oracle_paragraphs/train-00064-of-00079.parquet +3 -0
  19. greedy_oracle_paragraphs/train-00065-of-00079.parquet +3 -0
  20. greedy_oracle_paragraphs/train-00066-of-00079.parquet +3 -0
  21. greedy_oracle_paragraphs/train-00067-of-00079.parquet +3 -0
  22. greedy_oracle_paragraphs/train-00068-of-00079.parquet +3 -0
  23. greedy_oracle_paragraphs/train-00069-of-00079.parquet +3 -0
  24. greedy_oracle_paragraphs/train-00070-of-00079.parquet +3 -0
  25. greedy_oracle_paragraphs/train-00071-of-00079.parquet +3 -0
  26. greedy_oracle_paragraphs/train-00072-of-00079.parquet +3 -0
  27. greedy_oracle_paragraphs/train-00073-of-00079.parquet +3 -0
  28. greedy_oracle_paragraphs/train-00074-of-00079.parquet +3 -0
  29. greedy_oracle_paragraphs/train-00075-of-00079.parquet +3 -0
  30. greedy_oracle_paragraphs/train-00076-of-00079.parquet +3 -0
  31. greedy_oracle_paragraphs/train-00077-of-00079.parquet +3 -0
  32. greedy_oracle_paragraphs/train-00078-of-00079.parquet +3 -0
  33. greedy_oracle_paragraphs/validation-00000-of-00002.parquet +3 -0
  34. greedy_oracle_paragraphs/validation-00001-of-00002.parquet +3 -0
README.md CHANGED
@@ -111,6 +111,117 @@ dataset_info:
111
  num_examples: 1878
112
  download_size: 15174246190
113
  dataset_size: 40782595337
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  - config_name: greedy_oracle_sentences
115
  features:
116
  - name: id
@@ -231,6 +342,14 @@ configs:
231
  path: data/validation-*
232
  - split: test
233
  path: data/test-*
 
 
 
 
 
 
 
 
234
  - config_name: greedy_oracle_sentences
235
  data_files:
236
  - split: train
 
111
  num_examples: 1878
112
  download_size: 15174246190
113
  dataset_size: 40782595337
114
+ - config_name: greedy_oracle_paragraphs
115
+ features:
116
+ - name: id
117
+ dtype: uint64
118
+ - name: s2orc_id
119
+ dtype: uint64
120
+ - name: mag_id
121
+ dtype: uint64
122
+ - name: doi
123
+ dtype: string
124
+ - name: title
125
+ dtype: string
126
+ - name: abstract
127
+ list:
128
+ list:
129
+ - name: title_path
130
+ list: string
131
+ - name: text
132
+ dtype: string
133
+ - name: citations
134
+ list:
135
+ - name: index
136
+ dtype: uint16
137
+ - name: start
138
+ dtype: uint32
139
+ - name: end
140
+ dtype: uint32
141
+ - name: references
142
+ list:
143
+ - name: index
144
+ dtype: uint16
145
+ - name: start
146
+ dtype: uint32
147
+ - name: end
148
+ dtype: uint32
149
+ - name: related_work
150
+ dtype: string
151
+ - name: hierarchy
152
+ dtype: string
153
+ - name: authors
154
+ list: string
155
+ - name: year
156
+ dtype: uint16
157
+ - name: fields_of_study
158
+ list: string
159
+ - name: referenced
160
+ list:
161
+ - name: id
162
+ dtype: uint64
163
+ - name: s2orc_id
164
+ dtype: uint64
165
+ - name: mag_id
166
+ dtype: uint64
167
+ - name: doi
168
+ dtype: string
169
+ - name: title
170
+ dtype: string
171
+ - name: hierarchy
172
+ dtype: string
173
+ - name: authors
174
+ list: string
175
+ - name: year
176
+ dtype: uint16
177
+ - name: fields_of_study
178
+ list: string
179
+ - name: citations
180
+ list: uint64
181
+ - name: bibliography
182
+ list:
183
+ - name: id
184
+ dtype: uint64
185
+ - name: title
186
+ dtype: string
187
+ - name: year
188
+ dtype: uint16
189
+ - name: authors
190
+ list: string
191
+ - name: non_plaintext_content
192
+ list:
193
+ - name: type
194
+ dtype: string
195
+ - name: description
196
+ dtype: string
197
+ - name: bibliography
198
+ list:
199
+ - name: id
200
+ dtype: uint64
201
+ - name: title
202
+ dtype: string
203
+ - name: year
204
+ dtype: uint16
205
+ - name: authors
206
+ list: string
207
+ - name: non_plaintext_content
208
+ list:
209
+ - name: type
210
+ dtype: string
211
+ - name: description
212
+ dtype: string
213
+ splits:
214
+ - name: train
215
+ num_bytes: 39235598318
216
+ num_examples: 91445
217
+ - name: validation
218
+ num_bytes: 581643389
219
+ num_examples: 1127
220
+ - name: test
221
+ num_bytes: 965353630
222
+ num_examples: 1878
223
+ download_size: 15174246190
224
+ dataset_size: 40782595337
225
  - config_name: greedy_oracle_sentences
226
  features:
227
  - name: id
 
342
  path: data/validation-*
343
  - split: test
344
  path: data/test-*
345
+ - config_name: greedy_oracle_paragraphs
346
+ data_files:
347
+ - split: train
348
+ path: greedy_oracle_paragraphs/train-*
349
+ - split: validation
350
+ path: greedy_oracle_paragraphs/validation-*
351
+ - split: test
352
+ path: greedy_oracle_paragraphs/test-*
353
  - config_name: greedy_oracle_sentences
354
  data_files:
355
  - split: train
greedy_oracle_paragraphs/test-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5408f8c5e19301e4c124811b7682adb598276590c58eb206357241c391eca9
3
+ size 153457592
greedy_oracle_paragraphs/test-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55a890fb6cbf80c886111ef8ea820286d22b585fb0af219624f3231d100ad9ee
3
+ size 188220731
greedy_oracle_paragraphs/train-00050-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:599bd6d76004a13ede82417859c607ed698ea69e52a60f2b892d69ede57a4c7c
3
+ size 196923079
greedy_oracle_paragraphs/train-00051-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c653ac1e0179d8f0ba6935c757a5e8dfd119626b1b32fa81c3267532adb9c05c
3
+ size 246550536
greedy_oracle_paragraphs/train-00052-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d9395399359acca63aa27c69af3cf68ad313df4d804b0a74457bb39e4e43dcb
3
+ size 221321442
greedy_oracle_paragraphs/train-00053-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab6feb4f6d8bcb37c4ed33df22b3b6c5e4f0879bbaee58d27bfc5b78942e3c9a
3
+ size 257466486
greedy_oracle_paragraphs/train-00054-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373c47a58c41b3dfb768e03d6fc6554ab5e4942319448eab27180459c285002f
3
+ size 277866219
greedy_oracle_paragraphs/train-00055-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab02aa68cb8ba58568ffaa93704b00b6cbfd9c4cb6f856ef3be1750adbc1b827
3
+ size 275348753
greedy_oracle_paragraphs/train-00056-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b6285722146624946bcec8c45214b781812f075db40c870e4f96a80278ae7bc
3
+ size 268316154
greedy_oracle_paragraphs/train-00057-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b689c48a0369fac31196b762fb9589fb636af22b66a1ce368725273b1fc46455
3
+ size 238046745
greedy_oracle_paragraphs/train-00058-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51c083247f794d24e9a2d93e256dde510875c6faa9c57ed0ba3d0a88642544bb
3
+ size 293034509
greedy_oracle_paragraphs/train-00059-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:562b81554f81a3e6f64a10ae4b38441174a8b1b3794b8bdc0cf42ca479a90c49
3
+ size 293197052
greedy_oracle_paragraphs/train-00060-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32bb6638d8b07aeb930949214a88fb9b0bbbafabe08fa6885c0d6337efb2c605
3
+ size 279576359
greedy_oracle_paragraphs/train-00061-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1b43e8c176018f121fa43244d90cd01930f86416781948b349ab42ac6a3358f
3
+ size 348542451
greedy_oracle_paragraphs/train-00062-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a240cafebd5918eebcb2d271e280ee6501f573fe7fa4286aae125c2efdf08e4
3
+ size 357956600
greedy_oracle_paragraphs/train-00063-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93866a5f4f38e5f4b1d699ea420b77bdc2114475aa0cd9259bd5fa33051fce38
3
+ size 166172348
greedy_oracle_paragraphs/train-00064-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4ce083a1f90710f3ea3ad56fd93fe84b06a75b6ec3e9e4793758640f06a9d9
3
+ size 138922712
greedy_oracle_paragraphs/train-00065-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b18fb5d50d60aa15f77641fea652a95bd75747069ad2c55512d4df368b5e5d
3
+ size 130048950
greedy_oracle_paragraphs/train-00066-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46000617594abbe614eaec83f3101747c1f5de9c5470ba73b7bda7c181c19913
3
+ size 139276421
greedy_oracle_paragraphs/train-00067-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea33e007d685bd5e572da458b7c5f7855c93db821cb2933e551f2b3f2fee6159
3
+ size 141010869
greedy_oracle_paragraphs/train-00068-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b45a90437bb041873669438d420263b4597afb432989707c17106b9fe4e08430
3
+ size 130695130
greedy_oracle_paragraphs/train-00069-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77affafc70c3fbf4ea1b715b19dc7db9b8248c5c9df4357e6a1534bb941209a9
3
+ size 135591144
greedy_oracle_paragraphs/train-00070-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5121994fa66ef9e30c040b2fea2e4d2051dbe32f4ff8a37ba0feea46aa10fb8
3
+ size 138666709
greedy_oracle_paragraphs/train-00071-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b9b364c8643bd99a21599f1c784e1ce2ddbcc9b225dbc8d41130457459ae89d
3
+ size 132505495
greedy_oracle_paragraphs/train-00072-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e25a497001edb25846668694676d54faa238c0dfd07388fa79187b0766b74799
3
+ size 143554868
greedy_oracle_paragraphs/train-00073-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9858c887d7e2944a617eb11bee7574acd283e91b2369e59d009ed93159d9120
3
+ size 133652214
greedy_oracle_paragraphs/train-00074-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78055eb5d5ae270f21b5a44f83b5da7f5b75b691b10fad975b2e59a2b2b672d3
3
+ size 135483369
greedy_oracle_paragraphs/train-00075-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4b767f49296dda9406a576982e99b0095df815b1306578d26b7841c94febad6
3
+ size 134891600
greedy_oracle_paragraphs/train-00076-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07cfea5b77f4e34ed96b33c14d5f86f172cb17e5441239a0dfe9d17e376ec200
3
+ size 135137224
greedy_oracle_paragraphs/train-00077-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70a66a912748eb42e5eeecf02a47119012afb56b6569547708b6b99334869b3a
3
+ size 139938331
greedy_oracle_paragraphs/train-00078-of-00079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8c367f18be234720d7b4f21cd357bb16df576042a66b0a7d4bca629229aca4a
3
+ size 133647667
greedy_oracle_paragraphs/validation-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03c4f29b8d5a9c8ee184a5c2193751eb198e0846f46032a258ed3338907ab448
3
+ size 87677091
greedy_oracle_paragraphs/validation-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70d5013e56407d0bde27be36ed029cff61e6153a9ee339b3ccb1ffba23411179
3
+ size 113245568