Remove false-positive entity normalization artifacts from nlm_gene

#3
BigScience Biomedical Datasets org

This PR corrects three types of errors in the current NLM-Gene dataset loader:

  • This corrects an artifact in the previous code that incorrectly linked every unnormalized entity to NCBIGene:1 (alpha-1-B glycoprotein)
  • This also corrects errors in two abstracts in which the "code" attribute of an entity was mistakenly included in the "NCBI Gene Identifier" attribute. The "code" of an entity specifies additional characteristics of the entity that are different from its normalization, such as whether that entity was part of a protein family/complex, etc. Details can be found in the dataset annotation guidelines
    • The first error occurs in the document with PMID 26820130 where the "code" attribute of unnormalized entities was placed in the "NCBI Gene Identifier" category (error is plainly visible when inspecting this source data).
    • The second corrected error error with the entity in PMID 24886643 at offset [2249, 2257] where the "code" attribute of an entity was prepended to the comma-delimited string of entity normalizations. It is clear from inspection that NCBI Gene Identifier 222 (aldehyde dehydrogenase 3 family member B2) is not related to cytokines.
  • Finally, this fixes single instances in PMIDs 25698444, 25732851, 28260056, and 27110092 where entities with no normalization have NCBI Gene Identifier = "-"
BigScience Biomedical Datasets org

thanks for this fix!

gabrielaltay changed pull request status to merged

Sign up or log in to comment