Datasets:
Upload metadata.json with huggingface_hub
Browse files- metadata.json +48 -0
metadata.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "SourceData-NEL",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"description": "Named Entity Linking dataset from SourceData with UniProt ground truth",
|
| 5 |
+
"statistics": {
|
| 6 |
+
"total_records": 16532,
|
| 7 |
+
"splits": {
|
| 8 |
+
"train": {
|
| 9 |
+
"count": 14880,
|
| 10 |
+
"file": "data/nel_dataset_role_filtered/train.jsonl"
|
| 11 |
+
},
|
| 12 |
+
"val": {
|
| 13 |
+
"count": 825,
|
| 14 |
+
"file": "data/nel_dataset_role_filtered/val.jsonl"
|
| 15 |
+
},
|
| 16 |
+
"test": {
|
| 17 |
+
"count": 827,
|
| 18 |
+
"file": "data/nel_dataset_role_filtered/test.jsonl"
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"splits": {
|
| 23 |
+
"train": 0.9,
|
| 24 |
+
"val": 0.05,
|
| 25 |
+
"test": 0.05
|
| 26 |
+
},
|
| 27 |
+
"schema": {
|
| 28 |
+
"pmid": "PubMed ID",
|
| 29 |
+
"doi": "Digital Object Identifier",
|
| 30 |
+
"title": "Paper title",
|
| 31 |
+
"abstract": "Paper abstract",
|
| 32 |
+
"year": "Publication year",
|
| 33 |
+
"fig_label": "Figure label (e.g., 'Figure 1')",
|
| 34 |
+
"caption": "Figure caption text",
|
| 35 |
+
"fig_href": "Figure URL",
|
| 36 |
+
"entities": "List of gene/protein entities mentioned in caption",
|
| 37 |
+
"entities[].text": "Entity mention text",
|
| 38 |
+
"entities[].type": "Entity type (geneprod for NER compatibility)",
|
| 39 |
+
"entities[].original_type": "Original type from SourceData (gene or protein)",
|
| 40 |
+
"entities[].role": "Biological role",
|
| 41 |
+
"entities[].ext_tax_names": "Organism taxonomy name",
|
| 42 |
+
"entities[].ext_tax_ids": "Taxonomy IDs",
|
| 43 |
+
"entities[].uniprot_ids": "Ground truth UniProt accessions (list, empty if unmapped)",
|
| 44 |
+
"entities[].ncbi_gene_id": "NCBI Gene ID (if original_type=gene)",
|
| 45 |
+
"entities[].mapping_source": "Source of UniProt ID (direct/ncbi_gene/unmapped)",
|
| 46 |
+
"entities[].mapping_status": "Mapping status (mapped/unmapped)"
|
| 47 |
+
}
|
| 48 |
+
}
|