mchl914 commited on
Commit
0c723ad
·
verified ·
1 Parent(s): 701aada

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -29,4 +29,42 @@ configs:
29
  path: data/test-*
30
  ---
31
 
32
- This is the PMC Articles Dataset used to train Panacea.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  path: data/test-*
30
  ---
31
 
32
+ This is the Panancea PMC Articles Dataset, a dataset consisting of medical literature sampled from PubMed Central, covering different medical specialties, used to train Panacea, our medical LLM finetune.
33
+
34
+
35
+ # Dataset Size
36
+ | Metric | Size |
37
+ |----------------|-------------|
38
+ | # of Entries | 35,446 |
39
+ | # of Words | 250.6M |
40
+ | Storage Size | 1.68 GB |
41
+
42
+
43
+ # Dataset Composition
44
+ Our dataset is composed of articles from these specialties. We query them from PubMed Central using Medical Subject Headings (MeSH), a controlled vocabulary thesaurus for expanding article searches in PubMed Central.
45
+ | Category | Count | Percentage (%) |
46
+ |--------------------------------|-------|----------------|
47
+ | Anatomy | 4555 | 12.85 |
48
+ | Surgery | 4381 | 12.36 |
49
+ | Family Medicine | 3853 | 10.87 |
50
+ | Medicine | 3748 | 10.57 |
51
+ | Microbiology | 2806 | 7.92 |
52
+ | Pathology | 2397 | 6.76 |
53
+ | Dentistry | 2261 | 6.38 |
54
+ | Biochemistry | 2010 | 5.67 |
55
+ | Pediatrics | 1628 | 4.59 |
56
+ | Pharmacology | 1601 | 4.52 |
57
+ | Physiology | 1273 | 3.59 |
58
+ | Ophthalmology | 1156 | 3.26 |
59
+ | Social and Preventive Medicine| 1030 | 2.91 |
60
+ | Forensic Medicine | 1023 | 2.89 |
61
+ | Gynaecology | 812 | 2.29 |
62
+ | ENT | 490 | 1.38 |
63
+ | Psychiatry | 419 | 1.18 |
64
+ | Radiology | 3 | 0.01 |
65
+ | **Total** | 35446 | 100 |
66
+
67
+
68
+ # Dataset Preprocessing
69
+ - We have only briefly cleaned the datasets, by excluding figures, captions, references, front and end materials from the returned XML file, storing the results as .txt files.
70
+ - Some Regex filtering is done to take away special characters and Latex symbols.