Datasets:
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +36 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"default": {
|
| 3 |
+
"description": "The Cancer Abstract Dataset is a curated collection of biomedical research abstracts categorized by cancer type.\nIt was introduced in:\nHossain, E., Nuzhat, T., Masum, S. et al. R-GAT: cancer document classification leveraging graph-based residual network for scenarios with limited data.\nScientific Reports 16, 6582 (2026). https://doi.org/10.1038/s41598-026-39894-6",
|
| 4 |
+
"citation": "@article{hossain2026rgat,\n title={R-GAT: cancer document classification leveraging graph-based residual network for scenarios with limited data},\n author={Hossain, Elias and Nuzhat, Tasfia and Masum, S. and others},\n journal={Scientific Reports},\n volume={16},\n pages={6582},\n year={2026},\n doi={10.1038/s41598-026-39894-6}\n}",
|
| 5 |
+
"homepage": "https://doi.org/10.1038/s41598-026-39894-6",
|
| 6 |
+
"license": "mit",
|
| 7 |
+
"features": {
|
| 8 |
+
"Abstract": {
|
| 9 |
+
"dtype": "string",
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"Category": {
|
| 13 |
+
"dtype": "string",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"builder_name": "csv",
|
| 18 |
+
"config_name": "default",
|
| 19 |
+
"version": {
|
| 20 |
+
"version_str": "1.0.0",
|
| 21 |
+
"major": 1,
|
| 22 |
+
"minor": 0,
|
| 23 |
+
"patch": 0
|
| 24 |
+
},
|
| 25 |
+
"splits": {
|
| 26 |
+
"train": {
|
| 27 |
+
"name": "train",
|
| 28 |
+
"num_examples": 1874,
|
| 29 |
+
"num_bytes": 0
|
| 30 |
+
}
|
| 31 |
+
},
|
| 32 |
+
"download_size": 0,
|
| 33 |
+
"dataset_size": 0,
|
| 34 |
+
"size_in_bytes": 0
|
| 35 |
+
}
|
| 36 |
+
}
|