File size: 1,303 Bytes
694fc1f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | {
"name": "pubmed",
"sources": [
{
"url": "https://linqs-data.soe.ucsc.edu/public/Pubmed-Diabetes.tgz",
"final_url": "https://linqs-data.soe.ucsc.edu/public/Pubmed-Diabetes.tgz",
"filename": "Pubmed-Diabetes.tgz",
"bytes": 14710584,
"sha256": "218e3c86146cf6d470b305d824f26c86845f0c858ad3fdd269f6cd2ce63e12bd",
"downloaded_at": "2026-07-23T02:14:20+00:00"
}
],
"conversion": {
"script": "convert_linqs.py",
"label_column": "diabetes_type",
"notes": "Sparse TF-IDF fields densified to 500 w_* columns; labels 1-3 (diabetes type); PubMed IDs remapped (id_mapping.csv).",
"parquet": true
},
"graphs": {
"default": {
"nodes": 19717,
"edges": 44324,
"label_column": "diabetes_type",
"classes": 3,
"class_counts": {
"2": 7875,
"3": 7739,
"1": 4103
},
"isolated_nodes": 0,
"feature_columns": 500
}
},
"title": "Pubmed (Diabetes)",
"band": "medium",
"label_type": "semantic",
"task": "Paper topic classification (citation network)",
"license": "LINQS research distribution",
"citation": "Namata, London, Getoor, Huang. Query-Driven Active Surveying for Collective Classification. MLG 2012.",
"links": [
"https://linqs.org/datasets/"
]
}
|