Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
added dataset card
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
size_categories:
|
8 |
+
- 10K<n<100K
|
9 |
+
tags:
|
10 |
+
- pubmed
|
11 |
+
- mesh
|
12 |
+
---
|
13 |
+
# PubMed MESH terms with treeNumbers information.
|
14 |
+
|
15 |
+
Dataset of PubMed MESH terms. Every term has list of mesh terms tree location points of the term.
|
16 |
+
|
17 |
+
Columns:
|
18 |
+
- termId
|
19 |
+
- termName
|
20 |
+
- treeNumbers
|
21 |
+
|
22 |
+
Source of the data: https://nlmpubs.nlm.nih.gov/projects/mesh/MESH_FILES/xmlmesh/desc2024.xml
|