The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Nova: Medical Text Understanding Framework

📑 Paper    |    🌐 Project Page    |    💾 Released Resources    |    📦 Repo

We release the raw data for our processed MedNotes dataset, adopted from the PubMed abstracts dataset from NCBI/NLM.

The data format for each line in the pubmed_abstracts_filtered.jsonl is as follows:

{
  "abstract_text": <the original abstract text>,
  "mesh_terms": <MeSH terms associated with the abstract>,
  "publication_type": <type of publication>,
  "pmid": <PubMed ID>,
  "entities": [
    {
      "text": <entity text>,
      "type": <entity type: DISEASE, DRUG, GENE, etc.>
    },
    ...
  ],
  "source": <the source of the raw data>,
  "meta": <meta information about this sample>
}

Some entity annotations may be incomplete due to the automatic NER pipeline limitations.

*Note: This dataset is derived from PubMed abstracts made available by the National Library of Medicine.

License

The license for this dataset is other.

Downloads last month
7