Datasets:
Tasks:
Text Classification
Formats:
csv
Sub-tasks:
multi-label-classification
Languages:
English
Size:
10K - 100K
License:
Commit
•
9f44f85
1
Parent(s):
94106c3
Fix task tags (#1)
Browse files- Fix task tags (f045a56bd79ac92b905eb60c9a4a9e059401d00e)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -4,11 +4,10 @@ language:
|
|
4 |
license: afl-3.0
|
5 |
source_datasets:
|
6 |
- BioASQ Task A
|
7 |
-
|
8 |
task_categories:
|
9 |
-
-
|
10 |
task_ids:
|
11 |
-
-
|
12 |
---
|
13 |
|
14 |
This dataset consists of a approx 50k collection of research articles from **PubMed** repository. Originally these documents are manually annotated by Biomedical Experts with their MeSH labels and each articles are described in terms of 10-15 MeSH labels. In this Dataset we have huge numbers of labels present as a MeSH major which is raising the issue of extremely large output space and severe label sparsity issues. To solve this Issue Dataset has been Processed and mapped to its root as Described in the Below Figure.
|
|
|
4 |
license: afl-3.0
|
5 |
source_datasets:
|
6 |
- BioASQ Task A
|
|
|
7 |
task_categories:
|
8 |
+
- text-classification
|
9 |
task_ids:
|
10 |
+
- multi-label-classification
|
11 |
---
|
12 |
|
13 |
This dataset consists of a approx 50k collection of research articles from **PubMed** repository. Originally these documents are manually annotated by Biomedical Experts with their MeSH labels and each articles are described in terms of 10-15 MeSH labels. In this Dataset we have huge numbers of labels present as a MeSH major which is raising the issue of extremely large output space and severe label sparsity issues. To solve this Issue Dataset has been Processed and mapped to its root as Described in the Below Figure.
|