-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first draft of biotic interaction template #107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you also add an example text?
In should be in tests/input/cases/
and the name should be biotic_interactions-xxx.txt
Using the annotators that I've added here is probably excessive - ncbitaxon will capture everything and then some, while BERO is likely too broad for the kinds of things considered "biotic interactions" - so let's consider this the absolute upper bound of annotation and get more specific. |
I've been using this abstract for testing: https://pubmed.ncbi.nlm.nih.gov/26639575/ |
The only issue with NCBI is that they have identifiers only for about 25% of the known taxa. It might be ok to start with tho. |
and yes, that PubMed abstract would be a good example of the kind of thing that is in scope |
OK, great - running
yields
|
It seems to completely miss the ant - aphid interaction. Could that be a result of NCBI being so heavily skewed toward microbes? |
…ogpt into thessen-1 merging changes from Chris and Harry# Please enter a commit message to explain why this merge is necessary,
I added some example text as Chris requested. It's all about sharks. Should be some predator/prey and parasite interactions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test cases should be labeled biotic_interaction-
(not pluralized) but we can deal later
I suspect ncbitaxon isn't ideal for this, yeah - maybe the taxon slim is more balanced |
It catches some ant vs. aphid interactions, just not in a way it maps to anything:
|
ah, found an issue on translating to pydantic:
(will add fix in new pr) |
So what was the problem? |
The prompt example needed to be under the See #113 |
New template to capture biotic interactions from text - ultimately want to add to GloBI. May need to have a discussion about the annotator.