nr2n23 commited on
Commit
203fd1e
·
1 Parent(s): a007edd

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: cc0-1.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc0-1.0
3
  ---
4
+
5
+ # Kidney Disease-Related Articles Dataset
6
+
7
+ ## Description
8
+
9
+ This dataset is part of the MSc dissertation study titled 'Investigating the Potential of Identifying Kidney Disease-Related Articles Using Transformer Models and Large Language Models' at the University of Southampton. It consists of 16,297 Meta-Analyses and Systematic Reviews articles extracted from PubMed, published between June 22, 2019, and June 22, 2024. The articles are categorized into two classes:
10
+
11
+ - **Class 1**: Articles related to kidney disease or its treatments.
12
+ - **Class 0**: Articles not related to kidney disease or its treatments.
13
+
14
+ ## Dataset Structure
15
+
16
+ The dataset is split into train and test sets:
17
+
18
+ Split | Class 1 | Class 0 | Total
19
+ Train | 5,126 | 7,911 | 13,037
20
+ Test | 1,292 | 1,968 | 3,260
21
+
22
+ Columns:
23
+
24
+ - **PMID**: PubMed ID of the article.
25
+ - **ArticleTitle**: Title of the article.
26
+ - **Abstract**: Abstract of the article.
27
+ - **PublicationTypeList**: List of publication types of the article.
28
+ - **MeshHeadingList**: List of MeSH headings of the article.
29
+ - **DateCompleted**: Date the article was completed.
30
+ - **Text**: Concatenation of the article's title and abstract.
31
+ - **label**: Class label (0 or 1).