Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -26,6 +26,119 @@ paperswithcode_id: pubmed
|
|
| 26 |
pretty_name: PubMed
|
| 27 |
tags:
|
| 28 |
- citation-estimation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
---
|
| 30 |
|
| 31 |
# Dataset Card for PubMed
|
|
|
|
| 26 |
pretty_name: PubMed
|
| 27 |
tags:
|
| 28 |
- citation-estimation
|
| 29 |
+
dataset_info:
|
| 30 |
+
features:
|
| 31 |
+
- name: MedlineCitation
|
| 32 |
+
struct:
|
| 33 |
+
- name: PMID
|
| 34 |
+
dtype: int32
|
| 35 |
+
- name: DateCompleted
|
| 36 |
+
struct:
|
| 37 |
+
- name: Year
|
| 38 |
+
dtype: int32
|
| 39 |
+
- name: Month
|
| 40 |
+
dtype: int32
|
| 41 |
+
- name: Day
|
| 42 |
+
dtype: int32
|
| 43 |
+
- name: NumberOfReferences
|
| 44 |
+
dtype: int32
|
| 45 |
+
- name: DateRevised
|
| 46 |
+
struct:
|
| 47 |
+
- name: Year
|
| 48 |
+
dtype: int32
|
| 49 |
+
- name: Month
|
| 50 |
+
dtype: int32
|
| 51 |
+
- name: Day
|
| 52 |
+
dtype: int32
|
| 53 |
+
- name: Article
|
| 54 |
+
struct:
|
| 55 |
+
- name: Abstract
|
| 56 |
+
struct:
|
| 57 |
+
- name: AbstractText
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: ArticleTitle
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: AuthorList
|
| 62 |
+
struct:
|
| 63 |
+
- name: Author
|
| 64 |
+
sequence:
|
| 65 |
+
- name: LastName
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: ForeName
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: Initials
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: CollectiveName
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: Language
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: GrantList
|
| 76 |
+
struct:
|
| 77 |
+
- name: Grant
|
| 78 |
+
sequence:
|
| 79 |
+
- name: GrantID
|
| 80 |
+
dtype: string
|
| 81 |
+
- name: Agency
|
| 82 |
+
dtype: string
|
| 83 |
+
- name: Country
|
| 84 |
+
dtype: string
|
| 85 |
+
- name: PublicationTypeList
|
| 86 |
+
struct:
|
| 87 |
+
- name: PublicationType
|
| 88 |
+
sequence: string
|
| 89 |
+
- name: MedlineJournalInfo
|
| 90 |
+
struct:
|
| 91 |
+
- name: Country
|
| 92 |
+
dtype: string
|
| 93 |
+
- name: ChemicalList
|
| 94 |
+
struct:
|
| 95 |
+
- name: Chemical
|
| 96 |
+
sequence:
|
| 97 |
+
- name: RegistryNumber
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: NameOfSubstance
|
| 100 |
+
dtype: string
|
| 101 |
+
- name: CitationSubset
|
| 102 |
+
dtype: string
|
| 103 |
+
- name: MeshHeadingList
|
| 104 |
+
struct:
|
| 105 |
+
- name: MeshHeading
|
| 106 |
+
sequence:
|
| 107 |
+
- name: DescriptorName
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: QualifierName
|
| 110 |
+
dtype: string
|
| 111 |
+
- name: PubmedData
|
| 112 |
+
struct:
|
| 113 |
+
- name: ArticleIdList
|
| 114 |
+
sequence:
|
| 115 |
+
- name: ArticleId
|
| 116 |
+
sequence: string
|
| 117 |
+
- name: PublicationStatus
|
| 118 |
+
dtype: string
|
| 119 |
+
- name: History
|
| 120 |
+
struct:
|
| 121 |
+
- name: PubMedPubDate
|
| 122 |
+
sequence:
|
| 123 |
+
- name: Year
|
| 124 |
+
dtype: int32
|
| 125 |
+
- name: Month
|
| 126 |
+
dtype: int32
|
| 127 |
+
- name: Day
|
| 128 |
+
dtype: int32
|
| 129 |
+
- name: ReferenceList
|
| 130 |
+
sequence:
|
| 131 |
+
- name: Citation
|
| 132 |
+
dtype: string
|
| 133 |
+
- name: CitationId
|
| 134 |
+
dtype: int32
|
| 135 |
+
config_name: '2021'
|
| 136 |
+
splits:
|
| 137 |
+
- name: train
|
| 138 |
+
num_bytes: 46372156591
|
| 139 |
+
num_examples: 31850051
|
| 140 |
+
download_size: 32882348650
|
| 141 |
+
dataset_size: 46372156591
|
| 142 |
---
|
| 143 |
|
| 144 |
# Dataset Card for PubMed
|