Skip to content

Commit

Permalink
Add not_notable to CurationRelevance vocabulary for semi-automated …
Browse files Browse the repository at this point in the history
…curation workflow (#1236)

This pull request adds the `not_notable` tag to the CurationRelevance
vocabulary as a way to mark papers that are relevant for machine
learning training but do not meet the threshold for inclusion in the
Bioregistry.

While curating papers, there have been a few instances of entries that
provide new identifier information but aren't notable enough, or
well-maintained enough for inclusion in the bioregistry
(#1225). Rather than
curating these as subpar prefixes, tagging them as `not_notable` allows
us to retain them as positive training samples without cluttering the
bioregistry with less impactful entries.

Co-authored-by: Mufaddal Naguthanawala <[email protected]>
  • Loading branch information
nagutm and Mufaddal Naguthanawala authored Oct 30, 2024
1 parent ff586d2 commit 21ea943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bioregistry/curation/literature.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ class CurationRelevance(str, enum.Enum):
unclear = enum.auto()
#: Completely unrelated information
irrelevant_other = enum.auto()
#: Relevant for training purposes, but not curated in Bioregistry due to poor/unknown quality
not_notable = enum.auto()

0 comments on commit 21ea943

Please sign in to comment.