iu-ky commited on
Commit
2723afd
1 Parent(s): b93a6a3

added dataset card

Browse files
Files changed (1) hide show
  1. README.md +22 -3
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
+ - 1K<n<10K
9
+ ---
10
+ PubMed articles with MeSH terms
11
+ ===
12
+
13
+ Small dataset of article abstacts and titles with MeSH terms information.
14
+
15
+ Articles are selected with search for 100 top articles for level 1 MeSH terms. The articles with empty abstract are discarded.
16
+
17
+ Dataset columns:
18
+ - pubmedid - pubmed id of the article
19
+ - title - article title
20
+ - abstract - article abstract
21
+ - termIds - serialized list of MeSH term ids of the article
22
+