justinphan3110 commited on
Commit
830ffeb
·
1 Parent(s): b9d7a63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +262 -13
README.md CHANGED
@@ -1,18 +1,267 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
- - name: text
5
- dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  splits:
7
- - name: en
8
- num_bytes: 24298655076
9
- num_examples: 20101790
10
- - name: vi
11
- num_bytes: 20086180981
12
- num_examples: 20101790
13
- download_size: 20596243255
14
- dataset_size: 44384836057
15
  ---
16
- # Dataset Card for "vi_pubmed"
17
-
18
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language_creators:
5
+ - crowdsourced
6
+ language:
7
+ - en
8
+ license:
9
+ - other
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10M<n<100M
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - text-generation
18
+ - fill-mask
19
+ - text-classification
20
+ task_ids:
21
+ - language-modeling
22
+ - masked-language-modeling
23
+ - text-scoring
24
+ - topic-classification
25
+ paperswithcode_id: 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
+ # Dataset Card for PubMed
144
+ ## Table of Contents
145
+ - [Dataset Description](#dataset-description)
146
+ - [Dataset Summary](#dataset-summary)
147
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
148
+ - [Languages](#languages)
149
+ - [Dataset Structure](#dataset-structure)
150
+ - [Data Instances](#data-instances)
151
+ - [Data Fields](#data-fields)
152
+ - [Data Splits](#data-splits)
153
+ - [Dataset Creation](#dataset-creation)
154
+ - [Curation Rationale](#curation-rationale)
155
+ - [Source Data](#source-data)
156
+ - [Annotations](#annotations)
157
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
158
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
159
+ - [Social Impact of Dataset](#social-impact-of-dataset)
160
+ - [Discussion of Biases](#discussion-of-biases)
161
+ - [Other Known Limitations](#other-known-limitations)
162
+ - [Additional Information](#additional-information)
163
+ - [Dataset Curators](#dataset-curators)
164
+ - [Licensing Information](#licensing-information)
165
+ - [Citation Information](#citation-information)
166
+ - [Contributions](#contributions)
167
+ ## Dataset Description
168
+ - **Homepage:** : [https://www.nlm.nih.gov/databases/download/pubmed_medline.html]()
169
+ - **Documentation:** : [https://www.nlm.nih.gov/databases/download/pubmed_medline_documentation.html]()
170
+ - **Repository:**
171
+ - **Paper:**
172
+ - **Leaderboard:**
173
+ - **Point of Contact:**
174
+ ### Dataset Summary
175
+ NLM produces a baseline set of MEDLINE/PubMed citation records in XML format for download on an annual basis. The annual baseline is released in December of each year. Each day, NLM produces update files that include new, revised and deleted citations. See our documentation page for more information.
176
+ ### Supported Tasks and Leaderboards
177
+ [More Information Needed]
178
+ ### Languages
179
+ - English
180
+ ## Dataset Structure
181
+ Bear in mind the data comes from XML that have various tags that are hard to reflect
182
+ in a concise JSON format. Tags and list are kind of non "natural" to XML documents
183
+ leading this library to make some choices regarding data. "Journal" info was dropped
184
+ altogether as it would have led to many fields being empty all the time.
185
+ The hierarchy is also a bit unnatural but the choice was made to keep as close as
186
+ possible to the original data for future releases that may change schema from NLM's side.
187
+ Author has been kept and contains either "ForeName", "LastName", "Initials", or "CollectiveName".
188
+ (All the fields will be present all the time, but only some will be filled)
189
+ ### Data Instances
190
+ ```json
191
+ {
192
+ "MedlineCitation": {
193
+ "PMID": 0,
194
+ "DateCompleted": {"Year": 0, "Month": 0, "Day": 0},
195
+ "NumberOfReferences": 0,
196
+ "DateRevised": {"Year": 0, "Month": 0, "Day": 0},
197
+ "Article": {
198
+ "Abstract": {"AbstractText": "Some abstract (can be missing)" },
199
+ "ArticleTitle": "Article title",
200
+ "AuthorList": {"Author": [
201
+ {"FirstName": "John", "ForeName": "Doe", "Initials": "JD", "CollectiveName": ""}
202
+ {"CollectiveName": "The Manhattan Project", "FirstName": "", "ForeName": "", "Initials": ""}
203
+ ]},
204
+ "Language": "en",
205
+ "GrantList": {
206
+ "Grant": [],
207
+ },
208
+ "PublicationTypeList": {"PublicationType": []},
209
+ },
210
+ "MedlineJournalInfo": {"Country": "France"},
211
+ "ChemicalList": {"Chemical": [{
212
+ "RegistryNumber": "XX",
213
+ "NameOfSubstance": "Methanol"
214
+ }]},
215
+ "CitationSubset": "AIM",
216
+ "MeshHeadingList": {
217
+ "MeshHeading": [],
218
+ },
219
+ },
220
+ "PubmedData": {
221
+ "ArticleIdList": {"ArticleId": "10.1002/bjs.1800650203"},
222
+ "PublicationStatus": "ppublish",
223
+ "History": {"PubMedPubDate": [{"Year": 0, "Month": 0, "Day": 0}]},
224
+ "ReferenceList": [{"Citation": "Somejournal", "CitationId": 01}],
225
+ },
226
+ }
227
+ ```
228
+ ### Data Fields
229
+ Main Fields will probably interest people are:
230
+ - "MedlineCitation" > "Article" > "AuthorList" > "Author"
231
+ - "MedlineCitation" > "Article" > "Abstract" > "AbstractText"
232
+ - "MedlineCitation" > "Article" > "Article Title"
233
+ - "MedlineCitation" > "ChemicalList" > "Chemical"
234
+ - "MedlineCitation" > "NumberOfReferences"
235
+ ### Data Splits
236
+ There are no splits in this dataset. It is given as is.
237
+ ## Dataset Creation
238
+ ### Curation Rationale
239
+ [More Information Needed]
240
+ ### Source Data
241
+ #### Initial Data Collection and Normalization
242
+ [https://www.nlm.nih.gov/databases/download/pubmed_medline_faq.html]()
243
+ #### Who are the source language producers?
244
+ [More Information Needed]
245
+ ### Annotations
246
+ #### Annotation process
247
+ [More Information Needed]
248
+ #### Who are the annotators?
249
+ [More Information Needed]
250
+ ### Personal and Sensitive Information
251
+ [More Information Needed]
252
+ ## Considerations for Using the Data
253
+ ### Social Impact of Dataset
254
+ [More Information Needed]
255
+ ### Discussion of Biases
256
+ [More Information Needed]
257
+ ### Other Known Limitations
258
+ [More Information Needed]
259
+ ## Additional Information
260
+ ### Dataset Curators
261
+ [More Information Needed]
262
+ ### Licensing Information
263
+ [https://www.nlm.nih.gov/databases/download/terms_and_conditions.html]()
264
+ ### Citation Information
265
+ [Courtesy of the U.S. National Library of Medicine](https://www.nlm.nih.gov/databases/download/terms_and_conditions.html).
266
+ ### Contributions
267
+ Thanks to [@Narsil](https://github.com/Narsil) for adding this dataset.