Skip to content
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

Adding definition validation functionality #738

Merged
merged 4 commits into from
Apr 16, 2024
Merged

Conversation

cmungall
Copy link
Collaborator

@cmungall cmungall commented Apr 15, 2024

Extension of SRS taxonomy

We extend the SRS taxonomy (described here) with some new types to be able to record

  • mismatch between definition and definition reference
  • retraction of definition reference

See

Definition Validation

This PR adds additional functionality to ValidatorInterface for definitions. This is exposed through the validate-definitions command:

runoak -i sqlite:obo:go validate-definitions .desc//p=i autophagy

In addition to doing lexical checks this will also check references e.g for retractions

This PR also adds an example notebook

LLM based validation of definitions

This will ask the LLM to align the text definition with the abstract of the references

To run:

runoak -i llm:{claude-3-opus}:sqlite:obo:go validate-definitions .desc//p=i autophagy

This PR also adds to the LLM guide

@cmungall cmungall merged commit a52eed5 into main Apr 16, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant