ohsumed

منابع:

ohsumed

برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:

ds = tfds.load('huggingface:ohsumed/ohsumed')
  • شرح :
The OHSUMED test collection is a set of 348,566 references from
MEDLINE, the on-line medical information database, consisting of
titles and/or abstracts from 270 medical journals over a five-year
period (1987-1991). The available fields are title, abstract, MeSH
indexing terms, author, source, and publication type.
  • مجوز : CC BY-NC 4.0
  • نسخه : 1.1.0
  • تقسیم ها :
شکاف مثال ها
'test' 293855
'train' 54709
  • امکانات :
{
    "seq_id": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "medline_ui": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "mesh_terms": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "title": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "publication_type": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "abstract": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "author": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "source": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}