chungimungi
commited on
Commit
•
1ffa3af
1
Parent(s):
575fa7e
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
- table-question-answering
|
5 |
+
- token-classification
|
6 |
+
- question-answering
|
7 |
+
- zero-shot-classification
|
8 |
+
- feature-extraction
|
9 |
+
- text-generation
|
10 |
+
- text2text-generation
|
11 |
+
- sentence-similarity
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
tags:
|
15 |
+
- medical
|
16 |
+
pretty_name: 'y'
|
17 |
+
---
|
18 |
+
# PubMed dataset in raw XML.
|
19 |
+
|
20 |
+
## Dataset Description
|
21 |
+
|
22 |
+
- **Homepage:**
|
23 |
+
- **Repository:**
|
24 |
+
- **Paper:**
|
25 |
+
- **Leaderboard:**
|
26 |
+
- **Point of Contact:**
|
27 |
+
|
28 |
+
### Dataset Summary
|
29 |
+
|
30 |
+
Once a year, NLM produces a baseline set of PubMed citation records in XML format for download; the baseline file is a complete snapshot of PubMed data. When using this data in a local database, the best practice is to overwrite your local data each year with the baseline data.
|
31 |
+
|
32 |
+
## Dataset Structure
|
33 |
+
XML
|
34 |
+
|
35 |
+
### Source Data
|
36 |
+
https://ftp.ncbi.nlm.nih.gov/pubmed/baseline/
|