File size: 1,253 Bytes
e8af8cd 8d53869 e8af8cd 5cbbeb9 6920172 |
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 |
---
dataset_info:
features:
- name: id
dtype: string
- name: title
dtype: string
- name: paperAbstract
dtype: string
- name: entities
sequence: string
- name: s2Url
dtype: string
- name: pdfUrls
sequence: string
- name: s2PdfUrl
dtype: string
- name: authors
list:
- name: name
dtype: string
- name: ids
sequence: string
- name: inCitations
sequence: string
- name: outCitations
sequence: string
- name: fieldsOfStudy
sequence: string
- name: year
dtype: int32
- name: venue
dtype: string
- name: journalName
dtype: string
- name: journalVolume
dtype: string
- name: journalPages
dtype: string
- name: sources
sequence: string
- name: doi
dtype: string
- name: doiUrl
dtype: string
- name: pmid
dtype: string
- name: magId
dtype: string
splits:
- name: train
num_bytes: 1725313131.1503427
num_examples: 889289
download_size: 2180008218
dataset_size: 1725313131.1503427
---
# Dataset Card for "s2orc_small"
A small split of the s2orc dataset, includes ~900k english papers with abstract included.
See all detailes in the original dataset card - https://huggingface.co/datasets/allenai/s2orc |