Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
Dask
mdocekal commited on
Commit
12227a1
·
verified ·
1 Parent(s): 2d36c87

Upload dataset (part 00001-of-00002)

Browse files
Files changed (34) hide show
  1. README.md +119 -0
  2. flattened_sections/test-00000-of-00002.parquet +3 -0
  3. flattened_sections/test-00001-of-00002.parquet +3 -0
  4. flattened_sections/train-00050-of-00079.parquet +3 -0
  5. flattened_sections/train-00051-of-00079.parquet +3 -0
  6. flattened_sections/train-00052-of-00079.parquet +3 -0
  7. flattened_sections/train-00053-of-00079.parquet +3 -0
  8. flattened_sections/train-00054-of-00079.parquet +3 -0
  9. flattened_sections/train-00055-of-00079.parquet +3 -0
  10. flattened_sections/train-00056-of-00079.parquet +3 -0
  11. flattened_sections/train-00057-of-00079.parquet +3 -0
  12. flattened_sections/train-00058-of-00079.parquet +3 -0
  13. flattened_sections/train-00059-of-00079.parquet +3 -0
  14. flattened_sections/train-00060-of-00079.parquet +3 -0
  15. flattened_sections/train-00061-of-00079.parquet +3 -0
  16. flattened_sections/train-00062-of-00079.parquet +3 -0
  17. flattened_sections/train-00063-of-00079.parquet +3 -0
  18. flattened_sections/train-00064-of-00079.parquet +3 -0
  19. flattened_sections/train-00065-of-00079.parquet +3 -0
  20. flattened_sections/train-00066-of-00079.parquet +3 -0
  21. flattened_sections/train-00067-of-00079.parquet +3 -0
  22. flattened_sections/train-00068-of-00079.parquet +3 -0
  23. flattened_sections/train-00069-of-00079.parquet +3 -0
  24. flattened_sections/train-00070-of-00079.parquet +3 -0
  25. flattened_sections/train-00071-of-00079.parquet +3 -0
  26. flattened_sections/train-00072-of-00079.parquet +3 -0
  27. flattened_sections/train-00073-of-00079.parquet +3 -0
  28. flattened_sections/train-00074-of-00079.parquet +3 -0
  29. flattened_sections/train-00075-of-00079.parquet +3 -0
  30. flattened_sections/train-00076-of-00079.parquet +3 -0
  31. flattened_sections/train-00077-of-00079.parquet +3 -0
  32. flattened_sections/train-00078-of-00079.parquet +3 -0
  33. flattened_sections/validation-00000-of-00002.parquet +3 -0
  34. flattened_sections/validation-00001-of-00002.parquet +3 -0
README.md CHANGED
@@ -333,6 +333,117 @@ dataset_info:
333
  num_examples: 1878
334
  download_size: 15174246190
335
  dataset_size: 40782595337
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
  - config_name: greedy_oracle_paragraphs
337
  features:
338
  - name: id
@@ -802,6 +913,14 @@ configs:
802
  path: data/validation-*
803
  - split: test
804
  path: data/test-*
 
 
 
 
 
 
 
 
805
  - config_name: greedy_oracle_paragraphs
806
  data_files:
807
  - split: train
 
333
  num_examples: 1878
334
  download_size: 15174246190
335
  dataset_size: 40782595337
336
+ - config_name: flattened_sections
337
+ features:
338
+ - name: id
339
+ dtype: uint64
340
+ - name: s2orc_id
341
+ dtype: uint64
342
+ - name: mag_id
343
+ dtype: uint64
344
+ - name: doi
345
+ dtype: string
346
+ - name: title
347
+ dtype: string
348
+ - name: abstract
349
+ list:
350
+ list:
351
+ - name: title_path
352
+ list: string
353
+ - name: text
354
+ dtype: string
355
+ - name: citations
356
+ list:
357
+ - name: index
358
+ dtype: uint16
359
+ - name: start
360
+ dtype: uint32
361
+ - name: end
362
+ dtype: uint32
363
+ - name: references
364
+ list:
365
+ - name: index
366
+ dtype: uint16
367
+ - name: start
368
+ dtype: uint32
369
+ - name: end
370
+ dtype: uint32
371
+ - name: related_work
372
+ dtype: string
373
+ - name: hierarchy
374
+ dtype: string
375
+ - name: authors
376
+ list: string
377
+ - name: year
378
+ dtype: uint16
379
+ - name: fields_of_study
380
+ list: string
381
+ - name: referenced
382
+ list:
383
+ - name: id
384
+ dtype: uint64
385
+ - name: s2orc_id
386
+ dtype: uint64
387
+ - name: mag_id
388
+ dtype: uint64
389
+ - name: doi
390
+ dtype: string
391
+ - name: title
392
+ dtype: string
393
+ - name: hierarchy
394
+ dtype: string
395
+ - name: authors
396
+ list: string
397
+ - name: year
398
+ dtype: uint16
399
+ - name: fields_of_study
400
+ list: string
401
+ - name: citations
402
+ list: uint64
403
+ - name: bibliography
404
+ list:
405
+ - name: id
406
+ dtype: uint64
407
+ - name: title
408
+ dtype: string
409
+ - name: year
410
+ dtype: uint16
411
+ - name: authors
412
+ list: string
413
+ - name: non_plaintext_content
414
+ list:
415
+ - name: type
416
+ dtype: string
417
+ - name: description
418
+ dtype: string
419
+ - name: bibliography
420
+ list:
421
+ - name: id
422
+ dtype: uint64
423
+ - name: title
424
+ dtype: string
425
+ - name: year
426
+ dtype: uint16
427
+ - name: authors
428
+ list: string
429
+ - name: non_plaintext_content
430
+ list:
431
+ - name: type
432
+ dtype: string
433
+ - name: description
434
+ dtype: string
435
+ splits:
436
+ - name: train
437
+ num_bytes: 39235598318
438
+ num_examples: 91445
439
+ - name: validation
440
+ num_bytes: 581643389
441
+ num_examples: 1127
442
+ - name: test
443
+ num_bytes: 965353630
444
+ num_examples: 1878
445
+ download_size: 15174246190
446
+ dataset_size: 40782595337
447
  - config_name: greedy_oracle_paragraphs
448
  features:
449
  - name: id
 
913
  path: data/validation-*
914
  - split: test
915
  path: data/test-*
916
+ - config_name: flattened_sections
917
+ data_files:
918
+ - split: train
919
+ path: flattened_sections/train-*
920
+ - split: validation
921
+ path: flattened_sections/validation-*
922
+ - split: test
923
+ path: flattened_sections/test-*
924
  - config_name: greedy_oracle_paragraphs
925
  data_files:
926
  - split: train
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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
flattened_sections/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